paper-with-me

Papers

Cross-Modal BERT for Text-Audio Sentiment Analysis

2020-10-12 · ACM Multimedia 2020 10 · Kaicheng Yang, Hua Xu, Kai Gao

Multimodal sentiment analysis is an emerging research field that aims to enable machines to recognize, interpret, and express emotion. Through the cross-modal interaction, we can get more comprehensive emotional characteristics of the speaker. Bidirectional Encoder Representations from Transformers (BERT) is an efficient pre-trained language representation model. Fine-tuning it has obtained new state-of-the-art results on eleven natural language processing tasks like question answering and natural language inference. However, most previous works fine-tune BERT only base on text data, how to learn a better representation by introducing the multimodal information is still worth exploring. In this paper, we propose the Cross-Modal BERT (CM-BERT), which relies on the interaction of text and audio modality to fine-tune the pre-trained BERT model. As the core unit of the CM-BERT, masked multimodal attention is designed to dynamically adjust the weight of words by combining the information of text and audio modality. We evaluate our method on the public multimodal sentiment analysis datasets CMU-MOSI and CMU-MOSEI. The experiment results show that it has significantly improved the performance on all the metrics over previous baselines and text-only finetuning of BERT. Besides, we visualize the masked multimodal attention and proves that it can reasonably adjust the weight of words by introducing audio modality information.

📄 PDF Abstract BibTeX

Code (1)

thuiar/Cross-Modal-BERT pytorch

Tasks

Multimodal Sentiment AnalysisNatural Language InferenceQuestion AnsweringSentiment Analysis

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Adapted Multimodal BERT with Layer-wise Fusion for Sentiment Analysis

2022-12-01 · Odysseas S. Chlapanis, Georgios Paraskevopoulos, Alexandros Potamianos

Multimodal learning pipelines have benefited from the success of pretrained language models. However, this comes at the cost of increased model parameters. In this work, we propose Adapted Multimodal BERT (AMB), a BERT-b…

Language ModelingLanguage ModellingSentiment Analysis

Multimodal Sentiment Analysis on CMU-MOSEI Dataset using Transformer-based Models

2025-05-09 · Jugal Gajjar, Kaustik Ranaware

This project performs multimodal sentiment analysis using the CMU-MOSEI dataset, using transformer-based models with early fusion to integrate text, audio, and visual modalities. We employ BERT-based encoders for each mo…

Multimodal Sentiment AnalysisSentiment Analysis

Audio Sentiment Analysis via Distillation and Cross-Modal Integration of Generated Multilingual Transcripts

2026-07-07 · Andrei-George Durdun, Victor Constantinescu, Radu Tudor Ionescu arxiv

Automatically recognizing the sentiment, positive or negative, from speech is a challenging task, requiring both the analysis of vocal inflections and the interpretation of uttered words. Recent solutions rely on audio f…

Machine TranslationSpeech RecognitionSentiment Analysis

Enriching Multimodal Sentiment Analysis through Textual Emotional Descriptions of Visual-Audio Content

2024-12-12 · Sheng Wu, Xiaobao Wang, Longbiao Wang, Dongxiao He 외

Multimodal Sentiment Analysis (MSA) stands as a critical research frontier, seeking to comprehensively unravel human emotions by amalgamating text, audio, and visual data. Yet, discerning subtle emotional nuances within …

Multimodal Sentiment AnalysisSentiment Analysis

Multimodal Sentiment Analysis Based on BERT and ResNet

2024-12-04 · JiaLe Ren

With the rapid development of the Internet and social media, multi-modal data (text and image) is increasingly important in sentiment analysis tasks. However, the existing methods are difficult to effectively fuse text a…

Multimodal Sentiment AnalysisSentiment Analysis