CLAIMay 2, 2025

Multimodal Transformers are Hierarchical Modal-wise Heterogeneous Graphs

arXiv:2505.01068v19 citationsh-index: 4ACL
Originality Incremental advance
AI Analysis

This addresses efficiency concerns in multimodal sentiment analysis, offering a novel framework that improves performance while reducing parameters, though it appears incremental within the existing paradigm.

The paper tackles the efficiency problem in Multimodal Transformers for sentiment analysis by proving they are hierarchical modal-wise heterogeneous graphs and proposing GsiT, which achieves All-Modal-In-One fusion with 1/3 of the parameters and higher performance than traditional models.

Multimodal Sentiment Analysis (MSA) is a rapidly developing field that integrates multimodal information to recognize sentiments, and existing models have made significant progress in this area. The central challenge in MSA is multimodal fusion, which is predominantly addressed by Multimodal Transformers (MulTs). Although act as the paradigm, MulTs suffer from efficiency concerns. In this work, from the perspective of efficiency optimization, we propose and prove that MulTs are hierarchical modal-wise heterogeneous graphs (HMHGs), and we introduce the graph-structured representation pattern of MulTs. Based on this pattern, we propose an Interlaced Mask (IM) mechanism to design the Graph-Structured and Interlaced-Masked Multimodal Transformer (GsiT). It is formally equivalent to MulTs which achieves an efficient weight-sharing mechanism without information disorder through IM, enabling All-Modal-In-One fusion with only 1/3 of the parameters of pure MulTs. A Triton kernel called Decomposition is implemented to ensure avoiding additional computational overhead. Moreover, it achieves significantly higher performance than traditional MulTs. To further validate the effectiveness of GsiT itself and the HMHG concept, we integrate them into multiple state-of-the-art models and demonstrate notable performance improvements and parameter reduction on widely used MSA datasets.

Foundations

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

Your Notes