paper-with-me

Papers

Chunked Attention-based Encoder-Decoder Model for Streaming Speech Recognition

2023-09-15 · Mohammad Zeineldeen, Albert Zeyer, Ralf Schlüter, Hermann Ney

We study a streamable attention-based encoder-decoder model in which either the decoder, or both the encoder and decoder, operate on pre-defined, fixed-size windows called chunks. A special end-of-chunk (EOC) symbol advances from one chunk to the next chunk, effectively replacing the conventional end-of-sequence symbol. This modification, while minor, situates our model as equivalent to a transducer model that operates on chunks instead of frames, where EOC corresponds to the blank symbol. We further explore the remaining differences between a standard transducer and our model. Additionally, we examine relevant aspects such as long-form speech generalization, beam size, and length normalization. Through experiments on Librispeech and TED-LIUM-v2, and by concatenating consecutive sequences for long-form trials, we find that our streamable model maintains competitive performance compared to the non-streamable variant and generalizes very well to long-form speech.

📄 PDF Abstract BibTeX arXiv:2309.08436

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderFormspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Streaming automatic speech recognition with the transformer model

2020-01-08 · Niko Moritz, Takaaki Hori, Jonathan Le Roux

Encoder-decoder based sequence-to-sequence models have demonstrated state-of-the-art results in end-to-end automatic speech recognition (ASR). Recently, the transformer architecture, which uses self-attention to model te…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decodermodel+2

Hybrid Transducer and Attention based Encoder-Decoder Modeling for Speech-to-Text Tasks

2023-05-04 · Yun Tang, Anna Y. Sun, Hirofumi Inaguma, Xinyue Chen 외

Transducer and Attention based Encoder-Decoder (AED) are two widely used frameworks for speech-to-text tasks. They are designed for different purposes and each has its own benefits and drawbacks for speech-to-text tasks.…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage Modelling+5

DOA: Training-Free Decoder-Only Attention Policy for Long-Form Simultaneous Translation with SpeechLLMs

2026-05-29 · Sara Papi, Luisa Bentivogli arxiv

Simultaneous speech-to-text translation (SimulST) generates translations while speech is still unfolding, requiring a streaming policy that decides when to read and when to write. State-of-the-art approaches rely on atte…

Speech-to-Text Translation

Pushing the Limits of On-Device Streaming ASR: A Compact, High-Accuracy English Model for Low-Latency Inference

2026-04-16 · Nenad Banfic, David Fan, Kunal Vaishnavi, Sam Kemp 외 arxiv

Deploying high-quality automatic speech recognition (ASR) on edge devices requires models that jointly optimize accuracy, latency, and memory footprint while operating entirely on CPU without GPU acceleration. We conduct…

Speech Recognition

Streaming Parrotron for on-device speech-to-speech conversion

2022-10-25 · Oleg Rybakov, Fadi Biadsy, Xia Zhang, Liyang Jiang 외

We present a fully on-device streaming Speech2Speech conversion model that normalizes a given input speech directly to synthesized output speech. Deploying such a model on mobile devices pose significant challenges in te…

CPUDecoderQuantizationSTS