SDLGASMar 21, 2024

emoDARTS: Joint Optimisation of CNN & Sequential Neural Network Architectures for Superior Speech Emotion Recognition

arXiv:2403.14083v12 citationsh-index: 32IEEE Access
Originality Incremental advance
AI Analysis

This work addresses the challenge of automating architecture design for SER, which is crucial for improving human-computer interaction, but it is incremental as it builds on existing DARTS methods with a novel joint optimization mechanism.

The paper tackles the problem of designing optimal deep learning architectures for Speech Emotion Recognition (SER) by introducing emoDARTS, a method that jointly optimizes CNN and sequential neural network architectures using DARTS, resulting in superior performance over conventional models and previous DARTS-based approaches on datasets like IEMOCAP, MSP-IMPROV, and MSP-Podcast.

Speech Emotion Recognition (SER) is crucial for enabling computers to understand the emotions conveyed in human communication. With recent advancements in Deep Learning (DL), the performance of SER models has significantly improved. However, designing an optimal DL architecture requires specialised knowledge and experimental assessments. Fortunately, Neural Architecture Search (NAS) provides a potential solution for automatically determining the best DL model. The Differentiable Architecture Search (DARTS) is a particularly efficient method for discovering optimal models. This study presents emoDARTS, a DARTS-optimised joint CNN and Sequential Neural Network (SeqNN: LSTM, RNN) architecture that enhances SER performance. The literature supports the selection of CNN and LSTM coupling to improve performance. While DARTS has previously been used to choose CNN and LSTM operations independently, our technique adds a novel mechanism for selecting CNN and SeqNN operations in conjunction using DARTS. Unlike earlier work, we do not impose limits on the layer order of the CNN. Instead, we let DARTS choose the best layer order inside the DARTS cell. We demonstrate that emoDARTS outperforms conventionally designed CNN-LSTM models and surpasses the best-reported SER results achieved through DARTS on CNN-LSTM by evaluating our approach on the IEMOCAP, MSP-IMPROV, and MSP-Podcast datasets.

Code Implementations1 repo
Foundations

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

Your Notes