Causal Self-supervised Pretrained Frontend with Predictive Code for Speech Separation
Wupeng Wang, Zexu Pan, Xinke Li, Shuai Wang, Haizhou Li
TL;DR
The paper tackles real-time speech separation where causal models lack future context and degrade in quality. It introduces a causal self-supervised pretrained (CSP) frontend trained with two pretexts, Autoregressive Hybrid Prediction (AHP) and Contextual Knowledge Distillation (CKD), to embed predictive patterns from unlabeled mixtures into the frontend representations. The CSP is integrated as a frozen feature extractor with various causal separators, yielding significant gains in SI-SDRi, SDRi, PESQ, and STOI on synthetic and real datasets and improving WER in real-world settings. This approach reduces domain mismatch in streaming scenarios and enhances the practicality of real-time speech separation by leveraging predictive patterns learned from mixtures.
Abstract
Speech separation (SS) seeks to disentangle a multi-talker speech mixture into single-talker speech streams. Although SS can be generally achieved using offline methods, such a processing paradigm is not suitable for real-time streaming applications. Causal separation models, which rely only on past and present information, offer a promising solution for real-time streaming. However, these models typically suffer from notable performance degradation due to the absence of future context. In this paper, we introduce a novel frontend that is designed to mitigate the mismatch between training and run-time inference by implicitly incorporating future information into causal models through predictive patterns. The pretrained frontend employs a transformer decoder network with a causal convolutional encoder as the backbone and is pretrained in a self-supervised manner with two innovative pretext tasks: autoregressive hybrid prediction and contextual knowledge distillation. These tasks enable the model to capture predictive patterns directly from mixtures in a self-supervised manner. The pretrained frontend subsequently serves as a feature extractor to generate high-quality predictive patterns. Comprehensive evaluations on synthetic and real-world datasets validated the effectiveness of the proposed pretrained frontend.
