ConvRNN-T: Convolutional Augmented Recurrent Neural Network Transducers for Streaming Speech Recognition
Martin Radfar, Rohit Barnwal, Rupak Vignesh Swaminathan, Feng-Ju, Chang, Grant P. Strimel, Nathan Susanj, Athanasios Mouchtaris

TL;DR
ConvRNN-T introduces a convolutional frontend to LSTM-based RNN-T, enhancing streaming speech recognition by capturing both local and global audio contexts, outperforming existing models with lower computational complexity.
Contribution
The paper proposes ConvRNN-T, a novel model that augments RNN-T with convolutional encoders, improving accuracy and efficiency for streaming ASR.
Findings
ConvRNN-T outperforms RNN-T, Conformer, and ContextNet on Librispeech.
ConvRNN-T achieves higher accuracy with less computational complexity.
ConvRNN-T is suitable for on-device streaming speech recognition.
Abstract
The recurrent neural network transducer (RNN-T) is a prominent streaming end-to-end (E2E) ASR technology. In RNN-T, the acoustic encoder commonly consists of stacks of LSTMs. Very recently, as an alternative to LSTM layers, the Conformer architecture was introduced where the encoder of RNN-T is replaced with a modified Transformer encoder composed of convolutional layers at the frontend and between attention layers. In this paper, we introduce a new streaming ASR model, Convolutional Augmented Recurrent Neural Network Transducers (ConvRNN-T) in which we augment the LSTM-based RNN-T with a novel convolutional frontend consisting of local and global context CNN encoders. ConvRNN-T takes advantage of causal 1-D convolutional layers, squeeze-and-excitation, dilation, and residual blocks to provide both global and local audio context representation to LSTM layers. We show ConvRNN-T…
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 and Audio Processing · Speech Recognition and Synthesis · Music and Audio Processing
MethodsAttention Is All You Need · Linear Layer · Label Smoothing · Multi-Head Attention · Position-Wise Feed-Forward Layer · Adam · Absolute Position Encodings · Softmax · Tanh Activation · Residual Connection
