Facial Expression Recognition with Convolutional Neural Networks: Coping with Few Data and the Training Sample Order

De LCAD
Ir para: navegação, pesquisa

Journal Paper, Pattern Recognition International Journal, 2016

DOI: [1]

PDF: [2]

Accepted Manuscript: [3]

Authors

Andre Teixeira Lopes, Edilson de Aguiar, Alberto F. De Souza, Thiago Oliveira-Santos

Abstract

Abstract Facial expression recognition has been an active research area in the past ten years, with growing application areas including avatar animation, neuromarketing and sociable robots. The recognition of facial expressions is not an easy problem for machine learning methods, since people can vary significantly in the way they show their expressions. Even images of the same person in the same facial expression can vary in brightness, background and pose, and these variations are emphasized if considering different subjects (because of variations in shape, ethnicity among others). Although facial expression recognition is very studied in the literature, few works perform fair evaluation avoiding mixing subjects while training and testing the proposed algorithms. Hence, facial expression recognition is still a challenging problem in computer vision. In this work, we propose a simple solution for facial expression recognition that uses a combination of Convolutional Neural Network and specific image pre-processing steps. Convolutional Neural Networks achieve better accuracy with big data. However, there are no publicly available datasets with sufficient data for facial expression recognition with deep architectures. Therefore, to tackle the problem, we apply some pre-processing techniques to extract only expression specific features from a face image and explore the presentation order of the samples during training. The experiments employed to evaluate our technique were carried out using three largely used public databases (CK+, \{JAFFE\} and BU-3DFE). A study of the impact of each image pre-processing operation in the accuracy rate is presented. The proposed method: achieves competitive results when compared with other facial expression recognition methods −96.76% of accuracy in the CK+ database - it is fast to train, and it allows for real time facial expression recognition with standard computers.

Graphical Abstract


BibTeX

 @article{Lopes2016,
   title = "Facial Expression Recognition with Convolutional Neural Networks: Coping with Few Data and the Training Sample Order ",
   journal = "Pattern Recognition ",
   year = "2016",
   issn = "0031-3203",
   doi = "http://dx.doi.org/10.1016/j.patcog.2016.07.026",
   url = "http://www.sciencedirect.com/science/article/pii/S0031320316301753",
   author = "Andre Teixeira Lopes and Edilson de Aguiar and Alberto F. De Souza and Thiago Oliveira-Santos"
 }

Code

github: [4]