CVAIJun 21

Interpretable Uncertainty Routing Separating Emotion Ambiguity from Distribution Shift in Facial Expression Recognition

arXiv:2606.227254.1
Predicted impact top 85% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners of facial expression recognition, this work provides a method to distinguish between ambiguity and distribution shift, enabling appropriate downstream actions, though the gains are incremental over existing uncertainty decomposition techniques.

The paper tackles the problem of conflating aleatoric and epistemic uncertainty in facial expression recognition, which require different downstream actions. It introduces Uncertainty-Aware Routing (UAR) that separates these uncertainties, achieving Spearman correlation 0.66 for aleatoric with annotator disagreement and AUROC 0.699 for epistemic with distribution shift, retaining 1.8× more ambiguous in-distribution faces than single-uncertainty routing.

Facial expression recognition (FER) is inherently ambiguous: human annotators frequently disagree, and models deployed in real environments face distribution shift. Crucially, these two conditions demand different downstream actions, as ambiguous in-distribution faces should be reported with their ambiguity whereas out-of-distribution inputs should be rejected. However, a single uncertainty score conflates the two. In this study, uncertainty decomposition into aleatoric and epistemic components for FER is investigated, and Uncertainty-Aware Routing (UAR), an inference-time routing mechanism that exploits the separation, is introduced. Specifically, aleatoric and epistemic uncertainties are obtained from a Deep Ensemble of fully fine-tuned DINOv2 models and are each validated against an independent external signal: aleatoric against human annotator disagreement, and epistemic against distribution shift induced by image corruptions. The proposed dual-validation protocol reveals that aleatoric recovers annotator disagreement with Spearman correlation 0.66 (95% CI: 0.64-0.68), and epistemic detects corruption-induced shifts, achieving average AUROC of 0.699 at the highest corruption severity. UAR retains approximately 1.8 times more ambiguous in-distribution faces than single-uncertainty routing at a matched out-of-distribution rejection rate. A strong label-distribution-learning baseline achieves comparable disagreement recovery but cannot separate ambiguity from shift and therefore cannot route, establishing that the value of decomposition lies in the separation enabling interpretable and differentiated action selection.

Foundations

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

Your Notes