CVCLApr 27, 2017

End-to-End Multimodal Emotion Recognition using Deep Neural Networks

arXiv:1704.08619v1639 citations
Originality Incremental advance
AI Analysis

This work addresses emotion recognition for applications like multimedia retrieval and human-computer interaction, but it is incremental as it builds on existing deep learning techniques.

The paper tackled emotion recognition from audio and visual data by proposing an end-to-end deep learning system using CNNs, ResNet, and LSTMs, achieving significant performance improvements over traditional handcrafted feature-based methods on the RECOLA database.

Automatic affect recognition is a challenging task due to the various modalities emotions can be expressed with. Applications can be found in many domains including multimedia retrieval and human computer interaction. In recent years, deep neural networks have been used with great success in determining emotional states. Inspired by this success, we propose an emotion recognition system using auditory and visual modalities. To capture the emotional content for various styles of speaking, robust features need to be extracted. To this purpose, we utilize a Convolutional Neural Network (CNN) to extract features from the speech, while for the visual modality a deep residual network (ResNet) of 50 layers. In addition to the importance of feature extraction, a machine learning algorithm needs also to be insensitive to outliers while being able to model the context. To tackle this problem, Long Short-Term Memory (LSTM) networks are utilized. The system is then trained in an end-to-end fashion where - by also taking advantage of the correlations of the each of the streams - we manage to significantly outperform the traditional approaches based on auditory and visual handcrafted features for the prediction of spontaneous and natural emotions on the RECOLA database of the AVEC 2016 research challenge on emotion recognition.

Code Implementations2 repos
Foundations

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

Your Notes