paper-with-me

Papers

CLMLF:A Contrastive Learning and Multi-Layer Fusion Method for Multimodal Sentiment Detection

2022-04-12 · Findings (NAACL) 2022 7 · Zhen Li, Bing Xu, Conghui Zhu, Tiejun Zhao

Compared with unimodal data, multimodal data can provide more features to help the model analyze the sentiment of data. Previous research works rarely consider token-level feature fusion, and few works explore learning the common features related to sentiment in multimodal data to help the model fuse multimodal features. In this paper, we propose a Contrastive Learning and Multi-Layer Fusion (CLMLF) method for multimodal sentiment detection. Specifically, we first encode text and image to obtain hidden representations, and then use a multi-layer fusion module to align and fuse the token-level features of text and image. In addition to the sentiment analysis task, we also designed two contrastive learning tasks, label based contrastive learning and data based contrastive learning tasks, which will help the model learn common features related to sentiment in multimodal data. Extensive experiments conducted on three publicly available multimodal datasets demonstrate the effectiveness of our approach for multimodal sentiment detection compared with existing methods. The codes are available for use at https://github.com/Link-Li/CLMLF

📄 PDF Abstract BibTeX arXiv:2204.05515

Code (1)

link-li/clmlf 공식 구현 pytorch

Tasks

Contrastive LearningSentiment Analysis

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Robust Multimodal Learning via Entropy-Gated Contrastive Fusion

2025-05-21 · Leon Chlon, Maggie Chlon, MarcAntonio M. Awada

Real-world multimodal systems routinely face missing-input scenarios, and in reality, robots lose audio in a factory or a clinical record omits lab tests at inference time. Standard fusion layers either preserve robustne…

Joyful: Joint Modality Fusion and Graph Contrastive Learning for Multimodal Emotion Recognition

2023-11-18 · Dongyuan Li, Yusong Wang, Kotaro Funakoshi, Manabu Okumura

Multimodal emotion recognition aims to recognize emotions for each utterance of multiple modalities, which has received increasing attention for its application in human-machine interaction. Current graph-based methods f…

Contrastive LearningEmotion RecognitionEmotion Recognition in ConversationFace Swapping+1

Multimodal Prompt Transformer with Hybrid Contrastive Learning for Emotion Recognition in Conversation

2023-10-04 · Shihao Zou, Xianying Huang, Xudong Shen

Emotion Recognition in Conversation (ERC) plays an important role in driving the development of human-machine interaction. Emotions can exist in multiple modalities, and multimodal ERC mainly faces two problems: (1) the …

Contrastive LearningEmotion RecognitionEmotion Recognition in Conversation

Where Does Vision Meet Language? Understanding and Refining Visual Fusion in MLLMs via Contrastive Attention

2026-01-13 · Shezheng Song, Shasha Li, Jie Yu arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable progress in vision-language understanding, yet how they internally integrate visual and textual information remains poorly understood. To bridge this gap,…

Multimodal Reasoning

An Enhanced Dual Transformer Contrastive Network for Multimodal Sentiment Analysis

2025-10-20 · Phuong Q. Dao, Mark Roantree, Vuong M. Ngo arxiv

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 approac…

Multimodal Sentiment AnalysisRepresentation LearningContrastive Learning