paper-with-me

홈 › Papers

GSIFN: A Graph-Structured and Interlaced-Masked Multimodal Transformer-based Fusion Network for Multimodal Sentiment Analysis

2024-08-27 · Yijie Jin

Multimodal Sentiment Analysis (MSA) leverages multiple data modals to analyze human sentiment. Existing MSA models generally employ cutting-edge multimodal fusion and representation learning-based methods to promote MSA capability. However, there are two key challenges: (i) in existing multimodal fusion methods, the decoupling of modal combinations and tremendous parameter redundancy, lead to insufficient fusion performance and efficiency; (ii) a challenging trade-off exists between representation capability and computational overhead in unimodal feature extractors and encoders. Our proposed GSIFN incorporates two main components to solve these problems: (i) a graph-structured and interlaced-masked multimodal Transformer. It adopts the Interlaced Mask mechanism to construct robust multimodal graph embedding, achieve all-modal-in-one Transformer-based fusion, and greatly reduce the computational overhead; (ii) a self-supervised learning framework with low computational overhead and high performance, which utilizes a parallelized LSTM with matrix memory to enhance non-verbal modal features for unimodal label generation. Evaluated on the MSA datasets CMU-MOSI, CMU-MOSEI, and CH-SIMS, GSIFN demonstrates superior performance with significantly lower computational overhead compared with previous state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:2408.14809

Code (1)

drewjin/GSIFN 공식 구현 pytorch

Tasks

Graph EmbeddingMultimodal Sentiment AnalysisRepresentation LearningSelf-Supervised LearningSentiment Analysis

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
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…
Tanh Activation 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Multimodal Transformers are Hierarchical Modal-wise Heterogeneous Graphs

2025-05-02 · Yijie Jin, Junjie Peng, Xuanchao Lin, Haochen Yuan 외

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 …

Multimodal Sentiment AnalysisSentiment Analysis

Weakly-Supervised Learning of Visual Relations in Multimodal Pretraining

2023-05-23 · Emanuele Bugliarello, Aida Nematzadeh, Lisa Anne Hendricks

Recent work in vision-and-language pretraining has investigated supervised signals from object detection data to learn better, fine-grained multimodal representations. In this work, we take a step further and explore how…

object-detectionObject DetectionRelationRelation Prediction+1

MEDFuse: Multimodal EHR Data Fusion with Masked Lab-Test Modeling and Large Language Models

2024-07-17 · Thao Minh Nguyen Phan, Cong-Tinh Dao, Chenwei Wu, Jian-Zhe Wang 외

Electronic health records (EHRs) are multimodal by nature, consisting of structured tabular features like lab tests and unstructured clinical notes. In real-life clinical practice, doctors use complementary multimodal EH…

Decision MakingMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

2D-3D Interlaced Transformer for Point Cloud Segmentation with Scene-Level Supervision

2023-10-19 · ICCV 2023 1 · Cheng-Kun Yang, Min-Hung Chen, Yung-Yu Chuang, Yen-Yu Lin

We present a Multimodal Interlaced Transformer (MIT) that jointly considers 2D and 3D data for weakly supervised point cloud segmentation. Research studies have shown that 2D and 3D features are complementary for point c…

DecoderPoint Cloud SegmentationSegmentationWeakly-supervised Learning

Open Banking Foundational Model: Learning Language Representations from Few Financial Transactions

2025-11-15 · Gustavo Polleti, Marlesson Santana, Eduardo Fontes arxiv

We introduced a multimodal foundational model for financial transactions that integrates both structured attributes and unstructured textual descriptions into a unified representation. By adapting masked language modelin…

Feature Engineering