FEALLM: Advancing Facial Emotion Analysis in Multimodal Large Language Models with Emotional Synergy and Reasoning
Zhuozhao Hu, Kaishen Yuan, Xin Liu, Zitong Yu, Yuan Zong, Jingang Shi, Huanjing Yue, Jingyu Yang
TL;DR
FEALLM tackles core gaps in facial emotion analysis by creating a dedicated FEA Instruction Dataset that links facial action units (AUs) to expressions and enables causal reasoning, and by introducing FEABench to jointly evaluate FER and AUD. The core model FEALLM fuses local facial cues and low-level visual features through a Local Clue Aggregator and Multi-perspective Projector while keeping the large language model frozen and training lightweight adapters. Experiments show strong zero-shot generalization to RAF-DB, AffectNet, BP4D, and DISFA, and FEABench assessments demonstrate superior FER and AU detection over strong baselines. This work advances interpretable, generalizable FEA in multimodal LLMs, with potential for broader multimedia affective computing applications.
Abstract
Facial Emotion Analysis (FEA) plays a crucial role in visual affective computing, aiming to infer a person's emotional state based on facial data. Scientifically, facial expressions (FEs) result from the coordinated movement of facial muscles, which can be decomposed into specific action units (AUs) that provide detailed emotional insights. However, traditional methods often struggle with limited interpretability, constrained generalization and reasoning abilities. Recently, Multimodal Large Language Models (MLLMs) have shown exceptional performance in various visual tasks, while they still face significant challenges in FEA due to the lack of specialized datasets and their inability to capture the intricate relationships between FEs and AUs. To address these issues, we introduce a novel FEA Instruction Dataset that provides accurate and aligned FE and AU descriptions and establishes causal reasoning relationships between them, followed by constructing a new benchmark, FEABench. Moreover, we propose FEALLM, a novel MLLM architecture designed to capture more detailed facial information, enhancing its capability in FEA tasks. Our model demonstrates strong performance on FEABench and impressive generalization capability through zero-shot evaluation on various datasets, including RAF-DB, AffectNet, BP4D, and DISFA, showcasing its robustness and effectiveness in FEA tasks. The dataset and code will be available at https://github.com/953206211/FEALLM.
