SDLGMLJan 3, 2019

Deep Speech Enhancement for Reverberated and Noisy Signals using Wide Residual Networks

arXiv:1901.00660v116 citations
Originality Incremental advance
AI Analysis

This work addresses speech enhancement for applications like hearing aids or voice assistants, but it is incremental as it builds on existing residual network architectures.

The paper tackled speech enhancement for reverberated and noisy signals by proposing a deep learning method using Wide Residual Networks, achieving improved performance in both enhancement and speech recognition tasks on the REVERB Challenge dataset.

This paper proposes a deep speech enhancement method which exploits the high potential of residual connections in a wide neural network architecture, a topology known as Wide Residual Network. This is supported on single dimensional convolutions computed alongside the time domain, which is a powerful approach to process contextually correlated representations through the temporal domain, such as speech feature sequences. We find the residual mechanism extremely useful for the enhancement task since the signal always has a linear shortcut and the non-linear path enhances it in several steps by adding or subtracting corrections. The enhancement capacity of the proposal is assessed by objective quality metrics and the performance of a speech recognition system. This was evaluated in the framework of the REVERB Challenge dataset, including simulated and real samples of reverberated and noisy speech signals. Results showed that enhanced speech from the proposed method succeeded for both, the enhancement task with intelligibility purposes and the speech recognition system. The DNN model, trained with artificial synthesized reverberation data, was able to deal with far-field reverberated speech from real scenarios. Furthermore, the method was able to take advantage of the residual connection achieving to enhance signals with low noise level, which is usually a strong handicap of traditional enhancement methods.

Foundations

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

Your Notes