CVJan 14, 2022

MMNet: Muscle motion-guided network for micro-expression recognition

arXiv:2201.05297v267 citations
AI Analysis

This work addresses the challenge of recognizing subtle facial micro-expressions for applications in mental health, security, and human-computer interaction, representing an incremental advancement in domain-specific methods.

The authors tackled micro-expression recognition by proposing MMNet, a muscle motion-guided network that uses a continuous attention block and position calibration module to focus on subtle facial muscle motions, achieving state-of-the-art performance with significant improvements on three public datasets.

Facial micro-expressions (MEs) are involuntary facial motions revealing peoples real feelings and play an important role in the early intervention of mental illness, the national security, and many human-computer interaction systems. However, existing micro-expression datasets are limited and usually pose some challenges for training good classifiers. To model the subtle facial muscle motions, we propose a robust micro-expression recognition (MER) framework, namely muscle motion-guided network (MMNet). Specifically, a continuous attention (CA) block is introduced to focus on modeling local subtle muscle motion patterns with little identity information, which is different from most previous methods that directly extract features from complete video frames with much identity information. Besides, we design a position calibration (PC) module based on the vision transformer. By adding the position embeddings of the face generated by PC module at the end of the two branches, the PC module can help to add position information to facial muscle motion pattern features for the MER. Extensive experiments on three public micro-expression datasets demonstrate that our approach outperforms state-of-the-art methods by a large margin.

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