Recovering Performance in Speech Emotion Recognition from Discrete Tokens via Multi-Layer Fusion and Paralinguistic Feature Integration
Esther Sun, Abinay Reddy Naini, Carlos Busso
TL;DR
The paper addresses information loss when converting continuous SSL representations into discrete tokens for SER. It introduces a framework that combines layer-wise discrete tokens from a fine-tuned WavLM-Large with attention-based cross-layer fusion and OpenSMILE-derived paralinguistic features, and it compares neural codecs as alternative tokenizers. Key findings show that multi-layer fusion recovers a substantial portion of the discretization gap (about 62–75%), and OpenSMILE features can reintroduce paralinguistic cues to boost performance, while SSL-based tokens outperform neural codecs for SER. Together, these results demonstrate that discrete representations can achieve near-continuous SER performance when paired with structured fusion and acoustic augmentation, enabling efficient token-based SER pipelines.
Abstract
Discrete speech tokens offer significant advantages for storage and language model integration, but their application in speech emotion recognition (SER) is limited by paralinguistic information loss during quantization. This paper presents a comprehensive investigation of discrete tokens for SER. Using a fine-tuned WavLM-Large model, we systematically quantify performance degradation across different layer configurations and k-means quantization granularities. To recover the information loss, we propose two key strategies: (1) attention-based multi-layer fusion to recapture complementary information from different layers, and (2) integration of openSMILE features to explicitly reintroduce paralinguistic cues. We also compare mainstream neural codec tokenizers (SpeechTokenizer, DAC, EnCodec) and analyze their behaviors when fused with acoustic features. Our findings demonstrate that through multi-layer fusion and acoustic feature integration, discrete tokens can close the performance gap with continuous representations in SER tasks.
