SDCLASNov 19, 2020

Deep Residual Local Feature Learning for Speech Emotion Recognition

arXiv:2011.09767v1
AI Analysis

This work offers an incremental improvement in deep learning architecture for speech emotion recognition, benefiting applications like call center services.

This paper addresses the challenge of vanishing gradients and overfitting in deep learning models for Speech Emotion Recognition (SER) by proposing a redesigned local feature learning block called DeepResLFLB. The new block, comprising LFLB, ResLFLB, and MLP, significantly improves performance on the EMODB and RAVDESS datasets across standard metrics.

Speech Emotion Recognition (SER) is becoming a key role in global business today to improve service efficiency, like call center services. Recent SERs were based on a deep learning approach. However, the efficiency of deep learning depends on the number of layers, i.e., the deeper layers, the higher efficiency. On the other hand, the deeper layers are causes of a vanishing gradient problem, a low learning rate, and high time-consuming. Therefore, this paper proposed a redesign of existing local feature learning block (LFLB). The new design is called a deep residual local feature learning block (DeepResLFLB). DeepResLFLB consists of three cascade blocks: LFLB, residual local feature learning block (ResLFLB), and multilayer perceptron (MLP). LFLB is built for learning local correlations along with extracting hierarchical correlations; DeepResLFLB can take advantage of repeatedly learning to explain more detail in deeper layers using residual learning for solving vanishing gradient and reducing overfitting; and MLP is adopted to find the relationship of learning and discover probability for predicted speech emotions and gender types. Based on two available published datasets: EMODB and RAVDESS, the proposed DeepResLFLB can significantly improve performance when evaluated by standard metrics: accuracy, precision, recall, and F1-score.

Foundations

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

Your Notes