paper-with-me

Papers

Graph Capsule Aggregation for Unaligned Multimodal Sequences

2021-08-17 · Jianfeng Wu, Sijie Mai, Haifeng Hu

Humans express their opinions and emotions through multiple modalities which mainly consist of textual, acoustic and visual modalities. Prior works on multimodal sentiment analysis mostly apply Recurrent Neural Network (RNN) to model aligned multimodal sequences. However, it is unpractical to align multimodal sequences due to different sample rates for different modalities. Moreover, RNN is prone to the issues of gradient vanishing or exploding and it has limited capacity of learning long-range dependency which is the major obstacle to model unaligned multimodal sequences. In this paper, we introduce Graph Capsule Aggregation (GraphCAGE) to model unaligned multimodal sequences with graph-based neural model and Capsule Network. By converting sequence data into graph, the previously mentioned problems of RNN are avoided. In addition, the aggregation capability of Capsule Network and the graph-based structure enable our model to be interpretable and better solve the problem of long-range dependency. Experimental results suggest that GraphCAGE achieves state-of-the-art performance on two benchmark datasets with representations refined by Capsule Network and interpretation provided.

📄 PDF Abstract BibTeX arXiv:2108.07543

Code (1)

kenford953/graphcage 공식 구현 pytorch

Tasks

Multimodal Sentiment AnalysisSentiment Analysis

Methods 이 논문이 사용한 방법론

Capsule Network A capsule is an activation vector that basically executes on its inputs some complex internal computations. Length of these activation vectors signifies the probability of…

Similar Papers 제목 키워드 기반

Analyzing Unaligned Multimodal Sequence via Graph Convolution and Graph Pooling Fusion

2020-11-27 · Sijie Mai, Songlong Xing, Jiaxuan He, Ying Zeng 외

In this paper, we study the task of multimodal sequence analysis which aims to draw inferences from visual, language and acoustic sequences. A majority of existing works generally focus on aligned fusion, mostly at word …

LMR-CBT: Learning Modality-fused Representations with CB-Transformer for Multimodal Emotion Recognition from Unaligned Multimodal Sequences

2021-12-03 · Ziwang Fu, Feng Liu, HanYang Wang, Siyuan Shen 외

Learning modality-fused representations and processing unaligned multimodal sequences are meaningful and challenging in multimodal emotion recognition. Existing approaches use directional pairwise attention or a message …

Efficient Neural NetworkEmotion RecognitionMultimodal Emotion Recognition

MTAG: Modal-Temporal Attention Graph for Unaligned Human Multimodal Language Sequences

2020-10-22 · NAACL 2021 4 · Jianing Yang, Yongxin Wang, Ruitao Yi, Yuying Zhu 외

Human communication is multimodal in nature; it is through multiple modalities such as language, voice, and facial expressions, that opinions and emotions are expressed. Data in this domain exhibits complex multi-relatio…

Emotion RecognitionMultimodal Sentiment AnalysisSentiment Analysis

Progressive Modality Reinforcement for Human Multimodal Emotion Recognition From Unaligned Multimodal Sequences

2021-06-19 · CVPR 2021 1 · Fengmao Lv, Xiang Chen, Yanyong Huang, Lixin Duan 외

Human multimodal emotion recognition involves time-series data of different modalities, such as natural language, visual motions, and acoustic behaviors. Due to the variable sampling rates for sequences from differen…

Emotion RecognitionMultimodal Emotion RecognitionTime SeriesTime Series Analysis

A Self-Adjusting Fusion Representation Learning Model for Unaligned Text-Audio Sequences

2022-11-12 · Kaicheng Yang, Ruxuan Zhang, Hua Xu, Kai Gao

Inter-modal interaction plays an indispensable role in multimodal sentiment analysis. Due to different modalities sequences are usually non-alignment, how to integrate relevant information of each modality to learn fusio…

Multimodal Sentiment AnalysisRepresentation LearningSentiment Analysis