paper-with-me

Papers

Tag-assisted Multimodal Sentiment Analysis under Uncertain Missing Modalities

2022-04-28 · Jiandian Zeng, Tianyi Liu, Jiantao Zhou

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 network is utilized to learn the missing modality features. At last, the outputs of the Transformer encoder are used for the final sentiment classification. Extensive experiments are conducted on CMU-MOSI and IEMOCAP datasets, showing that our method can achieve significant improvements compared with several baselines.

📄 PDF Abstract BibTeX arXiv:2204.13707

Code (1)

jaydenzeng/tate 공식 구현 tf

Tasks

DecoderMultimodal Sentiment AnalysisSentiment AnalysisSentiment ClassificationTAG

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
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$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Trustworthy Multimodal Fusion for Sentiment Analysis in Ordinal Sentiment Space

2024-04-13 · Zhuyang Xie, Yan Yang, Jie Wang, Xiaorong Liu 외

Multimodal video sentiment analysis aims to integrate multiple modal information to analyze the opinions and attitudes of speakers. Most previous work focuses on exploring the semantic interactions of intra- and inter-mo…

Multimodal Sentiment AnalysisSentiment Analysis

Toward Robust Incomplete Multimodal Sentiment Analysis via Hierarchical Representation Learning

2024-11-05 · Mingcheng Li, Dingkang Yang, Yang Liu, Shunli Wang 외

Multimodal Sentiment Analysis (MSA) is an important research area that aims to understand and recognize human sentiment through multiple modalities. The complementary information provided by multimodal fusion promotes be…

Multimodal Sentiment AnalysisRepresentation LearningSentiment Analysis

Data Uncertainty-Aware Learning for Multimodal Aspect-based Sentiment Analysis

2024-12-02 · Hao Yang, Zhenyu Zhang, Yanyan Zhao, Bing Qin

As a fine-grained task, multimodal aspect-based sentiment analysis (MABSA) mainly focuses on identifying aspect-level sentiment information in the text-image pair. However, we observe that it is difficult to recognize th…

Aspect-Based Sentiment AnalysisSentiment Analysis

FedUAF: Uncertainty-Aware Fusion with Reliability-Guided Aggregation for Multimodal Federated Sentiment Analysis

2026-02-28 · Xianxun Zhu, Zezhong Sun, Imad Rida, Erik Cambria 외 arxiv

Multimodal sentiment analysis in federated learning environments faces significant challenges due to missing modalities, heterogeneous data distributions, and unreliable client updates. Existing federated approaches ofte…

Multimodal Sentiment AnalysisFederated Learning

Perturbation-Assisted Sample Synthesis: A Novel Approach for Uncertainty Quantification

2023-05-30 · Yifei Liu, Rex Shen, Xiaotong Shen

This paper introduces a novel Perturbation-Assisted Inference (PAI) framework utilizing synthetic data generated by the Perturbation-Assisted Sample Synthesis (PASS) method. The framework focuses on uncertainty quantific…

DiversityImage GenerationPrediction IntervalsSynthetic Data Generation+2