Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Deep clustering: Discriminative embeddings for segmentation and separation

About

We address the problem of acoustic source separation in a deep learning framework we call "deep clustering." Rather than directly estimating signals or masking functions, we train a deep network to produce spectrogram embeddings that are discriminative for partition labels given in training data. Previous deep network approaches provide great advantages in terms of learning power and speed, but previously it has been unclear how to use them to separate signals in a class-independent way. In contrast, spectral clustering approaches are flexible with respect to the classes and number of items to be segmented, but it has been unclear how to leverage the learning power and speed of deep networks. To obtain the best of both worlds, we use an objective function that to train embeddings that yield a low-rank approximation to an ideal pairwise affinity matrix, in a class-independent way. This avoids the high cost of spectral factorization and instead produces compact clusters that are amenable to simple clustering methods. The segmentations are therefore implicitly encoded in the embeddings, and can be "decoded" by clustering. Preliminary experiments show that the proposed method can separate speech: when trained on spectrogram features containing mixtures of two speakers, and tested on mixtures of a held-out set of speakers, it can infer masking functions that improve signal quality by around 6dB. We show that the model can generalize to three-speaker mixtures despite training only on two-speaker mixtures. The framework can be used without class labels, and therefore has the potential to be trained on a diverse set of sound types, and to generalize to novel sources. We hope that future work will lead to segmentation of arbitrary sounds, with extensions to microphone array methods as well as image segmentation and other domains.

John R. Hershey, Zhuo Chen, Jonathan Le Roux, Shinji Watanabe• 2015

Related benchmarks

TaskDatasetResultRank
Speech SeparationVoxCeleb2-2Mix (test)
SDRi2.5
12
Speech SeparationLRS3-2Mix (test)
SDRi6.2
11
Speech SeparationWSJ0 open speaker set (test)
SDR Improvement (dB)6.45
9
Speech SeparationWSJ0 closed speaker set (test)
SDR Improvement (dB)6.54
4
Speech SeparationWSJ0 3-speaker mixture (closed speaker set)
SDR Improvement (dB)3.5
3
Speech SeparationWSJ0 3-speaker mixture (open speaker set)
SDR Improvement (dB)2.81
2
Showing 6 of 6 rows

Other info

Code

Follow for update