paper-with-me

홈 › Papers

WhisperRT -- Turning Whisper into a Causal Streaming Model

2025-08-17 · Tomer Krichli, Bhiksha Raj, Joseph Keshet arxiv

Automatic Speech Recognition (ASR) has seen remarkable progress, with models like OpenAI Whisper and NVIDIA Canary achieving state-of-the-art (SOTA) performance in offline transcription. However, these models are not designed for streaming (online or real-time) transcription, due to limitations in their architecture and training methodology. We propose a method to turn the transformer encoder-decoder model into a low-latency streaming model. The encoder is made causal to process audio incrementally, while the decoder conditions on partial encoder states to generate tokens aligned with the available temporal context. This requires explicit synchronization between encoded input frames and token emissions. Since tokens are produced only after sufficient acoustic evidence is observed, an inherent latency arises, necessitating fine-tuning of the encoder-decoder alignment mechanism. We propose an updated inference mechanism that utilizes the fine-tuned causal encoder and decoder to yield greedy and beam-search decoding, and is shown to be locally optimal. Experiments on low-latency chunk sizes (less than 300 msec) show that our fine-tuned model outperforms existing non-fine-tuned streaming approaches in most cases, while using a lower complexity. We release our training and inference code, along with the fine-tuned models, to support further research and development in streaming ASR.

📄 PDF Abstract BibTeX arXiv:2508.12301

Code (0)

등록된 구현이 없습니다.

Tasks

Speech Recognition

Similar Papers 제목 키워드 기반

Turning Whisper into Real-Time Transcription System

2023-07-27 · Dominik Macháček, Raj Dabre, Ondřej Bojar

Whisper is one of the recent state-of-the-art multilingual speech recognition and translation models, however, it is not designed for real time transcription. In this paper, we build on top of Whisper and create Whisper-…

speech-recognitionSpeech RecognitionTranslation

Simul-Whisper: Attention-Guided Streaming Whisper with Truncation Detection

2024-06-14 · Haoyu Wang, Guoqiang Hu, Guodong Lin, Wei-Qiang Zhang 외

As a robust and large-scale multilingual speech recognition model, Whisper has demonstrated impressive results in many low-resource and out-of-distribution scenarios. However, its encoder-decoder structure hinders its ap…

Decoderspeech-recognitionSpeech Recognition

Voxtral Realtime

2026-02-11 · Mistral-AI, :, Alexander H. Liu, Andy Ehrenberg 외 arxiv

We introduce Voxtral Realtime, a natively streaming automatic speech recognition model that matches offline transcription quality at sub-second latency. Unlike approaches that adapt offline models through chunking or sli…

Speech Recognition

MFLA: Monotonic Finite Look-ahead Attention for Streaming Speech Recognition

2025-06-04 · Yinfeng Xia, Huiyan Li, Chenyang Le, Manhong Wang 외

Applying large pre-trained speech models like Whisper has shown promise in reducing training costs for various speech tasks. However, integrating these models into streaming systems remains a challenge. This paper presen…

speech-recognitionSpeech Recognition

WhisperPipe: A Resource-Efficient Streaming Architecture for Real-Time Automatic Speech Recognition

2026-04-28 · Erfan Ramezani, Mohammad Mahdi Giahi, Mohammad Erfan Zarabadipour, Amir Reza Yosefian 외 arxiv

Real-time automatic speech recognition (ASR) systems face a fundamental trade-off between transcription accuracy and computational efficiency, particularly when deploying large-scale transformer models like Whisper. Exis…

Computational EfficiencySpeech RecognitionActivity Detection