Jasper: An End-to-End Convolutional Neural Acoustic Model
Jason Li, Vitaly Lavrukhin, Boris Ginsburg, Ryan Leary, Oleksii, Kuchaiev, Jonathan M. Cohen, Huyen Nguyen, Ravi Teja Gadde

TL;DR
Jasper is a deep convolutional neural network for end-to-end speech recognition that achieves state-of-the-art results on LibriSpeech without external data, using only convolutional layers, residual connections, and a new optimizer.
Contribution
The paper introduces Jasper, a deep convolutional architecture with 54 layers and a novel optimizer NovoGrad, achieving top performance on speech recognition benchmarks.
Findings
Achieves 2.95% WER on LibriSpeech test-clean with external language model.
Uses only 1D convolutions, batch normalization, ReLU, dropout, residuals.
Deep architecture performs as well or better than more complex models.
Abstract
In this paper, we report state-of-the-art results on LibriSpeech among end-to-end speech recognition models without any external training data. Our model, Jasper, uses only 1D convolutions, batch normalization, ReLU, dropout, and residual connections. To improve training, we further introduce a new layer-wise optimizer called NovoGrad. Through experiments, we demonstrate that the proposed deep architecture performs as well or better than more complex choices. Our deepest Jasper variant uses 54 convolutional layers. With this architecture, we achieve 2.95% WER using a beam-search decoder with an external neural language model and 3.86% WER with a greedy decoder on LibriSpeech test-clean. We also report competitive results on the Wall Street Journal and the Hub5'00 conversational evaluation datasets.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Music and Audio Processing · Speech and Audio Processing
Methods*Communicated@Fast*How Do I Communicate to Expedia?
