paper-with-me

Papers

Knowledge-Guided Dynamic Modality Attention Fusion Framework for Multimodal Sentiment Analysis

2024-10-06 · Xinyu Feng, Yuming Lin, Lihua He, You Li, Liang Chang, Ya Zhou

Multimodal Sentiment Analysis (MSA) utilizes multimodal data to infer the users' sentiment. Previous methods focus on equally treating the contribution of each modality or statically using text as the dominant modality to conduct interaction, which neglects the situation where each modality may become dominant. In this paper, we propose a Knowledge-Guided Dynamic Modality Attention Fusion Framework (KuDA) for multimodal sentiment analysis. KuDA uses sentiment knowledge to guide the model dynamically selecting the dominant modality and adjusting the contributions of each modality. In addition, with the obtained multimodal representation, the model can further highlight the contribution of dominant modality through the correlation evaluation loss. Extensive experiments on four MSA benchmark datasets indicate that KuDA achieves state-of-the-art performance and is able to adapt to different scenarios of dominant modality.

📄 PDF Abstract BibTeX arXiv:2410.04491

Code (1)

MKMaS-GUET/KuDA 공식 구현 pytorch

Tasks

Multimodal Sentiment AnalysisSentiment Analysis

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Complementarity-driven Representation Learning for Multi-modal Knowledge Graph Completion

2025-07-28 · Lijian Li arxiv

Multi-modal Knowledge Graph Completion (MMKGC) aims to uncover hidden world knowledge in multimodal knowledge graphs by leveraging both multimodal and structural entity information. However, the inherent imbalance in mul…

Knowledge Graph CompletionRepresentation LearningKnowledge Graphs

Modality-Guided Dynamic Graph Fusion and Temporal Diffusion for Self-Supervised RGB-T Tracking

2025-05-06 · Shenglan Li, Rui Yao, Yong Zhou, Hancheng Zhu 외

To reduce the reliance on large-scale annotations, self-supervised RGB-T tracking approaches have garnered significant attention. However, the omission of the object region by erroneous pseudo-label or the introduction o…

DenoisingGraph AttentionPseudo LabelRgb-T Tracking

Spiking Neural Networks with Temporal Attention-Guided Adaptive Fusion for imbalanced Multi-modal Learning

2025-05-20 · Jiangrong Shen, Yulin Xie, Qi Xu, Gang Pan 외

Multimodal spiking neural networks (SNNs) hold significant potential for energy-efficient sensory processing but face critical challenges in modality imbalance and temporal misalignment. Current approaches suffer from un…

RGBT Tracking via Progressive Fusion Transformer with Dynamically Guided Learning

2023-03-26 · Yabin Zhu, Chenglong Li, Xiao Wang, Jin Tang 외

Existing Transformer-based RGBT tracking methods either use cross-attention to fuse the two modalities, or use self-attention and cross-attention to model both modality-specific and modality-sharing information. However,…

SMoES: Soft Modality-Guided Expert Specialization in MoE-VLMs

2026-04-27 · Zi-Hao Bo, Yaqian Li, Anzhou Hou, Rinyoichi Takezoe 외 arxiv

Mixture-of-Experts (MoE) has become a prevalent backbone for large vision-language models (VLMs), yet how modality-specific signals should guide expert routing remains under-explored. Existing routing strategies are eith…