UAU-Net: Uncertainty-aware Representation Learning and Evidential Classification for Facial Action Unit Detection

arXiv cs.CV / 4/24/2026

📰 NewsModels & Research

Key Points

  • The paper argues that facial action unit (AU) detection is difficult due to AU-specific uncertainty that arises in both feature representation and decision-making, which many existing methods ignore by using deterministic representations.
  • It introduces UAU-Net, which models uncertainty explicitly at two stages: CV-AFE, a conditional VAE feature extractor that learns probabilistic representations (means/variances) across multiple spatio-temporal scales and conditions on AU labels to capture inter-AU dependency uncertainty.
  • For the decision stage, the authors propose AB-ENN, an asymmetric Beta evidential neural network that represents predictive uncertainty with Beta distributions and reduces overconfident outputs using an asymmetric loss designed for heavily imbalanced AU labels.
  • Experiments on BP4D and DISFA demonstrate that UAU-Net delivers strong AU detection performance, and analyses suggest that uncertainty modeling at both stages improves robustness and reliability.
  • Overall, the work provides a calibrated, uncertainty-aware alternative to point-estimation classifiers for multi-label AU detection under noisy, subject-varying, and label-imbalanced conditions.

Abstract

Facial action unit (AU) detection remains challenging because it involves heterogeneous, AU-specific uncertainties arising at both the representation and decision stages. Recent methods have improved discriminative feature learning, but they often treat the AU representations as deterministic, overlooking uncertainty caused by visual noise, subject-dependent appearance variations, and ambiguous inter-AU relationships, all of which can substantially degrade robustness. Meanwhile, conventional point-estimation classifiers often provide poorly calibrated confidence, producing overconfident predictions, especially under the severe label imbalance typical of AU datasets. We propose UAU-Net, an Uncertainty-aware AU detection framework that explicitly models uncertainty at both stages. At the representation stage, we introduce CV-AFE, a conditional VAE (CVAE)-based AU feature extraction module that learns probabilistic AU representations by jointly estimating feature means and variances across multiple spatio-temporal scales; conditioning on AU labels further enables CV-AFE to capture uncertainty associated with inter-AU dependencies. At the decision stage, we design AB-ENN, an Asymmetric Beta Evidential Neural Network for multi-label AU detection, which parameterizes predictive uncertainty with Beta distributions and mitigates overconfidence via an asymmetric loss tailored to highly imbalanced binary labels. Extensive experiments on BP4D and DISFA show that UAU-Net achieves strong AU detection performance, and further analyses indicate that modeling uncertainty in both representation learning and evidential prediction improves robustness and reliability.