paper-with-me

홈 › Papers

Revisiting Multi-modal Emotion Learning with Broad State Space Models and Probability-guidance Fusion

2024-04-27 · Yuntao Shou, Tao Meng, FuChen Zhang, Nan Yin, Keqin Li

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.

📄 PDF Abstract BibTeX arXiv:2404.17858

Code (0)

등록된 구현이 없습니다.

Tasks

DisentanglementEmotion ClassificationEmotion RecognitionEmotion Recognition in ConversationMambaRecommendation SystemsState Space Models

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Revisiting Disentanglement and Fusion on Modality and Context in Conversational Multimodal Emotion Recognition

2023-08-08 · Bobo Li, Hao Fei, Lizi Liao, Yu Zhao 외

It has been a hot research topic to enable machines to understand human emotions in multimodal contexts under dialogue scenarios, which is tasked with multimodal emotion analysis in conversation (MM-ERC). MM-ERC has rece…

Contrastive LearningDisentanglementEmotion RecognitionEmotion Recognition in Conversation+1

Multimodal Representation Learning Techniques for Comprehensive Facial State Analysis

2025-04-14 · Kaiwen Zheng, Xuri Ge, Junchen Fu, Jun Peng 외

Multimodal foundation models have significantly improved feature representation by integrating information from multiple modalities, making them highly suitable for a broader set of applications. However, the exploration…

Emotion RecognitionRepresentation Learning

GSDNet: Revisiting Incomplete Multimodal-Diffusion from Graph Spectrum Perspective for Conversation Emotion Recognition

2025-06-14 · Yuntao Shou, Jun Yao, Tao Meng, Wei Ai 외

Multimodal emotion recognition in conversations (MERC) aims to infer the speaker's emotional state by analyzing utterance information from multiple sources (i.e., video, audio, and text). Compared with unimodality, a mor…

Emotion RecognitionModality completionMultimodal Emotion Recognition

Grounding Emotion Recognition with Visual Prototypes: VEGA -- Revisiting CLIP in MERC

2025-08-06 · Guanyu Hu, Dimitrios Kollias, Xinyu Yang arxiv

Multimodal Emotion Recognition in Conversations remains a challenging task due to the complex interplay of textual, acoustic and visual signals. While recent models have improved performance via advanced fusion strategie…

Multimodal Emotion Recognition

EmoVerse: Exploring Multimodal Large Language Models for Sentiment and Emotion Understanding

2024-12-11 · Ao Li, Longwei Xu, Chen Ling, Jinghui Zhang 외

Sentiment and emotion understanding are essential to applications such as human-computer interaction and depression detection. While Multimodal Large Language Models (MLLMs) demonstrate robust general capabilities, they …

Depression DetectionEmotion-Cause Pair ExtractionEmotion RecognitionFacial Expression Recognition+3