paper-with-me

Papers

Masked Graph Learning with Recurrent Alignment for Multimodal Emotion Recognition in Conversation

2024-07-23 · Tao Meng, FuChen Zhang, Yuntao Shou, HongEn Shao, Wei Ai, Keqin Li

Since Multimodal Emotion Recognition in Conversation (MERC) can be applied to public opinion monitoring, intelligent dialogue robots, and other fields, it has received extensive research attention in recent years. Unlike traditional unimodal emotion recognition, MERC can fuse complementary semantic information between multiple modalities (e.g., text, audio, and vision) to improve emotion recognition. However, previous work ignored the inter-modal alignment process and the intra-modal noise information before multimodal fusion but directly fuses multimodal features, which will hinder the model for representation learning. In this study, we have developed a novel approach called Masked Graph Learning with Recursive Alignment (MGLRA) to tackle this problem, which uses a recurrent iterative module with memory to align multimodal features, and then uses the masked GCN for multimodal feature fusion. First, we employ LSTM to capture contextual information and use a graph attention-filtering mechanism to eliminate noise effectively within the modality. Second, we build a recurrent iteration module with a memory function, which can use communication between different modalities to eliminate the gap between modalities and achieve the preliminary alignment of features between modalities. Then, a cross-modal multi-head attention mechanism is introduced to achieve feature alignment between modalities and construct a masked GCN for multimodal feature fusion, which can perform random mask reconstruction on the nodes in the graph to obtain better node feature representation. Finally, we utilize a multilayer perceptron (MLP) for emotion recognition. Extensive experiments on two benchmark datasets (i.e., IEMOCAP and MELD) demonstrate that {MGLRA} outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2407.16714

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion RecognitionEmotion Recognition in ConversationGraph AttentionGraph LearningMultimodal Emotion RecognitionRepresentation Learning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Tanh Activation 설명 없음
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$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Attention 설명 없음
Multi-Head Attention 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

MultiMAE-DER: Multimodal Masked Autoencoder for Dynamic Emotion Recognition

2024-04-28 · Peihao Xiang, Chaohao Lin, Kaida Wu, Ou Bai

This paper presents a novel approach to processing multimodal data for dynamic emotion recognition, named as the Multimodal Masked Autoencoder for Dynamic Emotion Recognition (MultiMAE-DER). The MultiMAE-DER leverages th…

Emotion RecognitionMultimodal Emotion RecognitionSelf-Supervised LearningVideo Emotion Recognition

MART: Masked Affective RepresenTation Learning via Masked Temporal Distribution Distillation

2024-01-01 · CVPR 2024 1 · Zhicheng Zhang, Pancheng Zhao, Eunil Park, Jufeng Yang

Limited training data is a long-standing problem for video emotion analysis (VEA). Existing works leverage the power of large-scale image datasets for transferring while failing to extract the temporal correlation of…

Emotion RecognitionMultimodal Emotion RecognitionMultimodal Sentiment AnalysisRepresentation Learning+2

MODA: MOdular Duplex Attention for Multimodal Perception, Cognition, and Emotion Understanding

2025-07-07 · Zhicheng Zhang, Wuyou Xia, Chenxi Zhao, Zhou Yan 외 arxiv

Multimodal large language models (MLLMs) recently showed strong capacity in integrating data among multiple modalities, empowered by a generalizable attention architecture. Advanced methods predominantly focus on languag…

The Emotional Baby Is Truly Deadly: Does your Multimodal Large Reasoning Model Have Emotional Flattery towards Humans?

2025-08-06 · Yuan Xun, Xiaojun Jia, Xinwei Liu, Hua Zhang arxiv

We observe that MLRMs oriented toward human-centric service are highly susceptible to user emotional cues during the deep-thinking stage, often overriding safety protocols or built-in safety checks under high emotional i…

Cross-modal Context Fusion and Adaptive Graph Convolutional Network for Multimodal Conversational Emotion Recognition

2025-01-25 · Junwei Feng, Xueyan Fan

Emotion recognition has a wide range of applications in human-computer interaction, marketing, healthcare, and other fields. In recent years, the development of deep learning technology has provided new methods for emoti…

cross-modal alignmentEmotion ClassificationEmotion RecognitionMarketing+1