paper-with-me

Papers

GraphCFC: A Directed Graph Based Cross-Modal Feature Complementation Approach for Multimodal Conversational Emotion Recognition

2022-07-06 · Jiang Li, XiaoPing Wang, Guoqing Lv, Zhigang Zeng

Emotion Recognition in Conversation (ERC) plays a significant part in Human-Computer Interaction (HCI) systems since it can provide empathetic services. Multimodal ERC can mitigate the drawbacks of uni-modal approaches. Recently, Graph Neural Networks (GNNs) have been widely used in a variety of fields due to their superior performance in relation modeling. In multimodal ERC, GNNs are capable of extracting both long-distance contextual information and inter-modal interactive information. Unfortunately, since existing methods such as MMGCN directly fuse multiple modalities, redundant information may be generated and diverse information may be lost. In this work, we present a directed Graph based Cross-modal Feature Complementation (GraphCFC) module that can efficiently model contextual and interactive information. GraphCFC alleviates the problem of heterogeneity gap in multimodal fusion by utilizing multiple subspace extractors and Pair-wise Cross-modal Complementary (PairCC) strategy. We extract various types of edges from the constructed graph for encoding, thus enabling GNNs to extract crucial contextual and interactive information more accurately when performing message passing. Furthermore, we design a GNN structure called GAT-MLP, which can provide a new unified network framework for multimodal learning. The experimental results on two benchmark datasets show that our GraphCFC outperforms the state-of-the-art (SOTA) approaches.

📄 PDF Abstract BibTeX arXiv:2207.12261

Code (1)

lijfrank-open/GraphCFC 공식 구현 pytorch

Tasks

Emotion ClassificationEmotion RecognitionEmotion Recognition in ConversationMultimodal Emotion Recognition

Similar Papers 제목 키워드 기반

TF-DWGNet: A Directed Weighted Graph Neural Network with Tensor Fusion for Multi-Omics Cancer Subtype Classification

2025-09-19 · Tiantian Yang, Zhiqian Chen arxiv

Integration and analysis of multi-omics data provide valuable insights for improving cancer subtype classification. However, such data are inherently heterogeneous, high-dimensional, and exhibit complex intra- and inter-…

Computational EfficiencyGraph Neural NetworkFeature Importance

MMDAG: Multimodal Directed Acyclic Graph Network for Emotion Recognition in Conversation

2022-06-01 · LREC 2022 6 · Shuo Xu, Yuxiang Jia, Changyong Niu, Hongying Zan

Emotion recognition in conversation is important for an empathetic dialogue system to understand the user’s emotion and then generate appropriate emotional responses. However, most previous researches focus on modeling c…

Emotion RecognitionEmotion Recognition in Conversation

Mixed Graphical Models for Causal Analysis of Multi-modal Variables

2017-04-09 · Andrew J Sedgewick, Joseph D. Ramsey, Peter Spirtes, Clark Glymour 외

Graphical causal models are an important tool for knowledge discovery because they can represent both the causal relations between variables and the multivariate probability distributions over the data. Once learned, cau…

feature selectionGraph Learning

Cross-Modality Binary Code Learning via Fusion Similarity Hashing

2017-07-01 · CVPR 2017 7 · Hong Liu, Rongrong Ji, Yongjian Wu, Feiyue Huang 외

Binary code learning has been emerging topic in large-scale cross-modality retrieval recently. It aims to map features from multiple modalities into a common Hamming space, where the cross-modality similarity can be appr…

Retrieval

Degree-Mass Message Passing for Betweenness Ranking in Directed and Undirected Networks

2026-02-10 · Justin Dachille, Aurora Rossi, Sunil Kumar Maurya, Frederik Mallmann-Trenn 외 arxiv

Computing the importance of nodes in networks is a long-standing fundamental problem that has driven extensive study of various centrality measures. A particularly well-known centrality measure is betweenness centrality,…

Graph Neural Network