Cubic Knowledge Distillation for Speech Emotion Recognition
Zhibo Lou, Shinta Otake, Zhengxiao Li, Rei Kawakami, Nakamasa Inoue
Abstract
Speech Emotion Recognition (SER) can play an important role in human-computer interaction. In this paper, we propose a logit knowledge distillation method for SER, called Cubic KD, that distill the knowledge of fine-tuned self-supervised models to allow better performance of small models. By creating cubic structures from teacher and student network output features and using a loss function to distill the cube structure through self-correlation between elements, Cubic KD efficiently captures knowledge within instances and among instances. We apply this distillation method to four student models and conduct experiments using the Emo-DB and IEMOCAP datasets. The results show that Cubic KD outperforms existing predictive logit knowledge distillation methods and is comparable to intermediate feature knowledge distillation methods. Our implementation code is available at https://github.com/Fly1toMoon/Cubic-Knowledge-Distillation
BibTeX
@inproceedings{icassp2024_cubicknowledgedi,
title = {Cubic Knowledge Distillation for Speech Emotion Recognition},
author = {Zhibo Lou and Shinta Otake and Zhengxiao Li and Rei Kawakami and Nakamasa Inoue},
booktitle = {ICASSP 2024},
year = {2024}
}