SDASApr 8, 2019

Direct Modelling of Speech Emotion from Raw Speech

arXiv:1904.03833v4120 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of reducing reliance on hand-engineered features for speech emotion recognition, though it is incremental as it builds on existing CNN-LSTM approaches.

The paper tackled speech emotion recognition by proposing a model using parallel convolutional layers with LSTM to learn from raw speech, achieving performance comparable to CNN models trained on hand-engineered features on IEMOCAP and MSP-IMPROV datasets.

Speech emotion recognition is a challenging task and heavily depends on hand-engineered acoustic features, which are typically crafted to echo human perception of speech signals. However, a filter bank that is designed from perceptual evidence is not always guaranteed to be the best in a statistical modelling framework where the end goal is for example emotion classification. This has fuelled the emerging trend of learning representations from raw speech especially using deep learning neural networks. In particular, a combination of Convolution Neural Networks (CNNs) and Long Short Term Memory (LSTM) have gained great traction for the intrinsic property of LSTM in learning contextual information crucial for emotion recognition; and CNNs been used for its ability to overcome the scalability problem of regular neural networks. In this paper, we show that there are still opportunities to improve the performance of emotion recognition from the raw speech by exploiting the properties of CNN in modelling contextual information. We propose the use of parallel convolutional layers to harness multiple temporal resolutions in the feature extraction block that is jointly trained with the LSTM based classification network for the emotion recognition task. Our results suggest that the proposed model can reach the performance of CNN trained with hand-engineered features from both IEMOCAP and MSP-IMPROV datasets.

Foundations

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

Your Notes