AffectFlow-DINO: Uncertainty-Aware Multi-Task Affect Estimation via Conditional Rectified Flow

Salah Eddine Bekhouche, Abdellah Zakaria Sellam, Fadi Dornaika, Abdenour Hadid

arXiv:2607.13250 · 2026-07-19 공개 · arXiv · PDF

multi-task-learning rectified-flow uncertainty-aware monte-carlo-sampling valence-arousal aba-w-challenge affect-estimation action-unit-detection

Abstract

We present AffectFlow-DINO, a multi-task learning system for the 11th ABAW challenge that extends a standard deterministic architecture with a conditional rectified-flow head to model the inherent ambiguity of in-the-wild facial behavior. Instead of predicting a single affect estimate, the model learns a conditional generative distribution, enabling uncertainty-aware one-to-many predictions through Monte Carlo sampling. The system jointly estimates continuous valence-arousal, classifies eight facial expressions, and detects twelve Action Units from static face images. Built on a frozen DINOv3 ViT-S/16 backbone, extensive ablation studies show that rectified-flow decoding consistently improves deterministic prediction, particularly for valence-arousal estimation (CCC-V +0.058). We further show that post-hoc threshold calibration effectively recovers performance on severely imbalanced rare classes (e.g., Fear: 3.8% rightarrow 33.1%) without retraining. Combined with backbone fine-tuning and flow retuning, the final model achieves P_{MTL=1.177}, substantially outperforming the official challenge baseline of P_{MTL}=0.45.

한국어 요약

한 줄 요약

AffectFlow-DINO는 조건부 정류 흐름(conditional rectified flow)을 활용해 얼굴 행동의 불확실성을 모델링하는 다중 태스크 감정 추정 시스템이다.

핵심 기여도

핵심 아이디어

AffectFlow-DINO는 얼굴 행동의 본질적 모호성을 반영하기 위해 단일 감정 추정이 아닌 조건부 생성 분포를 학습한다. 이는 Monte Carlo 샘플링을 통해 불확실성을 반영한 one-to-many 예측을 가능하게 한다. 기존 결정론적 모델이 단일 벡터로 모호성을 무시하는 반면, AffectFlow-DINO는 정류 흐름(rectified flow)을 통해 노이즈에서 조건부 분포 $ p(y|x) $로의 생성 맵을 학습한다. 이로 인해 각 이미지당 여러 개의 타당한 감정 벡터를 생성하고, 그 평균과 분산을 통해 예측의 신뢰도를 측정할 수 있다.

기술적 접근법

주요 결과

의의 및 한계

AffectFlow-DINO는 감정 추정에서 불확실성을 모델링함으로써 더 신뢰성 있는 예측을 가능하게 한다. 특히 극심한 클래스 불균형 상황에서도 후처리 교정을 통해 성능을 회복할 수 있다는 점에서 실용적 가치가 크다. 그러나 시간적 집약성(time aggregation)과 더 복잡한 디코더 구조가 필요하며, 모든 태스크에서 생성 분포가 결정론적 예측을 완전히 대체하지는 못한다. 또한, 테스트 데이터는 hidden set이므로 외부 일반화 능력은 추가 검증이 필요하다.

실용적 활용

AffectFlow-DINO는 감정 인식, 감정 기반 인터페이스, 정서적 행동 분석 등 다양한 인간-컴퓨터 상호작용(HCI) 분야에 적용 가능하다. 특히 감정 추정의 신뢰도를 정량적으로 평가해야 하는 의료, 교육, 보안 분야에서 유용할 수 있다.