Developing Real-Time Streaming Transformer Transducer for Speech Recognition on Large-Scale Dataset
Xie Chen, Yu Wu, Zhenghao Wang, Shujie Liu, Jinyu Li
Abstract
Recently, Transformer based end-to-end models have achieved great success in many areas including speech recognition. However, compared to LSTM models, the heavy computational cost of the Transformer during inference is a key issue to prevent their applications. In this work, we explored the potential of Transformer Transducer (T-T) models for the fist pass decoding with low latency and fast speed on a large-scale dataset. We combine the idea of Transformer- XL and chunk-wise streaming processing to design a streamable Transformer Transducer model. We demonstrate that T-T outperforms the hybrid model, RNN Transducer (RNN-T), and streamable Transformer attention-based encoder-decoder model in the streaming scenario. Furthermore, the runtime cost and latency can be optimized with a relatively small look-ahead.
BibTeX
@inproceedings{icassp2021_developingrealti,
title = {Developing Real-Time Streaming Transformer Transducer for Speech Recognition on Large-Scale Dataset},
author = {Xie Chen and Yu Wu and Zhenghao Wang and Shujie Liu and Jinyu Li},
booktitle = {ICASSP 2021},
year = {2021}
}