paper-with-me

홈 › Papers

PTA: Enhancing Multimodal Sentiment Analysis through Pipelined Prediction and Translation-based Alignment

2024-05-23 · Shezheng Song, Shasha Li, Shan Zhao, Chengyu Wang, Xiaopeng Li, Jie Yu, Qian Wan, Jun Ma, Tianwei Yan, Wentao Ma, Xiaoguang Mao

Multimodal aspect-based sentiment analysis (MABSA) aims to understand opinions in a granular manner, advancing human-computer interaction and other fields. Traditionally, MABSA methods use a joint prediction approach to identify aspects and sentiments simultaneously. However, we argue that joint models are not always superior. Our analysis shows that joint models struggle to align relevant text tokens with image patches, leading to misalignment and ineffective image utilization. In contrast, a pipeline framework first identifies aspects through MATE (Multimodal Aspect Term Extraction) and then aligns these aspects with image patches for sentiment classification (MASC: Multimodal Aspect-Oriented Sentiment Classification). This method is better suited for multimodal scenarios where effective image use is crucial. We present three key observations: (a) MATE and MASC have different feature requirements, with MATE focusing on token-level features and MASC on sequence-level features; (b) the aspect identified by MATE is crucial for effective image utilization; and (c) images play a trivial role in previous MABSA methods due to high noise. Based on these observations, we propose a pipeline framework that first predicts the aspect and then uses translation-based alignment (TBA) to enhance multimodal semantic consistency for better image utilization. Our method achieves state-of-the-art (SOTA) performance on widely used MABSA datasets Twitter-15 and Twitter-17. This demonstrates the effectiveness of the pipeline approach and its potential to provide valuable insights for future MABSA research. For reproducibility, the code and checkpoint will be released.

📄 PDF Abstract BibTeX arXiv:2406.00017

Code (0)

등록된 구현이 없습니다.

Tasks

Aspect-Based Sentiment AnalysisMultimodal Sentiment AnalysisSentiment AnalysisSentiment ClassificationTerm Extraction

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
MATE MATE is a Transformer architecture designed to model the structure of web tables. It uses sparse attention in a way that…

Similar Papers 제목 키워드 기반

Leveraging Textual-Cues for Enhancing Multimodal Sentiment Analysis by Object Recognition

2026-01-30 · Sumana Biswas, Karen Young, Josephine Griffith arxiv

Multimodal sentiment analysis, which includes both image and text data, presents several challenges due to the dissimilarities in the modalities of text and image, the ambiguity of sentiment, and the complexities of cont…

Multimodal Sentiment AnalysisObject Recognition

M2Lens: Visualizing and Explaining Multimodal Models for Sentiment Analysis

2021-07-17 · Xingbo Wang, Jianben He, Zhihua Jin, Muqiao Yang 외

Multimodal sentiment analysis aims to recognize people's attitudes from multiple communication channels such as verbal content (i.e., text), voice, and facial expressions. It has become a vibrant and important research t…

Multimodal Sentiment AnalysisSentiment Analysis

Unlocking Cross-Lingual Sentiment Analysis through Emoji Interpretation: A Multimodal Generative AI Approach

2024-12-23 · Rafid Ishrak Jahan, Heng Fan, Haihua Chen, Yunhe Feng

Emojis have become ubiquitous in online communication, serving as a universal medium to convey emotions and decorative elements. Their widespread use transcends language and cultural barriers, enhancing understanding and…

Sentiment Analysis

AdaptiSent: Context-Aware Adaptive Attention for Multimodal Aspect-Based Sentiment Analysis

2025-07-17 · S M Rafiuddin, Sadia Kamal, Mohammed Rakib, Arunkumar Bagavathi 외

We introduce AdaptiSent, a new framework for Multimodal Aspect-Based Sentiment Analysis (MABSA) that uses adaptive cross-modal attention mechanisms to improve sentiment classification and aspect term extraction from both…

Aspect-Based Sentiment AnalysisSentiment AnalysisSentiment ClassificationTerm Extraction

Explainable Multimodal Aspect-Based Sentiment Analysis with Dependency-guided Large Language Model

2026-01-11 · Zhongzheng Wang, Yuanhe Tian, Hongzhi Wang, Yan Song arxiv

Multimodal aspect-based sentiment analysis (MABSA) aims to identify aspect-level sentiments by jointly modeling textual and visual information, which is essential for fine-grained opinion understanding in social media. E…

Sentiment Analysis