CVAILGFeb 9, 2024

Learning Contrastive Feature Representations for Facial Action Unit Detection

arXiv:2402.06165v83 citationsh-index: 10Has CodePattern Recognition
Originality Incremental advance
AI Analysis

This work improves facial action unit detection for applications like emotion analysis, though it is incremental with a hybrid approach.

The paper tackles facial action unit detection by addressing class imbalance and noisy labels through a contrastive learning framework with negative sample re-weighting and multi-type positive sampling, achieving superior performance on five benchmark datasets compared to state-of-the-art methods.

For the Facial Action Unit (AU) detection task, accurately capturing the subtle facial differences between distinct AUs is essential for reliable detection. Additionally, AU detection faces challenges from class imbalance and the presence of noisy or false labels, which undermine detection accuracy. In this paper, we introduce a novel contrastive learning framework aimed for AU detection that incorporates both self-supervised and supervised signals, thereby enhancing the learning of discriminative features for accurate AU detection. To tackle the class imbalance issue, we employ a negative sample re-weighting strategy that adjusts the step size of updating parameters for minority and majority class samples. Moreover, to address the challenges posed by noisy and false AU labels, we employ a sampling technique that encompasses three distinct types of positive sample pairs. This enables us to inject self-supervised signals into the supervised signal, effectively mitigating the adverse effects of noisy labels. Our experimental assessments, conducted on five widely-utilized benchmark datasets (BP4D, DISFA, BP4D+, GFT and Aff-Wild2), underscore the superior performance of our approach compared to state-of-the-art methods of AU detection. Our code is available at https://github.com/Ziqiao-Shang/AUNCE.

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