SDLGASMLJan 30, 2020

Channel-Attention Dense U-Net for Multichannel Speech Enhancement

arXiv:2001.11542v1104 citations
Originality Incremental advance
AI Analysis

This work improves speech enhancement for noisy environments by introducing a novel channel-attention mechanism, though it is incremental as it builds on existing U-Net frameworks.

The paper tackled multichannel speech enhancement by addressing the failure to fully exploit spatial information and treating deep architectures as black boxes, resulting in superior performance on the CHiME-3 dataset.

Supervised deep learning has gained significant attention for speech enhancement recently. The state-of-the-art deep learning methods perform the task by learning a ratio/binary mask that is applied to the mixture in the time-frequency domain to produce the clean speech. Despite the great performance in the single-channel setting, these frameworks lag in performance in the multichannel setting as the majority of these methods a) fail to exploit the available spatial information fully, and b) still treat the deep architecture as a black box which may not be well-suited for multichannel audio processing. This paper addresses these drawbacks, a) by utilizing complex ratio masking instead of masking on the magnitude of the spectrogram, and more importantly, b) by introducing a channel-attention mechanism inside the deep architecture to mimic beamforming. We propose Channel-Attention Dense U-Net, in which we apply the channel-attention unit recursively on feature maps at every layer of the network, enabling the network to perform non-linear beamforming. We demonstrate the superior performance of the network against the state-of-the-art approaches on the CHiME-3 dataset.

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