LGAICLOct 20, 2025

An Enhanced Dual Transformer Contrastive Network for Multimodal Sentiment Analysis

arXiv:2510.23617v1h-index: 17
Originality Incremental advance
AI Analysis

This work addresses sentiment analysis from text and images, offering incremental improvements in accuracy for applications like social media monitoring.

The paper tackles multimodal sentiment analysis by proposing a Dual Transformer Contrastive Network (DTCN) that combines BERT and ViT with early fusion and contrastive learning, achieving best accuracy of 78.4% and F1-score of 78.3% on the TumEmo benchmark.

Multimodal Sentiment Analysis (MSA) seeks to understand human emotions by jointly analyzing data from multiple modalities typically text and images offering a richer and more accurate interpretation than unimodal approaches. In this paper, we first propose BERT-ViT-EF, a novel model that combines powerful Transformer-based encoders BERT for textual input and ViT for visual input through an early fusion strategy. This approach facilitates deeper cross-modal interactions and more effective joint representation learning. To further enhance the model's capability, we propose an extension called the Dual Transformer Contrastive Network (DTCN), which builds upon BERT-ViT-EF. DTCN incorporates an additional Transformer encoder layer after BERT to refine textual context (before fusion) and employs contrastive learning to align text and image representations, fostering robust multimodal feature learning. Empirical results on two widely used MSA benchmarks MVSA-Single and TumEmo demonstrate the effectiveness of our approach. DTCN achieves best accuracy (78.4%) and F1-score (78.3%) on TumEmo, and delivers competitive performance on MVSA-Single, with 76.6% accuracy and 75.9% F1-score. These improvements highlight the benefits of early fusion and deeper contextual modeling in Transformer-based multimodal sentiment analysis.

Foundations

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

Your Notes