English

Chunkwise Aligners for Streaming Speech Recognition

Audio and Speech Processing 2026-05-13 v1

Abstract

We propose the Chunkwise Aligner, a novel architecture for streaming automatic speech recognition (ASR). While the Transducer is the standard model for streaming ASR, its training is costly due to the need to compute all possible audio-label alignments. The recently introduced Aligner reduces this cost by discarding explicit alignments, but this modification makes it unsuitable for streaming. Our approach overcomes this limitation by dividing the audio into chunks and aligning each label to the leftmost frames of its chunk, whereas transitions between chunks are managed by a learned end-of-chunk probability. Experiments show that the Chunkwise Aligner not only matches the Transducer's accuracy in both offline and streaming scenarios, but also offers superior training and decoding efficiencies.

Keywords

Cite

@article{arxiv.2605.11422,
  title  = {Chunkwise Aligners for Streaming Speech Recognition},
  author = {Wen Shen Teo and Takafumi Moriya and Masato Mimura},
  journal= {arXiv preprint arXiv:2605.11422},
  year   = {2026}
}