paper-with-me

홈 › Papers

Multi-Modal Emotion Detection with Transfer Learning

2020-11-13 · Amith Ananthram, Kailash Karthik Saravanakumar, Jessica Huynh, Homayoon Beigi

Automated emotion detection in speech is a challenging task due to the complex interdependence between words and the manner in which they are spoken. It is made more difficult by the available datasets; their small size and incompatible labeling idiosyncrasies make it hard to build generalizable emotion detection systems. To address these two challenges, we present a multi-modal approach that first transfers learning from related tasks in speech and text to produce robust neural embeddings and then uses these embeddings to train a pLDA classifier that is able to adapt to previously unseen emotions and domains. We begin by training a multilayer TDNN on the task of speaker identification with the VoxCeleb corpora and then fine-tune it on the task of emotion identification with the Crema-D corpus. Using this network, we extract speech embeddings for Crema-D from each of its layers, generate and concatenate text embeddings for the accompanying transcripts using a fine-tuned BERT model and then train an LDA - pLDA classifier on the resulting dense representations. We exhaustively evaluate the predictive power of every component: the TDNN alone, speech embeddings from each of its layers alone, text embeddings alone and every combination thereof. Our best variant, trained on only VoxCeleb and Crema-D and evaluated on IEMOCAP, achieves an EER of 38.05%. Including a portion of IEMOCAP during training produces a 5-fold averaged EER of 25.72% (For comparison, 44.71% of the gold-label annotations include at least one annotator who disagrees).

📄 PDF Abstract BibTeX arXiv:2011.07065

Code (0)

등록된 구현이 없습니다.

Tasks

Speaker IdentificationTransfer Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
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…
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$…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
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…
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Climate and Weather: Inspecting Depression Detection via Emotion Recognition

2022-04-29 · Wen Wu, Mengyue Wu, Kai Yu

Automatic depression detection has attracted increasing amount of attention but remains a challenging task. Psychological research suggests that depressive mood is closely related with emotion expression and perception, …

Depression DetectionEmotion Recognition

Towards Multimodal Emotion Recognition in German Speech Events in Cars using Transfer Learning

2019-09-06 · Deniz Cevher, Sebastian Zepf, Roman Klinger

The recognition of emotions by humans is a complex process which considers multiple interacting signals such as facial expressions and both prosody and semantic content of utterances. Commonly, research on automatic reco…

Emotion RecognitionMultimodal Emotion RecognitionTransfer Learning

Quality-Controlled Multimodal Emotion Recognition in Conversations with Identity-Based Transfer Learning and MAMBA Fusion

2025-11-18 · Zanxu Wang, Homayoon Beigi arxiv

This paper addresses data quality issues in multimodal emotion recognition in conversation (MERC) through systematic quality control and multi-stage transfer learning. We implement a quality control pipeline for MELD and…

Multimodal Emotion RecognitionTransfer LearningFace RecognitionFace Detection

Retrieval-Augmented Multimodal Depression Detection

2025-10-29 · Ruibo Hou, Shiyu Teng, Jiaqing Liu, Shurong Chai 외 arxiv

Multimodal deep learning has shown promise in depression detection by integrating text, audio, and video signals. Recent work leverages sentiment analysis to enhance emotional understanding, yet suffers from high computa…

Multimodal Deep LearningMulti-Task LearningSentiment AnalysisTransfer Learning

Modality-Transferable Emotion Embeddings for Low-Resource Multimodal Emotion Recognition

2020-09-21 · Asian Chapter of the Association for Computational Linguistics 2020 · Wenliang Dai, Zihan Liu, Tiezheng Yu, Pascale Fung

Despite the recent achievements made in the multi-modal emotion recognition task, two problems still exist and have not been well investigated: 1) the relationship between different emotion categories are not utilized, w…

Emotion RecognitionMultimodal Emotion RecognitionWord Embeddings