Micro-Expression Recognition Based on Facial Graph Representation Learning and Facial Action Unit Fusion

Abstract

Micro-expressions recognition is a challenge because it involves subtle variations in facial organs. In this paper, first, we propose a novel pipeline to learn a facial graph (nodes and edges) representation to capture these local subtle variations. We express the micro-expressions with multi-patches based on facial landmarks and then stack these patches into channels while using a depthwise convolution (DConv) to learn the features inside the patches, namely, node learning. Then, the encoder of the transformer (ETran) is utilized to learn the relationships between the nodes, namely, edge learning. Based on node and edge learning, a learned facial graph representation is obtained. Second, because the occurrence of an expression is closely bound to action units, we design an A U-GCN to learn the action unit’s matrix by embedding and GCN. Finally, we propose a fusion model to introduce the action unit’s matrix into the learned facial graph representation. The experiments are comparing with SOTA on various evaluation criteria, including common classifications on CASME II and SAMM datasets, and also conducted following Micro-expression Grand Challenge 2019 protocol.

Cite

Text

Lei et al. "Micro-Expression Recognition Based on Facial Graph Representation Learning and Facial Action Unit Fusion." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2021. doi:10.1109/CVPRW53098.2021.00173

Markdown

[Lei et al. "Micro-Expression Recognition Based on Facial Graph Representation Learning and Facial Action Unit Fusion." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2021.](https://mlanthology.org/cvprw/2021/lei2021cvprw-microexpression/) doi:10.1109/CVPRW53098.2021.00173

BibTeX

@inproceedings{lei2021cvprw-microexpression,
  title     = {{Micro-Expression Recognition Based on Facial Graph Representation Learning and Facial Action Unit Fusion}},
  author    = {Lei, Ling and Chen, Tong and Li, Shigang and Li, Jianfeng},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2021},
  pages     = {1571-1580},
  doi       = {10.1109/CVPRW53098.2021.00173},
  url       = {https://mlanthology.org/cvprw/2021/lei2021cvprw-microexpression/}
}