CLSDASApr 22, 2022

Efficient Training of Neural Transducer for Speech Recognition

arXiv:2204.10586v428 citationsh-index: 104
Originality Incremental advance
AI Analysis

This work addresses the computational bottleneck for researchers and practitioners in speech recognition by enabling efficient training with limited resources, though it is incremental as it optimizes an existing method.

The paper tackles the problem of high computational cost in training neural transducer models for speech recognition by proposing a 3-stage progressive training pipeline, achieving a 4.1% word error rate on Librispeech test-other with only 35 epochs of training using a single GPU in 2-3 weeks.

As one of the most popular sequence-to-sequence modeling approaches for speech recognition, the RNN-Transducer has achieved evolving performance with more and more sophisticated neural network models of growing size and increasing training epochs. While strong computation resources seem to be the prerequisite of training superior models, we try to overcome it by carefully designing a more efficient training pipeline. In this work, we propose an efficient 3-stage progressive training pipeline to build highly-performing neural transducer models from scratch with very limited computation resources in a reasonable short time period. The effectiveness of each stage is experimentally verified on both Librispeech and Switchboard corpora. The proposed pipeline is able to train transducer models approaching state-of-the-art performance with a single GPU in just 2-3 weeks. Our best conformer transducer achieves 4.1% WER on Librispeech test-other with only 35 epochs of training.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes