SDASFeb 19, 2019

Low-Latency Deep Clustering For Speech Separation

arXiv:1902.07033v117 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for real-time speech processing applications, focusing on reducing latency in speaker-independent separation.

The paper tackled low-latency speech separation by adapting deep clustering with LSTMs, a short synthesis window, and a buffer for initialization, resulting in a 1 dB lower SDR with LSTMs and a 2.1 dB degradation with an 8 ms window compared to baselines, but achieving separation with buffers as low as 300 ms.

This paper proposes a low algorithmic latency adaptation of the deep clustering approach to speaker-independent speech separation. It consists of three parts: a) the usage of long-short-term-memory (LSTM) networks instead of their bidirectional variant used in the original work, b) using a short synthesis window (here 8 ms) required for low-latency operation, and, c) using a buffer in the beginning of audio mixture to estimate cluster centres corresponding to constituent speakers which are then utilized to separate speakers within the rest of the signal. The buffer duration would serve as an initialization phase after which the system is capable of operating with 8 ms algorithmic latency. We evaluate our proposed approach on two-speaker mixtures from the Wall Street Journal (WSJ0) corpus. We observe that the use of LSTM yields around one dB lower SDR as compared to the baseline bidirectional LSTM in terms of source to distortion ratio (SDR). Moreover, using an 8 ms synthesis window instead of 32 ms degrades the separation performance by around 2.1 dB as compared to the baseline. Finally, we also report separation performance with different buffer durations noting that separation can be achieved even for buffer duration as low as 300ms.

Foundations

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

Your Notes