SDLGASJan 18, 2025

Speech Emotion Detection Based on MFCC and CNN-LSTM Architecture

arXiv:2501.10666v112 citationsh-index: 2Appl Comput Eng
Originality Synthesis-oriented
AI Analysis

This work addresses emotion recognition from speech, an incremental improvement in a domain-specific application with potential uses in human-computer interaction or mental health monitoring.

The paper tackled speech emotion detection by using a hybrid CNN-LSTM architecture on MFCC features from the SAVEE and RAVDESS datasets, achieving an overall accuracy of 61.07% with higher performance for specific emotions like anger (75.31%) and neutral (71.70%).

Emotion detection techniques have been applied to multiple cases mainly from facial image features and vocal audio features, of which the latter aspect is disputed yet not only due to the complexity of speech audio processing but also the difficulties of extracting appropriate features. Part of the SAVEE and RAVDESS datasets are selected and combined as the dataset, containing seven sorts of common emotions (i.e. happy, neutral, sad, anger, disgust, fear, and surprise) and thousands of samples. Based on the Librosa package, this paper processes the initial audio input into waveplot and spectrum for analysis and concentrates on multiple features including MFCC as targets for feature extraction. The hybrid CNN-LSTM architecture is adopted by virtue of its strong capability to deal with sequential data and time series, which mainly consists of four convolutional layers and three long short-term memory layers. As a result, the architecture achieved an accuracy of 61.07% comprehensively for the test set, among which the detection of anger and neutral reaches a performance of 75.31% and 71.70% respectively. It can also be concluded that the classification accuracy is dependent on the properties of emotion to some extent, with frequently-used and distinct-featured emotions having less probability to be misclassified into other categories. Emotions like surprise whose meaning depends on the specific context are more likely to confuse with positive or negative emotions, and negative emotions also have a possibility to get mixed with each other.

Foundations

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

Your Notes