CLSDASMLDec 5, 2017

State-of-the-art Speech Recognition With Sequence-to-Sequence Models

arXiv:1712.01769v61190 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of making attention-based encoder-decoder models practical for real-world speech recognition applications, showing incremental improvements over previous methods.

The paper tackled improving sequence-to-sequence models for speech recognition on challenging tasks like voice search, achieving a word error rate reduction from 9.2% to 5.6% on a 12,500-hour voice search task and from 5% to 4.1% on a dictation task.

Attention-based encoder-decoder architectures such as Listen, Attend, and Spell (LAS), subsume the acoustic, pronunciation and language model components of a traditional automatic speech recognition (ASR) system into a single neural network. In previous work, we have shown that such architectures are comparable to state-of-theart ASR systems on dictation tasks, but it was not clear if such architectures would be practical for more challenging tasks such as voice search. In this work, we explore a variety of structural and optimization improvements to our LAS model which significantly improve performance. On the structural side, we show that word piece models can be used instead of graphemes. We also introduce a multi-head attention architecture, which offers improvements over the commonly-used single-head attention. On the optimization side, we explore synchronous training, scheduled sampling, label smoothing, and minimum word error rate optimization, which are all shown to improve accuracy. We present results with a unidirectional LSTM encoder for streaming recognition. On a 12, 500 hour voice search task, we find that the proposed changes improve the WER from 9.2% to 5.6%, while the best conventional system achieves 6.7%; on a dictation task our model achieves a WER of 4.1% compared to 5% for the conventional system.

Code Implementations4 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