LGSDASNov 2, 2020

Multitask Learning and Joint Optimization for Transformer-RNN-Transducer Speech Recognition

arXiv:2011.00771v117 citations
AI Analysis

This work addresses speech recognition accuracy for users of transformer-RNN-transducer systems, representing an incremental improvement.

The paper tackled the problem of improving speech recognition accuracy in transformer-RNN-transducer systems by exploring multitask learning, joint optimization, and joint decoding methods, resulting in a 16.6% and 13.3% reduction in word error rate on test-clean and test-other datasets without structural changes or external language models.

Recently, several types of end-to-end speech recognition methods named transformer-transducer were introduced. According to those kinds of methods, transcription networks are generally modeled by transformer-based neural networks, while prediction networks could be modeled by either transformers or recurrent neural networks (RNN). This paper explores multitask learning, joint optimization, and joint decoding methods for transformer-RNN-transducer systems. Our proposed methods have the main advantage in that the model can maintain information on the large text corpus. We prove their effectiveness by performing experiments utilizing the well-known ESPNET toolkit for the widely used Librispeech datasets. We also show that the proposed methods can reduce word error rate (WER) by 16.6 % and 13.3 % for test-clean and test-other datasets, respectively, without changing the overall model structure nor exploiting an external LM.

Foundations

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

Your Notes