🤖 AI Summary
Existing self-supervised speech representation learning primarily focuses on frame-level masked prediction, neglecting utterance-level invariant coarse-grained factors—such as speaker identity and channel characteristics—leading to entanglement between fine-grained semantic and coarse-grained non-semantic features. To address this, we propose Learn2Diss, the first self-supervised framework that explicitly disentangles frame-level pseudo-phoneme representations from utterance-level pseudo-speaker representations. It employs a dual-encoder co-training mechanism integrating masked speech reconstruction, contrastive utterance embedding learning, and mutual information minimization—estimated via Jensen–Shannon divergence or MINE. Mutual information constraints enforce feature orthogonality. Experiments demonstrate state-of-the-art performance: +2.1% relative WER reduction on ASR and speech understanding (semantic tasks), and 18.7% EER reduction on speaker verification and channel identification (non-semantic tasks).
📝 Abstract
The popular frameworks for self-supervised learning of speech representations have largely focused on frame-level masked prediction of speech regions. While this has shown promising downstream task performance for speech recognition and related tasks, this has largely ignored factors of speech that are encoded at coarser level, like characteristics of the speaker or channel that remain consistent through-out a speech utterance. In this work, we propose a framework for Learning Disentangled Self Supervised (termed as Learn2Diss) representations of speech, which consists of frame-level and an utterance-level encoder modules. The two encoders are initially learned independently, where the frame-level model is largely inspired by existing self supervision techniques, thereby learning pseudo-phonemic representations, while the utterance-level encoder is inspired by constrastive learning of pooled embeddings, thereby learning pseudo-speaker representations. The joint learning of these two modules consists of disentangling the two encoders using a mutual information based criterion. With several downstream evaluation experiments, we show that the proposed Learn2Diss achieves state-of-the-art results on a variety of tasks, with the frame-level encoder representations improving semantic tasks, while the utterance-level representations improve non-semantic tasks.