CVMar 19, 2023

Spatio-Temporal AU Relational Graph Representation Learning For Facial Action Units Detection

arXiv:2303.10644v316 citationsh-index: 18Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses facial expression analysis for affective computing, but it is incremental as it builds on existing graph-based methods for a specific competition.

The paper tackles facial action unit detection by proposing a model with a pre-trained facial encoder, AU-specific feature generator, and spatio-temporal graph learning module, achieving 4th place in the ABAW competition and outperforming baselines.

This paper presents our Facial Action Units (AUs) detection submission to the fifth Affective Behavior Analysis in-the-wild Competition (ABAW). Our approach consists of three main modules: (i) a pre-trained facial representation encoder which produce a strong facial representation from each input face image in the input sequence; (ii) an AU-specific feature generator that specifically learns a set of AU features from each facial representation; and (iii) a spatio-temporal graph learning module that constructs a spatio-temporal graph representation. This graph representation describes AUs contained in all frames and predicts the occurrence of each AU based on both the modeled spatial information within the corresponding face and the learned temporal dynamics among frames. The experimental results show that our approach outperformed the baseline and the spatio-temporal graph representation learning allows our model to generate the best results among all ablated systems. Our model ranks at the 4th place in the AU recognition track at the 5th ABAW Competition. Our code is publicly available at https://github.com/wzh125/ABAW-5.

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