ASLGSDSPFeb 8, 2022

MixCycle: Unsupervised Speech Separation via Cyclic Mixture Permutation Invariant Training

arXiv:2202.03875v214 citations
Originality Incremental advance
AI Analysis

This addresses the problem of separating speech sources without labeled data for audio processing applications, representing an incremental improvement over existing unsupervised methods.

The paper tackles unsupervised speech separation by introducing MixCycle, a method that gradually learns to separate single mixtures from mixtures of mixtures, achieving performance close to supervised baselines while avoiding over-separation issues.

We introduce two unsupervised source separation methods, which involve self-supervised training from single-channel two-source speech mixtures. Our first method, mixture permutation invariant training (MixPIT), enables learning a neural network model which separates the underlying sources via a challenging proxy task without supervision from the reference sources. Our second method, cyclic mixture permutation invariant training (MixCycle), uses MixPIT as a building block in a cyclic fashion for continuous learning. MixCycle gradually converts the problem from separating mixtures of mixtures into separating single mixtures. We compare our methods to common supervised and unsupervised baselines: permutation invariant training with dynamic mixing (PIT-DM) and mixture invariant training (MixIT). We show that MixCycle outperforms MixIT and reaches a performance level very close to the supervised baseline (PIT-DM) while circumventing the over-separation issue of MixIT. Also, we propose a self-evaluation technique inspired by MixCycle that estimates model performance without utilizing any reference sources. We show that it yields results consistent with an evaluation on reference sources (LibriMix) and also with an informal listening test conducted on a real-life mixtures dataset (REAL-M).

Code Implementations1 repo
Foundations

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

Your Notes