SDCLASJun 10, 2021

U2++: Unified Two-pass Bidirectional End-to-end Model for Speech Recognition

arXiv:2106.05642v359 citations
Originality Incremental advance
AI Analysis

This work provides incremental improvements to speech recognition models, benefiting applications requiring high accuracy in both streaming and non-streaming setups.

The paper tackles the problem of improving speech recognition accuracy by enhancing the U2 model with bidirectional information and a new data augmentation method, resulting in a 5-8% word error rate reduction and achieving state-of-the-art streaming results on the AISHELL-1 dataset.

The unified streaming and non-streaming two-pass (U2) end-to-end model for speech recognition has shown great performance in terms of streaming capability, accuracy, real-time factor (RTF), and latency. In this paper, we present U2++, an enhanced version of U2 to further improve the accuracy. The core idea of U2++ is to use the forward and the backward information of the labeling sequences at the same time at training to learn richer information, and combine the forward and backward prediction at decoding to give more accurate recognition results. We also proposed a new data augmentation method called SpecSub to help the U2++ model to be more accurate and robust. Our experiments show that, compared with U2, U2++ shows faster convergence at training, better robustness to the decoding method, as well as consistent 5\% - 8\% word error rate reduction gain over U2. On the experiment of AISHELL-1, we achieve a 4.63\% character error rate (CER) with a non-streaming setup and 5.05\% with a streaming setup with 320ms latency by U2++. To the best of our knowledge, 5.05\% is the best-published streaming result on the AISHELL-1 test set.

Foundations

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

Your Notes