Revisiting Multi-modal Emotion Learning with Broad State Space Models and Probability-guidance Fusion
Yuntao Shou, Tao Meng, Fuchen Zhang, Nan Yin, Keqin Li
TL;DR
This paper tackles MERC by integrating long-range contextual modeling at the feature disentanglement stage with inter-modal consistency during fusion. It introduces Broad Mamba, a bidirectional SSM-based module augmented by Broad Learning to explore broad data distributions, and a probability-guided fusion mechanism to weight modalities using predicted label probabilities. Across IEMOCAP and MELD, the approach achieves state-of-the-art results with a compact 1.73M parameter footprint and competitive runtimes, validating both effectiveness and efficiency. The contribution offers a scalable pathway toward next-generation MERC architectures that effectively fuse multi-modal signals while modeling long-range dependencies.
Abstract
Multi-modal Emotion Recognition in Conversation (MERC) has received considerable attention in various fields, e.g., human-computer interaction and recommendation systems. Most existing works perform feature disentanglement and fusion to extract emotional contextual information from multi-modal features and emotion classification. After revisiting the characteristic of MERC, we argue that long-range contextual semantic information should be extracted in the feature disentanglement stage and the inter-modal semantic information consistency should be maximized in the feature fusion stage. Inspired by recent State Space Models (SSMs), Mamba can efficiently model long-distance dependencies. Therefore, in this work, we fully consider the above insights to further improve the performance of MERC. Specifically, on the one hand, in the feature disentanglement stage, we propose a Broad Mamba, which does not rely on a self-attention mechanism for sequence modeling, but uses state space models to compress emotional representation, and utilizes broad learning systems to explore the potential data distribution in broad space. Different from previous SSMs, we design a bidirectional SSM convolution to extract global context information. On the other hand, we design a multi-modal fusion strategy based on probability guidance to maximize the consistency of information between modalities. Experimental results show that the proposed method can overcome the computational and memory limitations of Transformer when modeling long-distance contexts, and has great potential to become a next-generation general architecture in MERC.
