LGCLMar 4, 2022

GCNet: Graph Completion Network for Incomplete Multimodal Learning in Conversation

arXiv:2203.02177v2212 citationsh-index: 75Has Code
AI Analysis

This addresses the problem of incomplete modalities in conversation understanding for applications in human-computer interaction, but it is incremental as it builds on existing graph neural network methods.

The paper tackles incomplete multimodal learning in conversations by proposing GCNet, a graph neural network framework that captures temporal and speaker dependencies, and shows superior performance over state-of-the-art methods on three benchmark datasets.

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 application in human-computer interaction. In real-world environments, we often encounter the problem of incomplete modalities, which has become a core issue of conversation understanding. To address this problem, researchers propose various methods. However, existing approaches are mainly designed for individual utterances rather than conversational data, which cannot fully exploit temporal and speaker information in conversations. To this end, we propose a novel framework for incomplete multimodal learning in conversations, called "Graph Complete Network (GCNet)", filling the gap of existing works. Our GCNet contains two well-designed graph neural network-based modules, "Speaker GNN" and "Temporal GNN", to capture temporal and speaker dependencies. To make full use of complete and incomplete data, we jointly optimize classification and reconstruction tasks in an end-to-end manner. To verify the effectiveness of our method, we conduct experiments on three benchmark conversational datasets. Experimental results demonstrate that our GCNet is superior to existing state-of-the-art approaches in incomplete multimodal learning. Code is available at https://github.com/zeroQiaoba/GCNet.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes