ICASSP 2026poster0 citations

CHUNKWISE ALIGNERS FOR STREAMING SPEECH RECOGNITION

Wen Shen Teo, Takafumi Moriya

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.

BibTeX
@inproceedings{icassp2026_chunkwisealigner,
  title = {CHUNKWISE ALIGNERS FOR STREAMING SPEECH RECOGNITION},
  author = {Wen Shen Teo and Takafumi Moriya},
  booktitle = {ICASSP 2026},
  year = {2026}
}