CVAILGNEMar 27, 2019

Spontaneous Facial Micro-Expression Recognition using 3D Spatiotemporal Convolutional Neural Networks

arXiv:1904.01390v1108 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more accurate micro-expression recognition, which is crucial for applications like lie detection and emotion analysis, but it is incremental as it builds on existing CNN approaches by incorporating 3D spatiotemporal processing.

The paper tackles the problem of recognizing spontaneous facial micro-expressions in videos, which are challenging due to their brief and subtle nature, by proposing two 3D-CNN methods that exploit spatiotemporal information, with the MicroExpSTCNN model achieving state-of-the-art performance on CAS(ME)^2 and SMIC databases.

Facial expression recognition in videos is an active area of research in computer vision. However, fake facial expressions are difficult to be recognized even by humans. On the other hand, facial micro-expressions generally represent the actual emotion of a person, as it is a spontaneous reaction expressed through human face. Despite of a few attempts made for recognizing micro-expressions, still the problem is far from being a solved problem, which is depicted by the poor rate of accuracy shown by the state-of-the-art methods. A few CNN based approaches are found in the literature to recognize micro-facial expressions from still images. Whereas, a spontaneous micro-expression video contains multiple frames that have to be processed together to encode both spatial and temporal information. This paper proposes two 3D-CNN methods: MicroExpSTCNN and MicroExpFuseNet, for spontaneous facial micro-expression recognition by exploiting the spatiotemporal information in CNN framework. The MicroExpSTCNN considers the full spatial information, whereas the MicroExpFuseNet is based on the 3D-CNN feature fusion of the eyes and mouth regions. The experiments are performed over CAS(ME)^2 and SMIC micro-expression databases. The proposed MicroExpSTCNN model outperforms the state-of-the-art methods.

Code Implementations1 repo
Foundations

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

Your Notes