Search papers, labs, and topics across Lattice.
This paper introduces OneEmo, a unified multimodal reasoning model designed to enhance emotion perception, understanding, and interaction by leveraging a comprehensive dataset called EmoWorld-130K. The authors employ a human-in-the-loop approach to distill specialized affective knowledge into explicit reasoning trajectories, which, when combined with a novel reinforcement learning strategy called Emo-Chord, enables effective multi-task learning. OneEmo achieves state-of-the-art performance on various benchmarks while maintaining a smaller parameter count than existing commercial models, highlighting its efficiency and effectiveness in affective computing.
OneEmo outperforms larger models in emotional intelligence tasks while using significantly fewer parameters, showcasing the power of unified multimodal reasoning.
Multimodal Large Language Models (MLLMs) have demonstrated remarkable capabilities in emotional intelligence. However, prevailing research predominantly focuses on task-specific specialization, often neglecting inter-task synergy and leaving latent reasoning potential underexplored. To bridge this gap, we introduce OneEmo, a unified affective generalist capable of mastering emotion perception, comprehension, and interaction. For this purpose, we first construct EmoWorld-130K, a comprehensive dataset that distills specialized affective knowledge into explicit reasoning trajectories via a human-in-the-loop workflow. Supervised fine-tuning on this corpus reveals significant mutual benefits derived from multi-task learning. Second, to fully unlock the latent reasoning potential, we propose Emo-Chord, a novel reinforcement learning strategy that stabilizes optimization through unified multi-task reward allocation. Extensive experiments demonstrate that OneEmo achieves state-of-the-art performance against similarly sized baselines across most benchmarks. Notably, despite having significantly fewer parameters than commercial models, OneEmo delivers highly competitive results. This paper paves the way for more reliable and interpretable affective computing. The code is available at https://github.com/waHAHJIAHAO/OneEmo.