Going Deeper in Facial Expression Recognition Using Deep Neural Networks

Abstract

Automated Facial Expression Recognition (FER) has remained a challenging and interesting problem in computer vision. Despite efforts made in developing various methods for FER, existing approaches lack generalizability when applied to unseen images or those that are captured in wild setting (i.e. the results are not significant). Most of the existing approaches are based on engineered features (e.g. HOG, LBPH, and Gabor) where the classifier's hyper-parameters are tuned to give best recognition accuracies across a single database, or a small collection of similar databases. This paper proposes a deep neural network architecture to address the FER problem across multiple well-known standard face datasets. Specifically, our network consists of two convolutional layers each followed by max pooling and then four Inception layers. The network is a single component architecture that takes registered facial images as the input and classifies them into either of the six basic or the neutral expressions. We conducted comprehensive experiments on seven publicly available facial expression databases, viz. MultiPIE, MMI, CK+, DISFA, FERA, SFEW, and FER2013. The results of our proposed architecture are comparable to or better than the state-of-the-art methods and better than traditional convolutional neural networks in both accuracy and training time.

Cite

Text

Mollahosseini et al. "Going Deeper in Facial Expression Recognition Using Deep Neural Networks." IEEE/CVF Winter Conference on Applications of Computer Vision, 2016. doi:10.1109/WACV.2016.7477450

Markdown

[Mollahosseini et al. "Going Deeper in Facial Expression Recognition Using Deep Neural Networks." IEEE/CVF Winter Conference on Applications of Computer Vision, 2016.](https://mlanthology.org/wacv/2016/mollahosseini2016wacv-going/) doi:10.1109/WACV.2016.7477450

BibTeX

@inproceedings{mollahosseini2016wacv-going,
  title     = {{Going Deeper in Facial Expression Recognition Using Deep Neural Networks}},
  author    = {Mollahosseini, Ali and Chan, David and Mahoor, Mohammad H.},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2016},
  pages     = {1-10},
  doi       = {10.1109/WACV.2016.7477450},
  url       = {https://mlanthology.org/wacv/2016/mollahosseini2016wacv-going/}
}