LGSDASNov 11, 2020

Recognizing More Emotions with Less Data Using Self-supervised Transfer Learning

arXiv:2011.05585v125 citations
AI Analysis

This addresses the problem of data scarcity in speech emotion recognition for researchers and labeling teams, offering an incremental improvement through hybrid methods.

The paper tackles speech emotion recognition with limited labeled data by proposing a self-supervised transfer learning method, achieving higher accuracy with only 125 examples per class than a baseline using 8 times more data and setting a new state-of-the-art of 73.9% unweighted accuracy on the full IEMOCAP dataset.

We propose a novel transfer learning method for speech emotion recognition allowing us to obtain promising results when only few training data is available. With as low as 125 examples per emotion class, we were able to reach a higher accuracy than a strong baseline trained on 8 times more data. Our method leverages knowledge contained in pre-trained speech representations extracted from models trained on a more general self-supervised task which doesn't require human annotations, such as the wav2vec model. We provide detailed insights on the benefits of our approach by varying the training data size, which can help labeling teams to work more efficiently. We compare performance with other popular methods on the IEMOCAP dataset, a well-benchmarked dataset among the Speech Emotion Recognition (SER) research community. Furthermore, we demonstrate that results can be greatly improved by combining acoustic and linguistic knowledge from transfer learning. We align acoustic pre-trained representations with semantic representations from the BERT model through an attention-based recurrent neural network. Performance improves significantly when combining both modalities and scales with the amount of data. When trained on the full IEMOCAP dataset, we reach a new state-of-the-art of 73.9% unweighted accuracy (UA).

Foundations

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

Your Notes