Testing Correctness, Fairness, and Robustness of Speech Emotion Recognition Models
Anna Derington, Hagen Wierstorf, Ali Özkil, Florian Eyben, Felix Burkhardt, Björn W. Schuller
TL;DR
The paper tackles the problem that speech emotion recognition (SER) models with similar accuracy can exhibit divergent and potentially problematic behaviors. It introduces an offline, multi-faceted testing framework that categorizes model behavior into correctness, fairness, and robustness, and provides automatic methods to set fairness thresholds. The authors evaluate eleven acoustic foundation models and a CNN baseline on arousal, dominance, valence, and emotional categories using a large battery of 2,029 tests, uncovering that high performance can come with sentiment-based shortcuts and linguistic biases, as well as issues with cross-language and noise robustness. The proposed framework offers a practical toolkit for developers and researchers to diagnose, compare, and improve SER models before deployment, with open resources and detailed results available online.
Abstract
Machine learning models for speech emotion recognition (SER) can be trained for different tasks and are usually evaluated based on a few available datasets per task. Tasks could include arousal, valence, dominance, emotional categories, or tone of voice. Those models are mainly evaluated in terms of correlation or recall, and always show some errors in their predictions. The errors manifest themselves in model behaviour, which can be very different along different dimensions even if the same recall or correlation is achieved by the model. This paper introduces a testing framework to investigate behaviour of speech emotion recognition models, by requiring different metrics to reach a certain threshold in order to pass a test. The test metrics can be grouped in terms of correctness, fairness, and robustness. It also provides a method for automatically specifying test thresholds for fairness tests, based on the datasets used, and recommendations on how to select the remaining test thresholds. We evaluated a xLSTM-based and nine transformer-based acoustic foundation models against a convolutional baseline model, testing their performance on arousal, valence, dominance, and emotional category classification. The test results highlight, that models with high correlation or recall might rely on shortcuts -- such as text sentiment --, and differ in terms of fairness.
