Parameter Efficient Finetuning for Speech Emotion Recognition and Domain Adaptation
Nineli Lashkarashvili, Wen Wu, Guangzhi Sun, Philip C. Woodland
TL;DR
The paper tackles the data scarcity challenge in speech emotion recognition by evaluating parameter-efficient finetuning (PEFT) methods on both discrete emotion categorization and dimensional attribute prediction. It introduces a two-stage domain adaptation framework that starts from acted emotion data and progressively adapts to natural emotion using PEFT adapters, with intra- and cross-corpus validation. The results show that combinations of Bottleneck, LoRA, Weighted Sum, and Weight-Gating adapters achieve comparable or superior performance to full finetuning while updating only a small fraction of parameters, and the proposed acted-to-natural adaptation improves robustness across domains. This work provides a practical pathway for deploying SER systems with strong performance under limited data and cross-domain variability, without relying on external features beyond raw audio.
Abstract
Foundation models have shown superior performance for speech emotion recognition (SER). However, given the limited data in emotion corpora, finetuning all parameters of large pre-trained models for SER can be both resource-intensive and susceptible to overfitting. This paper investigates parameter-efficient finetuning (PEFT) for SER. Various PEFT adaptors are systematically studied for both classification of discrete emotion categories and prediction of dimensional emotional attributes. The results demonstrate that the combination of PEFT methods surpasses full finetuning with a significant reduction in the number of trainable parameters. Furthermore, a two-stage adaptation strategy is proposed to adapt models trained on acted emotion data, which is more readily available, to make the model more adept at capturing natural emotional expressions. Both intra- and cross-corpus experiments validate the efficacy of the proposed approach in enhancing the performance on both the source and target domains.
