CVMay 18, 2022

Cross-subject Action Unit Detection with Meta Learning and Transformer-based Relation Modeling

arXiv:2205.08787v12 citationsh-index: 24
Originality Incremental advance
AI Analysis

This addresses the problem of inaccurate emotion analysis from facial movements due to subject identity differences, offering an incremental improvement in AU detection.

The paper tackled cross-subject facial Action Unit detection by proposing a meta-learning model to eliminate identity-caused differences and a transformer-based module to learn AU relationships, achieving F1 score improvements of 1.3% and 1.4% on BP4D and DISFA datasets compared to state-of-the-art methods.

Facial Action Unit (AU) detection is a crucial task for emotion analysis from facial movements. The apparent differences of different subjects sometimes mislead changes brought by AUs, resulting in inaccurate results. However, most of the existing AU detection methods based on deep learning didn't consider the identity information of different subjects. The paper proposes a meta-learning-based cross-subject AU detection model to eliminate the identity-caused differences. Besides, a transformer-based relation learning module is introduced to learn the latent relations of multiple AUs. To be specific, our proposed work is composed of two sub-tasks. The first sub-task is meta-learning-based AU local region representation learning, called MARL, which learns discriminative representation of local AU regions that incorporates the shared information of multiple subjects and eliminates identity-caused differences. The second sub-task uses the local region representation of AU of the first sub-task as input, then adds relationship learning based on the transformer encoder architecture to capture AU relationships. The entire training process is cascaded. Ablation study and visualization show that our MARL can eliminate identity-caused differences, thus obtaining a robust and generalized AU discriminative embedding representation. Our results prove that on the two public datasets BP4D and DISFA, our method is superior to the state-of-the-art technology, and the F1 score is improved by 1.3% and 1.4%, respectively.

Foundations

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

Your Notes