SDAICLASFeb 1, 2025

SigWavNet: Learning Multiresolution Signal Wavelet Network for Speech Emotion Recognition

arXiv:2502.00310v13 citationsh-index: 14Has CodeIEEE Transactions on Affective Computing
Originality Incremental advance
AI Analysis

This addresses the problem of accurately recognizing emotions from speech for applications in human-computer interaction and psychological assessment, representing an incremental improvement over existing methods.

The paper tackled speech emotion recognition by introducing an end-to-end deep learning framework that extracts features directly from raw waveforms using learnable wavelet transforms and attention mechanisms, achieving state-of-the-art performance on IEMOCAP and EMO-DB datasets.

In the field of human-computer interaction and psychological assessment, speech emotion recognition (SER) plays an important role in deciphering emotional states from speech signals. Despite advancements, challenges persist due to system complexity, feature distinctiveness issues, and noise interference. This paper introduces a new end-to-end (E2E) deep learning multi-resolution framework for SER, addressing these limitations by extracting meaningful representations directly from raw waveform speech signals. By leveraging the properties of the fast discrete wavelet transform (FDWT), including the cascade algorithm, conjugate quadrature filter, and coefficient denoising, our approach introduces a learnable model for both wavelet bases and denoising through deep learning techniques. The framework incorporates an activation function for learnable asymmetric hard thresholding of wavelet coefficients. Our approach exploits the capabilities of wavelets for effective localization in both time and frequency domains. We then combine one-dimensional dilated convolutional neural networks (1D dilated CNN) with a spatial attention layer and bidirectional gated recurrent units (Bi-GRU) with a temporal attention layer to efficiently capture the nuanced spatial and temporal characteristics of emotional features. By handling variable-length speech without segmentation and eliminating the need for pre or post-processing, the proposed model outperformed state-of-the-art methods on IEMOCAP and EMO-DB datasets. The source code of this paper is shared on the Github repository: https://github.com/alaaNfissi/SigWavNet-Learning-Multiresolution-Signal-Wavelet-Network-for-Speech-Emotion-Recognition.

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