SDASOct 23, 2020

Dual-path Self-Attention RNN for Real-Time Speech Enhancement

arXiv:2010.12713v226 citations
Originality Incremental advance
AI Analysis

This work addresses real-time speech enhancement for applications like communication systems, though it appears incremental as it builds on existing DP-RNN and attention mechanisms.

The paper tackles speech enhancement by proposing a dual-path self-attention RNN (DP-SARNN) that improves upon a baseline DP-RNN, achieving real-time performance with an average CPU time of 7.9 ms per 32 ms signal chunk.

We propose a dual-path self-attention recurrent neural network (DP-SARNN) for time-domain speech enhancement. We improve dual-path RNN (DP-RNN) by augmenting inter-chunk and intra-chunk RNN with a recently proposed efficient attention mechanism. The combination of inter-chunk and intra-chunk attention improves the attention mechanism for long sequences of speech frames. DP-SARNN outperforms a baseline DP-RNN by using a frame shift four times larger than in DP-RNN, which leads to a substantially reduced computation time per utterance. As a result, we develop a real-time DP-SARNN by using long short-term memory (LSTM) RNN and causal attention in inter-chunk SARNN. DP-SARNN significantly outperforms existing approaches to speech enhancement, and on average takes 7.9 ms CPU time to process a signal chunk of 32 ms.

Foundations

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

Your Notes