ICASSP 2018accepted0 citations

Improving the Performance of Online Neural Transducer Models

Tara N. Sainath, Chung-Cheng Chiu, Rohit Prabhavalkar, Anjuli Kannan, Yonghui Wu, Patrick Nguyen, Zhifeng Chen

Abstract

Having a sequence-to-sequence model which can operate in an online fashion is important for streaming applications such as Voice Search. Neural transducer is a streaming sequence-to-sequence model, but has shown a significant degradation in performance compared to non-streaming models such as Listen, Attend and Spell (LAS). In this paper, we present various improvements to NT. Specifically, we look at increasing the window over which NT computes attention, mainly by looking backwards in time so the model still remains online. In addition, we explore initializing a NT model from a LAS-trained model so that it is guided with a better alignment. Finally, we explore including stronger language models such as using wordpiece models, and applying an external LM during the beam search. On a Voice Search task, we find with these improvements we can get NT to match the performance of LAS.

BibTeX
@inproceedings{icassp2018_improvingtheperf,
  title = {Improving the Performance of Online Neural Transducer Models},
  author = {Tara N. Sainath and Chung-Cheng Chiu and Rohit Prabhavalkar and Anjuli Kannan and Yonghui Wu and Patrick Nguyen and Zhifeng Chen},
  booktitle = {ICASSP 2018},
  year = {2018}
}