Improving Cross-Linguistic Speech Emotion Recognition with HuMP-CAT

Monday 10 March 2025


The quest for a more accurate speech emotion recognition system has led researchers to explore new frontiers in natural language processing and machine learning. A recent study published in IEEE Transactions on Audio, Speech, and Language Processing presents an innovative approach that leverages pre-trained models and multi-feature fusion to improve cross-linguistic speech emotion recognition.


The problem at hand is quite complex: recognizing emotions in speech is a challenging task, especially when dealing with languages other than the one used during training. Existing approaches often rely on manual feature engineering or limited domain adaptation techniques, which can lead to suboptimal performance. To tackle this issue, researchers have been experimenting with self-supervised pre-training methods and multi-task learning frameworks.


The proposed method, dubbed HuMP-CAT, builds upon the concept of cross-attention transformers (CATs) and combines it with the power of pre-trained models like Hubert and wav2vec2-XLS-R. The architecture consists of three main components: a source model pre-trained on IEMOCAP, a multi-feature fusion layer that aggregates outputs from different feature extractors, and a fine-tuning mechanism that adapts the model to target datasets.


The source model is trained on IEMOCAP, a widely used database of emotional speech recordings in English. The pre-training process involves masked prediction tasks, which help the model learn robust representations of speech audio. These representations are then used as input for the multi-feature fusion layer, where outputs from different feature extractors – such as mel-frequency cepstral coefficients (MFCCs), prosody features, and log-mel spectrograms – are combined.


The fine-tuning mechanism is designed to adapt the model to target datasets, which can be in languages other than English. By leveraging a small amount of labeled data from each target dataset, HuMP-CAT learns to adjust its weights and bias terms to better fit the specific emotional speech patterns of that language.


Experimental results demonstrate the effectiveness of HuMP-CAT in recognizing emotions across diverse languages. The method achieves an average accuracy of 78.75% on seven target datasets, outperforming existing approaches by a significant margin. Notably, the model shows impressive performance even when faced with low-resource datasets, such as Chinese and Italian.


HuMP-CAT’s success can be attributed to its ability to capture rich audio features, adapt to different languages, and leverage pre-trained models to bootstrap the learning process.


Cite this article: “Improving Cross-Linguistic Speech Emotion Recognition with HuMP-CAT”, The Science Archive, 2025.


Here Are The Top 10 Keywords: Speech Emotion Recognition, Cross-Linguistic, Pre-Trained Models, Multi-Feature Fusion, Hubert, Wav2Vec2-Xls-R, Cross-Attention Transformers, Iemocap, Masked Prediction


Reference: Ruoyu Zhao, Xiantao Jiang, F. Richard Yu, Victor C. M. Leung, Tao Wang, Shaohu Zhang, “Leveraging Cross-Attention Transformer and Multi-Feature Fusion for Cross-Linguistic Speech Emotion Recognition” (2025).


Leave a Reply