Sequence-to-Sequence Learning via Attention Transfer for Incremental Speech Recognition
Sashi Novitasari, Andros Tjandra, Sakriani Sakti, Satoshi Nakamura

TL;DR
This paper proposes a novel incremental speech recognition method using attention transfer, enabling real-time transcription by mimicking full-utterance models with shorter input sequences, achieving low delay with comparable accuracy.
Contribution
It introduces a way to adapt attention-based sequence-to-sequence ASR for incremental recognition by using a teacher-student framework with attention transfer, maintaining original architecture.
Findings
Achieves low delay of about 1.7 seconds in recognition start.
Maintains comparable accuracy to full-utterance models.
Simplifies incremental speech recognition without complex new frameworks.
Abstract
Attention-based sequence-to-sequence automatic speech recognition (ASR) requires a significant delay to recognize long utterances because the output is generated after receiving entire input sequences. Although several studies recently proposed sequence mechanisms for incremental speech recognition (ISR), using different frameworks and learning algorithms is more complicated than the standard ASR model. One main reason is because the model needs to decide the incremental steps and learn the transcription that aligns with the current short speech segment. In this work, we investigate whether it is possible to employ the original architecture of attention-based ASR for ISR tasks by treating a full-utterance ASR as the teacher model and the ISR as the student model. We design an alternative student network that, instead of using a thinner or a shallower model, keeps the original…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Speech and Audio Processing · Music and Audio Processing
