English

Decoder-only Architecture for Streaming End-to-end Speech Recognition

Audio and Speech Processing 2024-08-02 v2 Computation and Language

Abstract

Decoder-only language models (LMs) have been successfully adopted for speech-processing tasks including automatic speech recognition (ASR). The LMs have ample expressiveness and perform efficiently. This efficiency is a suitable characteristic for streaming applications of ASR. In this work, we propose to use a decoder-only architecture for blockwise streaming ASR. In our approach, speech features are compressed using CTC output and context embedding using blockwise speech subnetwork, and are sequentially provided as prompts to the decoder. The decoder estimates the output tokens promptly at each block. To this end, we also propose a novel training scheme using random-length prefix prompts to make the model robust to the truncated prompts caused by blockwise processing. An experimental comparison shows that our proposed decoder-only streaming ASR achieves 8% relative word error rate reduction in the LibriSpeech test-other set while being twice as fast as the baseline model.

Keywords

Cite

@article{arxiv.2406.16107,
  title  = {Decoder-only Architecture for Streaming End-to-end Speech Recognition},
  author = {Emiru Tsunoo and Hayato Futami and Yosuke Kashiwagi and Siddhant Arora and Shinji Watanabe},
  journal= {arXiv preprint arXiv:2406.16107},
  year   = {2024}
}

Comments

Accepted for Interspeech 2024

R2 v1 2026-06-28T17:16:21.555Z