Tag-assisted Multimodal Sentiment Analysis under Uncertain Missing Modalities
Jiandian Zeng, Tianyi Liu, Jiantao Zhou

TL;DR
This paper introduces TATE, a transformer-based model that effectively handles uncertain missing modalities in multimodal sentiment analysis, outperforming existing methods on benchmark datasets.
Contribution
The paper proposes a novel tag-assisted transformer encoder that addresses multiple missing modalities simultaneously, a more realistic scenario in multimodal sentiment analysis.
Findings
Significant performance improvements on CMU-MOSI and IEMOCAP datasets.
Effective handling of both single and multiple missing modalities.
Outperforms several baseline models in sentiment classification accuracy.
Abstract
Multimodal sentiment analysis has been studied under the assumption that all modalities are available. However, such a strong assumption does not always hold in practice, and most of multimodal fusion models may fail when partial modalities are missing. Several works have addressed the missing modality problem; but most of them only considered the single modality missing case, and ignored the practically more general cases of multiple modalities missing. To this end, in this paper, we propose a Tag-Assisted Transformer Encoder (TATE) network to handle the problem of missing uncertain modalities. Specifically, we design a tag encoding module to cover both the single modality and multiple modalities missing cases, so as to guide the network's attention to those missing modalities. Besides, we adopt a new space projection pattern to align common vectors. Then, a Transformer encoder-decoder…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Rough Sets and Fuzzy Logic · Advanced Computing and Algorithms
MethodsAttention Is All You Need · Linear Layer · Dense Connections · Residual Connection · Softmax · Absolute Position Encodings · Label Smoothing · Dropout · Multi-Head Attention · Adam
