paper-with-me

홈 › Papers

Emotion Detection in Speech Using Lightweight and Transformer-Based Models: A Comparative and Ablation Study

2025-11-01 · Lucky Onyekwelu-Udoka, Md Shafiqul Islam, Md Shahedul Hasan arxiv

Emotion recognition from speech plays a vital role in the development of empathetic human-computer interaction systems. This paper presents a comparative analysis of lightweight transformer-based models, DistilHuBERT and PaSST, by classifying six core emotions from the CREMA-D dataset. We benchmark their performance against a traditional CNN-LSTM baseline model using MFCC features. DistilHuBERT demonstrates superior accuracy (70.64%) and F1 score (70.36%) while maintaining an exceptionally small model size (0.02 MB), outperforming both PaSST and the baseline. Furthermore, we conducted an ablation study on three variants of the PaSST, Linear, MLP, and Attentive Pooling heads, to understand the effect of classification head architecture on model performance. Our results indicate that PaSST with an MLP head yields the best performance among its variants but still falls short of DistilHuBERT. Among the emotion classes, angry is consistently the most accurately detected, while disgust remains the most challenging. These findings suggest that lightweight transformers like DistilHuBERT offer a compelling solution for real-time speech emotion recognition on edge devices. The code is available at: https://github.com/luckymaduabuchi/Emotion-detection-.

📄 PDF Abstract BibTeX arXiv:2511.00402

Code (0)

등록된 구현이 없습니다.

Tasks

Speech Emotion Recognition

Results from the Paper

RankTaskDatasetModelMetrics
#5 Speech Emotion Recognition CREMA-D Emotion Detection in Speech Using Lightw Accuracy: 70.64

Similar Papers 제목 키워드 기반

SpectroFusion-ViT: A Lightweight Transformer for Speech Emotion Recognition Using Harmonic Mel-Chroma Fusion

2026-02-28 · Faria Ahmed, Rafi Hassan Chowdhury, Fatema Tuz Zohora Moon, Sabbir Ahmed arxiv

Speech is a natural means of conveying emotions, making it an effective method for understanding and representing human feelings. Reliable speech emotion recognition (SER) is central to applications in human-computer int…

Speech Emotion RecognitionEmotion ClassificationTransfer Learning

Transforming the Embeddings: A Lightweight Technique for Speech Emotion Recognition Tasks

2023-05-29 · Orchid Chetia Phukan, Arun Balaji Buduru, Rajesh Sharma

Speech emotion recognition (SER) is a field that has drawn a lot of attention due to its applications in diverse fields. A current trend in methods used for SER is to leverage embeddings from pre-trained models (PTMs) as…

Emotion RecognitionSpeaker RecognitionSpeech Emotion Recognition

Improving Cross-Domain Hate Speech Generalizability with Emotion Knowledge

2023-11-24 · Shi Yin Hong, Susan Gauch

Reliable automatic hate speech (HS) detection systems must adapt to the in-flow of diverse new data to curtail hate speech. However, hate speech detection systems commonly lack generalizability in identifying hate speech…

Hate Speech Detection

Re-Parameterization of Lightweight Transformer for On-Device Speech Emotion Recognition

2024-11-14 · Zixing Zhang, Zhongren Dong, Weixiang Xu, Jing Han

With the increasing implementation of machine learning models on edge or Internet-of-Things (IoT) devices, deploying advanced models on resource-constrained IoT devices remains challenging. Transformer models, a currentl…

Emotion RecognitionModel CompressionSpeech Emotion Recognition

Benchmarking PyCaret AutoML Against BiLSTM for Fine-Grained Emotion Classification: A Comparative Study on 20-Class Emotion Detection

2026-04-29 · Arya Muda Siregar, Arielva Simon Siahaan, Haikal Fransisko Simbolon, Luluk Muthoharoh 외 arxiv

Fine-grained emotion classification, which identifies specific emotional states such as happiness, anger, sadness, and fear, remains a challenging task in natural language processing. This study benchmarks classical mach…

Emotion ClassificationText Classification