paper-with-me

홈 › Papers

SDR-GNN: Spectral Domain Reconstruction Graph Neural Network for Incomplete Multimodal Learning in Conversational Emotion Recognition

2024-11-29 · Fangze Fu, Wei Ai, Fan Yang, Yuntao Shou, Tao Meng, Keqin Li

Multimodal Emotion Recognition in Conversations (MERC) aims to classify utterance emotions using textual, auditory, and visual modal features. Most existing MERC methods assume each utterance has complete modalities, overlooking the common issue of incomplete modalities in real-world scenarios. Recently, graph neural networks (GNNs) have achieved notable results in Incomplete Multimodal Emotion Recognition in Conversations (IMERC). However, traditional GNNs focus on binary relationships between nodes, limiting their ability to capture more complex, higher-order information. Moreover, repeated message passing can cause over-smoothing, reducing their capacity to preserve essential high-frequency details. To address these issues, we propose a Spectral Domain Reconstruction Graph Neural Network (SDR-GNN) for incomplete multimodal learning in conversational emotion recognition. SDR-GNN constructs an utterance semantic interaction graph using a sliding window based on both speaker and context relationships to model emotional dependencies. To capture higher-order and high-frequency information, SDR-GNN utilizes weighted relationship aggregation, ensuring consistent semantic feature extraction across utterances. Additionally, it performs multi-frequency aggregation in the spectral domain, enabling efficient recovery of incomplete modalities by extracting both high- and low-frequency information. Finally, multi-head attention is applied to fuse and optimize features for emotion recognition. Extensive experiments on various real-world datasets demonstrate that our approach is effective in incomplete multimodal learning and outperforms current state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2411.19822

Code (1)

fufangze/SDR-GNN 공식 구현 pytorch

Tasks

Emotion RecognitionGraph Neural NetworkMultimodal Emotion Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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$…
Graph Neural Network 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Focus 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Generalized Graph Signal Reconstruction via the Uncertainty Principle

2024-09-06 · Yanan Zhao, Xingchao Jian, Feng Ji, Wee Peng Tay 외

We introduce a novel uncertainty principle for generalized graph signals that extends classical time-frequency and graph uncertainty principles into a unified framework. By defining joint vertex-time and spectral-frequen…

FairGE: Fairness-Aware Graph Encoding in Incomplete Social Networks

2026-01-14 · Renqiang Luo, Huafei Huang, Tao Tang, Jing Ren 외 arxiv

Graph Transformers (GTs) are increasingly applied to social network analysis, yet their deployment is often constrained by fairness concerns. This issue is particularly critical in incomplete social networks, where sensi…

Uncertainty-Aware Multimodal Fusion for Oral Lesion Classification

2025-11-15 · Rupam Mukherjee, Rajkumar Daniel, Soujanya Hazra, Shirin Dasgupta 외 arxiv

Early detection of oral cancer and potentially malignant diseases is a major challenge in low-resource settings due to the scarcity of annotated data. We provide a unified approach for oral lesion classification that inc…

Scalable low dimensional manifold model in the reconstruction of noisy and incomplete hyperspectral images

2016-05-18 · Wei Zhu, Zuoqiang Shi, Stanley Osher

We present a scalable low dimensional manifold model for the reconstruction of noisy and incomplete hyperspectral images. The model is based on the observation that the spatial-spectral blocks of a hyperspectral image ty…

GCNet: Graph Completion Network for Incomplete Multimodal Learning in Conversation

2022-03-04 · Zheng Lian, Lan Chen, Licai Sun, Bin Liu 외

Conversations have become a critical data format on social media platforms. Understanding conversation from emotion, content and other aspects also attracts increasing attention from researchers due to its widespread app…

Graph Neural Network