paper-with-me

Papers

Speech Emotion Recognition Via CNN-Transformer and Multidimensional Attention Mechanism

2024-03-07 · Xiaoyu Tang, Yixin Lin, Ting Dang, Yuanfang Zhang, Jintao Cheng

Speech Emotion Recognition (SER) is crucial in human-machine interactions. Mainstream approaches utilize Convolutional Neural Networks or Recurrent Neural Networks to learn local energy feature representations of speech segments from speech information, but struggle with capturing global information such as the duration of energy in speech. Some use Transformers to capture global information, but there is room for improvement in terms of parameter count and performance. Furthermore, existing attention mechanisms focus on spatial or channel dimensions, hindering learning of important temporal information in speech. In this paper, to model local and global information at different levels of granularity in speech and capture temporal, spatial and channel dependencies in speech signals, we propose a Speech Emotion Recognition network based on CNN-Transformer and multi-dimensional attention mechanisms. Specifically, a stack of CNN blocks is dedicated to capturing local information in speech from a time-frequency perspective. In addition, a time-channel-space attention mechanism is used to enhance features across three dimensions. Moreover, we model local and global dependencies of feature sequences using large convolutional kernels with depthwise separable convolutions and lightweight Transformer modules. We evaluate the proposed method on IEMOCAP and Emo-DB datasets and show our approach significantly improves the performance over the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2403.04743

Code (1)

scnu-rislab/cnn-transforemr-and-multidimensional-attention-mechanism 공식 구현 pytorch

Tasks

Emotion RecognitionSpeech Emotion Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Multi-Scale Temporal Transformer For Speech Emotion Recognition

2024-10-01 · Zhipeng Li, Xiaofen Xing, Yuanbo Fang, Weibin Zhang 외

Speech emotion recognition plays a crucial role in human-machine interaction systems. Recently various optimized Transformers have been successfully applied to speech emotion recognition. However, the existing Transforme…

Emotion RecognitionSpeech Emotion Recognition

Metadata-Enhanced Speech Emotion Recognition: Augmented Residual Integration and Co-Attention in Two-Stage Fine-Tuning

2024-12-30 · Zixiang Wan, Ziyue Qiu, Yiyang Liu, Wei-Qiang Zhang

Speech Emotion Recognition (SER) involves analyzing vocal expressions to determine the emotional state of speakers, where the comprehensive and thorough utilization of audio information is paramount. Therefore, we propos…

Emotion RecognitionMulti-Task LearningSelf-Supervised LearningSpeech Emotion Recognition

Persian Speech Emotion Recognition by Fine-Tuning Transformers

2024-02-11 · Minoo Shayaninasab, Bagher BabaAli

Given the significance of speech emotion recognition, numerous methods have been developed in recent years to create effective and efficient systems in this domain. One of these methods involves the use of pretrained tra…

Emotion RecognitionSelf-Supervised LearningSpeech Emotion Recognition

Hybrid CNN-Transformer Architecture for Arabic Speech Emotion Recognition

2026-03-28 · Youcef Soufiane Gheffari, Oussama Mustapha Benouddane, Samiya Silarbi arxiv

Recognizing emotions from speech using machine learning has become an active research area due to its importance in building human-centered applications. However, while many studies have been conducted in English, German…

Speech Emotion Recognition

Cross-Language Speech Emotion Recognition Using Multimodal Dual Attention Transformers

2023-06-23 · Syed Aun Muhammad Zaidi, Siddique Latif, Junaid Qadir

Despite the recent progress in speech emotion recognition (SER), state-of-the-art systems are unable to achieve improved performance in cross-language settings. In this paper, we propose a Multimodal Dual Attention Trans…

Emotion ClassificationEmotion RecognitionGraph AttentionSpeech Emotion Recognition