ASCLSDMar 17, 2020

Deliberation Model Based Two-Pass End-to-End Speech Recognition

arXiv:2003.07962v123.097 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of enhancing speech recognition quality for applications like voice search, though it is incremental as it builds on existing two-pass models.

The paper tackles improving speech recognition accuracy by proposing a deliberation model that attends to both acoustics and first-pass hypotheses, achieving a 12% relative WER reduction on Google Voice Search tasks and 23% on a proper noun test set compared to previous methods.

End-to-end (E2E) models have made rapid progress in automatic speech recognition (ASR) and perform competitively relative to conventional models. To further improve the quality, a two-pass model has been proposed to rescore streamed hypotheses using the non-streaming Listen, Attend and Spell (LAS) model while maintaining a reasonable latency. The model attends to acoustics to rescore hypotheses, as opposed to a class of neural correction models that use only first-pass text hypotheses. In this work, we propose to attend to both acoustics and first-pass hypotheses using a deliberation network. A bidirectional encoder is used to extract context information from first-pass hypotheses. The proposed deliberation model achieves 12% relative WER reduction compared to LAS rescoring in Google Voice Search (VS) tasks, and 23% reduction on a proper noun test set. Compared to a large conventional model, our best model performs 21% relatively better for VS. In terms of computational complexity, the deliberation decoder has a larger size than the LAS decoder, and hence requires more computations in second-pass decoding.

Foundations

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

Your Notes