LGSep 22, 2016

A Fully Convolutional Neural Network for Speech Enhancement

arXiv:1609.07132v1398 citations
Originality Incremental advance
AI Analysis

This work addresses speech enhancement for hearing aid users, offering a more efficient solution for embedded systems, though it is incremental as it builds on existing neural network methods.

The paper tackled the problem of removing babble noise from speech in low SNR environments for hearing aids, proposing a fully convolutional neural network (R-CED) that is 12 times smaller than recurrent networks and achieves better performance.

In hearing aids, the presence of babble noise degrades hearing intelligibility of human speech greatly. However, removing the babble without creating artifacts in human speech is a challenging task in a low SNR environment. Here, we sought to solve the problem by finding a `mapping' between noisy speech spectra and clean speech spectra via supervised learning. Specifically, we propose using fully Convolutional Neural Networks, which consist of lesser number of parameters than fully connected networks. The proposed network, Redundant Convolutional Encoder Decoder (R-CED), demonstrates that a convolutional network can be 12 times smaller than a recurrent network and yet achieves better performance, which shows its applicability for an embedded system: the hearing aids.

Code Implementations6 repos
Foundations

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

Your Notes