EffectiveASR: A Single-Step Non-Autoregressive Mandarin Speech Recognition Architecture with High Accuracy and Inference Speed
Ziyang Zhuang, Chenfeng Miao, Kun Zou, Ming Fang, Tao Wei, Zijian Li, Ning Cheng, Wei Hu, Shaojun Wang, Jing Xiao
TL;DR
EffectiveASR addresses the speed-accuracy trade-off in Mandarin ASR by introducing a single-step non-autoregressive architecture that uses an IMV-based alignment generator during training and an alignment predictor during inference to produce monotonic alignments. It also includes distance-aware attention reconstruction to map acoustic frames to output tokens, and trains end-to-end with cross-entropy plus an alignment loss. The method achieves competitive CERs on AISHELL-1 and AISHELL-2, including 4.26%/4.62% on AISHELL-1 and 5.76% on AISHELL-2, while delivering approximately 30× faster decoding than a strong AR Conformer. These results demonstrate a compact, efficient NAR model with practical inference speedups and strong accuracy, with potential applicability beyond Mandarin and toward English in future work.
Abstract
Non-autoregressive (NAR) automatic speech recognition (ASR) models predict tokens independently and simultaneously, bringing high inference speed. However, there is still a gap in the accuracy of the NAR models compared to the autoregressive (AR) models. In this paper, we propose a single-step NAR ASR architecture with high accuracy and inference speed, called EffectiveASR. It uses an Index Mapping Vector (IMV) based alignment generator to generate alignments during training, and an alignment predictor to learn the alignments for inference. It can be trained end-to-end (E2E) with cross-entropy loss combined with alignment loss. The proposed EffectiveASR achieves competitive results on the AISHELL-1 and AISHELL-2 Mandarin benchmarks compared to the leading models. Specifically, it achieves character error rates (CER) of 4.26%/4.62% on the AISHELL-1 dev/test dataset, which outperforms the AR Conformer with about 30x inference speedup.
