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

**Authors:** Panagiotis Tzirakis, George Trigeorgis, Mihalis A. Nicolaou, Bj\"orn, Schuller, and Stefanos Zafeiriou

arXiv: 1704.08619 · 2018-02-14

## TL;DR

This paper presents an end-to-end deep neural network system that combines auditory and visual data for improved spontaneous emotion recognition, outperforming traditional handcrafted feature methods on the RECOLA dataset.

## Contribution

It introduces a multimodal emotion recognition framework using CNN, ResNet, and LSTM networks trained jointly for the first time in an end-to-end manner.

## Key findings

- Significantly outperforms traditional handcrafted feature approaches.
- Effective integration of speech and visual modalities enhances emotion prediction.
- Demonstrates robustness in recognizing natural emotions in spontaneous settings.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.08619/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1704.08619/full.md

## References

47 references — full list in the complete paper: https://tomesphere.com/paper/1704.08619/full.md

---
Source: https://tomesphere.com/paper/1704.08619