CLSDASJun 24, 2019

Multimodal and Multi-view Models for Emotion Recognition

arXiv:1906.10198v11101 citations
Originality Incremental advance
AI Analysis

This addresses a practical bottleneck in emotion recognition deployment for real-world applications where ASR output is limited by computational or privacy constraints.

The paper tackles the problem of emotion recognition when lexical inputs are unavailable during deployment by efficiently combining acoustic and lexical modalities during training to create a deployable acoustic-only model. Their multimodal model outperforms previous state-of-the-art on the USC-IEMOCAP dataset, and their multi-view-trained acoustic network significantly surpasses acoustic-only models.

Studies on emotion recognition (ER) show that combining lexical and acoustic information results in more robust and accurate models. The majority of the studies focus on settings where both modalities are available in training and evaluation. However, in practice, this is not always the case; getting ASR output may represent a bottleneck in a deployment pipeline due to computational complexity or privacy-related constraints. To address this challenge, we study the problem of efficiently combining acoustic and lexical modalities during training while still providing a deployable acoustic model that does not require lexical inputs. We first experiment with multimodal models and two attention mechanisms to assess the extent of the benefits that lexical information can provide. Then, we frame the task as a multi-view learning problem to induce semantic information from a multimodal model into our acoustic-only network using a contrastive loss function. Our multimodal model outperforms the previous state of the art on the USC-IEMOCAP dataset reported on lexical and acoustic information. Additionally, our multi-view-trained acoustic network significantly surpasses models that have been exclusively trained with acoustic features.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes