CLLGNEDec 17, 2014

Deep Speech: Scaling up end-to-end speech recognition

arXiv:1412.5567v22246 citations
Originality Highly original
AI Analysis

This provides a more robust and simpler speech recognition system for applications in noisy environments, representing a significant advance over prior methods.

The paper tackles speech recognition by developing an end-to-end deep learning system that simplifies traditional pipelines and improves robustness to noise, achieving a 16.0% error rate on the Switchboard Hub5'00 test set.

We present a state-of-the-art speech recognition system developed using end-to-end deep learning. Our architecture is significantly simpler than traditional speech systems, which rely on laboriously engineered processing pipelines; these traditional systems also tend to perform poorly when used in noisy environments. In contrast, our system does not need hand-designed components to model background noise, reverberation, or speaker variation, but instead directly learns a function that is robust to such effects. We do not need a phoneme dictionary, nor even the concept of a "phoneme." Key to our approach is a well-optimized RNN training system that uses multiple GPUs, as well as a set of novel data synthesis techniques that allow us to efficiently obtain a large amount of varied data for training. Our system, called Deep Speech, outperforms previously published results on the widely studied Switchboard Hub5'00, achieving 16.0% error on the full test set. Deep Speech also handles challenging noisy environments better than widely used, state-of-the-art commercial speech systems.

Code Implementations24 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes