CVDec 9, 2016

Facial Expression Recognition using Convolutional Neural Networks: State of the Art

arXiv:1612.02903v1278 citations
Originality Synthesis-oriented
AI Analysis

This work addresses performance bottlenecks in facial expression recognition for applications like human-computer interaction, but it is incremental as it builds on existing CNN approaches.

The paper reviews state-of-the-art facial expression recognition using CNNs, identifies bottlenecks, and demonstrates that using an ensemble of modern deep CNNs achieves a FER2013 test accuracy of 75.2%, outperforming previous methods.

The ability to recognize facial expressions automatically enables novel applications in human-computer interaction and other areas. Consequently, there has been active research in this field, with several recent works utilizing Convolutional Neural Networks (CNNs) for feature extraction and inference. These works differ significantly in terms of CNN architectures and other factors. Based on the reported results alone, the performance impact of these factors is unclear. In this paper, we review the state of the art in image-based facial expression recognition using CNNs and highlight algorithmic differences and their performance impact. On this basis, we identify existing bottlenecks and consequently directions for advancing this research field. Furthermore, we demonstrate that overcoming one of these bottlenecks - the comparatively basic architectures of the CNNs utilized in this field - leads to a substantial performance increase. By forming an ensemble of modern deep CNNs, we obtain a FER2013 test accuracy of 75.2%, outperforming previous works without requiring auxiliary training data or face registration.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes