Skip to content

Multimodal sentiment analysis with multi-level representation learning and global tri-modality unified fusion.

Aug 2026 · Neural Networks · Vol 205 Pt B, pp. 109515 · 0 citations · 50 references
Medicine

TL;DR

A Global Tri-Modality Transformer (GTMT) that first performs parallel fusion of the three modalities and then conducts deep integration guided by the textual modality to achieve the cross-modal semantic alignment and correlation, significantly improving the global unified fusion effectiveness of the tri-modality information.

Abstract

Multimodal sentiment analysis (MSA) is a popular research topic particularly for predicting human emotional attitudes. However, most existing methods fail to learn the multi-level nonlinear information in MSA due to their usually adopting single-level representation learning, and alternatively suffer from insufficiently extracting the comprehensive correlation features among the triple modalities. Here, to address these issues, we propose a MSA network with Multi-Level representation learning and global Tri-Modality unified fusion, termed as MLTM. Specifically, we devise a multi-level encoding strategy with a hierarchical progressive encoder and multi-level perceptual attention to dynamically weight the information at each level, thereby enhancing the nonlinear representation ability. Furthermore, a dynamic representation optimization mechanism is developed to enhance the semantic relevance of shared features while preserving the uniqueness of private ones. Subsequently, we design a Global Tri-Modality Transformer (GTMT) that first performs parallel fusion of the three modalities and then conducts deep integration guided by the textual modality to achieve the cross-modal semantic alignment and correlation, significantly improving the global unified fusion effectiveness of the tri-modality information. Extensive experiments on three public MSA datasets demonstrate that MLTM outperforms various state-of-the-art methods by a wide margin across various evaluation metrics, indicating its effectiveness and robustness. Specifically, MLTM achieves a superior Acc7 of 55.10 and 48.98, an enhancement of 2.39% and 2.44% compared to the second-best baselines on CMU-MOSEI and CMU-MOSI. Moreover, it reduces MAE to 0.502 and 0.590, improving by 2.14% and 15.7%, on the above two datasets, respectively.

View source

Similar papers

Open access Jul 2026

Multi-level global and local fusion for multimodal sentiment analysis

DualScope is proposed, a novel model that combines a global-local fusion strategy with bidirectional image-text generation for semantically consistent data augmentation and introduces both label contrastive learning and data contrastive learning to align heterogeneous modalities and enhance model robustness.

Bing Zhang, Junteng Wang, Bin Sun et al. · 0 citations
Conference 2026

Hierarchical Global-Local Interaction and Refinement for Multimodal Sentiment Analysis

A Modality Dropout strategy is first introduced at the input stage to alleviate over-reliance on a sin-gle modality and improve robustness and the proposed Hierarchical Global-Local Interaction and Refinement framework for Multimodal Sentiment Analysis (HGLIR) is proposed.

yuanyuan zhou · 0 citations
Conference 2026

Consistency-Aware Gated Fusion with Mamba for Multimodal Sentiment Analysis

Multimodal sentiment analysis has attracted increasing attention due to the prevalence of text-image content on social media. A central challenge is to design fusion mechanisms that are both expressive and parameter-efficient, especially for small-scale datasets where heavy cross-modal attention can easily overfit. In this paper, we present Consistency-Aware Gated Fusion (CAGF), a lightweight and fusion module tailored to Mamba-based architectures. Our key idea is to exploit Mamba's bidirectional scanning mechanism: forward and backward hidden states from text and image encoders are concatenated to form enhanced representations, and a cosine-based semantic consistency score is computed between modalities. This score is then passed through a fixed sigmoid gate to adaptively weight text and image features, without introducing any additional learnable parameters. CAGF is plug-and-play compatible with dual-stream Mamba encoders and incurs negligible computational overhead compared with attention-based fusion. Experiments on the MVSA-Single dataset show that CAGF achieves state-of-the-art performance (Acc=82.54%, F1=84.82%), outperforming strong multimodal baselines such as CLIP, MISA, DLF, AoM, and SFTTR, while remaining more efficient and interpretable. Extensive ablations and sensitivity analyses further validate that bidirectional scanning, enhanced representations, and consistency-aware gating are all critical to the observed gains.

Jian Hu · 0 citations
Open access Aug 2026

Learning Adaptive Cross-Modal Interactions for Multimodal Sentiment Analysis

A framework for learning adaptive cross-modal interactions for multimodal sentiment analysis that consistently outperforms previous methods and enhances multimodal representation capability for sentiment classification is proposed.

Chuhan Cheng, Hangcheng Wu, Junqiao Wang et al. · 0 citations
#small language model Preprint Aug 2026

Multi-Granularity Sentiment Integration for LLM-Based Multimodal Sentiment Analysis

MGSI first encodes audio and visual streams at short-, medium-, and long-range temporal scales, preserving both local variations and global affective trends, and applies polarity- and intensity-aware enhancement to better handle ambiguous and near-neutral samples.

Shanshan Lin, Yuesheng Wu, Chao Chen et al. · 0 citations