Attention-based Transducer for Online Speech Recognition
Bin Wang, Yan Yin, Hui Lin

TL;DR
This paper introduces an attention-based transducer model for online speech recognition that improves training speed and accuracy over traditional RNN-T, leveraging chunk-wise attention and self-attention in the encoder.
Contribution
The paper proposes a novel attention-based transducer with chunk-wise attention and self-attention, enhancing RNN-T performance in training speed and recognition accuracy.
Findings
Achieves over 1.7x training speedup
Yields ~10.6% WER reduction on 500-hour data
Final system reduces WER by ~5.5% on 10K-hour data
Abstract
Recent studies reveal the potential of recurrent neural network transducer (RNN-T) for end-to-end (E2E) speech recognition. Among some most popular E2E systems including RNN-T, Attention Encoder-Decoder (AED), and Connectionist Temporal Classification (CTC), RNN-T has some clear advantages given that it supports streaming recognition and does not have frame-independency assumption. Although significant progresses have been made for RNN-T research, it is still facing performance challenges in terms of training speed and accuracy. We propose attention-based transducer with modification over RNN-T in two aspects. First, we introduce chunk-wise attention in the joint network. Second, self-attention is introduced in the encoder. Our proposed model outperforms RNN-T for both training speed and accuracy. For training, we achieves over 1.7x speedup. With 500 hours LAIX non-native English…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Natural Language Processing Techniques · Music and Audio Processing
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
