SDAIASNov 3, 2022

Iterative autoregression: a novel trick to improve your low-latency speech enhancement model

arXiv:2211.01751v410 citationsh-index: 6
AI Analysis

This work addresses the problem of quality degradation in real-time speech enhancement tools for applications requiring minimal latency, representing an incremental improvement over existing methods.

The paper tackles the challenge of low-latency speech enhancement in streaming models by proposing a novel training technique to replace teacher forcing, which reduces the training-inference mismatch and leads to stable improvements across various architectures and scenarios.

Streaming models are an essential component of real-time speech enhancement tools. The streaming regime constrains speech enhancement models to use only a tiny context of future information. As a result, the low-latency streaming setup is generally considered a challenging task and has a significant negative impact on the model's quality. However, the sequential nature of streaming generation offers a natural possibility for autoregression, that is, utilizing previous predictions while making current ones. The conventional method for training autoregressive models is teacher forcing, but its primary drawback lies in the training-inference mismatch that can lead to a substantial degradation in quality. In this study, we propose a straightforward yet effective alternative technique for training autoregressive low-latency speech enhancement models. We demonstrate that the proposed approach leads to stable improvement across diverse architectures and training scenarios.

Foundations

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

Your Notes