Hierarchical Space-Time Attention for Micro-Expression Recognition

Haihong Hao,Shuo Wang,Huixia Ben,Yanbin Hao,Yansong Wang,Weiwei Wang
2024-05-06
Abstract:Micro-expression recognition (MER) aims to recognize the short and subtle facial movements from the Micro-expression (ME) video clips, which reveal real emotions. Recent MER methods mostly only utilize special frames from ME video clips or extract optical flow from these special frames. However, they neglect the relationship between movements and space-time, while facial cues are hidden within these relationships. To solve this issue, we propose the Hierarchical Space-Time Attention (HSTA). Specifically, we first process ME video frames and special frames or data parallelly by our cascaded Unimodal Space-Time Attention (USTA) to establish connections between subtle facial movements and specific facial areas. Then, we design Crossmodal Space-Time Attention (CSTA) to achieve a higher-quality fusion for crossmodal data. Finally, we hierarchically integrate USTA and CSTA to grasp the deeper facial cues. Our model emphasizes temporal modeling without neglecting the processing of special data, and it fuses the contents in different modalities while maintaining their respective uniqueness. Extensive experiments on the four benchmarks show the effectiveness of our proposed HSTA. Specifically, compared with the latest method on the CASME3 dataset, it achieves about 3% score improvement in seven-category classification.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The paper primarily addresses the challenging task of Micro-Expression Recognition (MER) by proposing a new method called Hierarchical Space-Time Attention (HSTA). The paper aims to solve the following issues: 1. **Problems with existing methods**: Most current MER methods only utilize special frames (such as apex frames, onset frames) or the optical flow information of these frames, neglecting the importance of motion and spatiotemporal relationships in micro-expression video segments. These methods often fail to effectively model temporal information and have limitations in handling non-rigid and complex facial muscle movements. 2. **Key requirements**: To improve the accuracy of micro-expression recognition, a method is needed that can comprehensively consider the correspondence between subtle facial movements and specific facial regions. This requires the model to not only capture static facial features but also understand continuous facial action sequences. ### Solution Overview - **Hierarchical Space-Time Attention (HSTA)**: Comprises two main components: - **Unimodal Space-Time Attention (USTA)**: Initially establishes the connection between subtle facial movements and specific facial regions by parallel processing of micro-expression video frames and special frames or data. - **Crossmodal Space-Time Attention (CSTA)**: On this basis, CSTA is designed to achieve high-quality fusion of cross-modal data, thereby better capturing information between different modalities. - **Objective**: By combining USTA and CSTA into a hierarchical structure, HSTA can effectively fuse the content of various modalities while maintaining the uniqueness of different modalities, thereby capturing deeper facial cues. ### Main Contributions - Designed USTA to demonstrate the importance of temporal information in MER and proposed CSTA to supplement different types of data, enriching the content of each modality's data. - Extended USTA and CSTA into a hierarchical structure to fuse the content of different modalities and capture deeper facial cues. - Validated the effectiveness of the proposed HSTA on four MER datasets, outperforming existing methods and achieving state-of-the-art results. In summary, this study addresses the shortcomings of existing MER methods in modeling temporal and spatial information by introducing a hierarchical space-time attention mechanism, thereby improving the accuracy and robustness of micro-expression recognition.