English

Breaking Through the Spike: Spike Window Decoding for Accelerated and Precise Automatic Speech Recognition

Audio and Speech Processing 2025-01-08 v1 Artificial Intelligence Computation and Language Sound

Abstract

Recently, end-to-end automatic speech recognition has become the mainstream approach in both industry and academia. To optimize system performance in specific scenarios, the Weighted Finite-State Transducer (WFST) is extensively used to integrate acoustic and language models, leveraging its capacity to implicitly fuse language models within static graphs, thereby ensuring robust recognition while also facilitating rapid error correction. However, WFST necessitates a frame-by-frame search of CTC posterior probabilities through autoregression, which significantly hampers inference speed. In this work, we thoroughly investigate the spike property of CTC outputs and further propose the conjecture that adjacent frames to non-blank spikes carry semantic information beneficial to the model. Building on this, we propose the Spike Window Decoding algorithm, which greatly improves the inference speed by making the number of frames decoded in WFST linearly related to the number of spiking frames in the CTC output, while guaranteeing the recognition performance. Our method achieves SOTA recognition accuracy with significantly accelerates decoding speed, proven across both AISHELL-1 and large-scale In-House datasets, establishing a pioneering approach for integrating CTC output with WFST.

Keywords

Cite

@article{arxiv.2501.03257,
  title  = {Breaking Through the Spike: Spike Window Decoding for Accelerated and Precise Automatic Speech Recognition},
  author = {Wei Zhang and Tian-Hao Zhang and Chao Luo and Hui Zhou and Chao Yang and Xinyuan Qian and Xu-Cheng Yin},
  journal= {arXiv preprint arXiv:2501.03257},
  year   = {2025}
}

Comments

Accepted by ICASSP 2025

R2 v1 2026-06-28T20:57:56.105Z