SDLGASOct 26, 2022

Parallel Gated Neural Network With Attention Mechanism For Speech Enhancement

arXiv:2210.14509v2h-index: 16
Originality Incremental advance
AI Analysis

This addresses speech enhancement for audio processing applications, but it appears incremental as it builds on existing deep learning methods with specific architectural improvements.

The paper tackled speech enhancement by proposing a novel monaural system with a sequence-to-sequence structure, achieving better performance than recent models on the Librispeech dataset with improved ESTOI and PESQ scores.

Deep learning algorithm are increasingly used for speech enhancement (SE). In supervised methods, global and local information is required for accurate spectral mapping. A key restriction is often poor capture of key contextual information. To leverage long-term for target speakers and compensate distortions of cleaned speech, this paper adopts a sequence-to-sequence (S2S) mapping structure and proposes a novel monaural speech enhancement system, consisting of a Feature Extraction Block (FEB), a Compensation Enhancement Block (ComEB) and a Mask Block (MB). In the FEB a U-net block is used to extract abstract features using complex-valued spectra with one path to suppress the background noise in the magnitude domain using masking methods and the MB takes magnitude features from the FEBand compensates the lost complex-domain features produced from ComEB to restore the final cleaned speech. Experiments are conducted on the Librispeech dataset and results show that the proposed model obtains better performance than recent models in terms of ESTOI and PESQ scores.

Foundations

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

Your Notes