ICASSP 2025accepted0 citations

Speech Emotion Recognition Based on Large-Scale Automatic Speech Recognizer

Ryo Fukuda, Takatomo Kano, Atsushi Ando, Atsunori Ogawa

Abstract

This paper proposes a novel speech emotion recognition (SER) method that fully leverages the architecture of Whisper, a large-scale automatic speech recognition (ASR) model. The conventional SER models using a pre-trained speech encoder may fail to capture linguistic content since their decoders are too simple. Our proposed method addresses this shortcoming by adopting the decoder of Whisper, which has been discarded in conventional SER, to leverage its language modeling capability. The proposed method introduces special tokens corresponding to the target emotions and then fine-tunes the entire Whisper model. Furthermore, we also propose a new training scheme suitable for Whisper, named serialized multi-task learning (SerialMTL), to consider various speech information as context for the objective SER task. In SerialMTL, the model initially predicts subtask tokens, such as transcription and gender tokens, and then estimates the emotion token. An advantage of the proposed method is the simplicity of the model structure, even when adding any new subtasks. Experimental results show that our model, based on the entire Whisper, achieves better SER performance than the conventional model and further improves with SerialMTL training via ASR and gender recognition subtasks.

BibTeX
@inproceedings{icassp2025_speechemotionrec,
  title = {Speech Emotion Recognition Based on Large-Scale Automatic Speech Recognizer},
  author = {Ryo Fukuda and Takatomo Kano and Atsushi Ando and Atsunori Ogawa},
  booktitle = {ICASSP 2025},
  year = {2025}
}