SDLGASFeb 17, 2022

RemixIT: Continual self-training of speech enhancement models via bootstrapped remixing

arXiv:2202.08862v373 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of domain mismatch in speech enhancement for applications like audio processing, offering a flexible solution that can be applied to various models and tasks, though it is incremental as it builds on existing self-training paradigms.

The paper tackles the problem of training speech enhancement models without requiring isolated in-domain speech or noise waveforms, by introducing RemixIT, a self-supervised method that uses a teacher-student bootstrapping approach to generate pseudo-targets and mixtures, achieving superior performance over prior methods on multiple datasets.

We present RemixIT, a simple yet effective self-supervised method for training speech enhancement without the need of a single isolated in-domain speech nor a noise waveform. Our approach overcomes limitations of previous methods which make them dependent on clean in-domain target signals and thus, sensitive to any domain mismatch between train and test samples. RemixIT is based on a continuous self-training scheme in which a pre-trained teacher model on out-of-domain data infers estimated pseudo-target signals for in-domain mixtures. Then, by permuting the estimated clean and noise signals and remixing them together, we generate a new set of bootstrapped mixtures and corresponding pseudo-targets which are used to train the student network. Vice-versa, the teacher periodically refines its estimates using the updated parameters of the latest student models. Experimental results on multiple speech enhancement datasets and tasks not only show the superiority of our method over prior approaches but also showcase that RemixIT can be combined with any separation model as well as be applied towards any semi-supervised and unsupervised domain adaptation task. Our analysis, paired with empirical evidence, sheds light on the inside functioning of our self-training scheme wherein the student model keeps obtaining better performance while observing severely degraded pseudo-targets.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes