AIToday
Audio & SpeechDaily Dose of Data SciencePublished: Jul 3, 2026, 06:00 JST2 min read

Speech Recognition Gets 2.8x Faster With Simpler Decoder Change

Speech Recognition Gets 2.8x Faster With Simpler Decoder Change

Key takeaway

  • Speech recognition systems waste most of their compute on processing silence rather than actual speech, making voice agents feel slow.

  • A new decoder called Token-and-Duration Transducer fixes this by letting the model predict how many frames to skip instead of confirming each frame one at a time, achieving up to 2.82x faster decoding while maintaining accuracy.

  • The change requires only one extra output head on the joint network, and NVIDIA's and Speechmatics's implementations already lead industry speed benchmarks.

3 Key Points

  1. What happened

    Researchers found that speech recognition systems waste compute processing silence instead of speech. A new decoder architecture called Token-and-Duration Transducer (TDT) lets the model skip ahead through silence rather than confirming it frame-by-frame. On English speech recognition, TDT matches or beats standard models on accuracy while decoding up to 2.82x faster.

  2. Why it matters

    Voice agents feel laggy partly because traditional systems process every frame of silence one at a time. For a typical 10-second audio clip, standard decoders run about 125 sequential calls, most confirming nothing happened. Faster decoding directly improves real-time voice agent responsiveness without requiring larger models or more training data.

  3. What to watch

    NVIDIA's Parakeet TDT models now lead the Huggingface Open ASR Leaderboard on throughput (RTFx, a metric measuring seconds of audio processed per second of wall-clock time) despite using the same encoder size and training data as plain RNN-T models ranked below them. Speechmatics runs this approach in production and scored 1.07% pooled word error rate on the Pipecat voice agent benchmark across 1,000 samples.

Ask the AI about this article →

FAQ

How does Token-and-Duration Transducer actually work?
Instead of processing audio one frame at a time and always advancing by exactly 1 frame, TDT adds a second output head that predicts duration—how many frames to skip. If the model recognizes silence, it can jump forward 4 frames in one step instead of confirming "nothing" four separate times. Blanks must advance at least 1 frame; tokens can have duration=0 for fast speech where multiple tokens align to a single frame.
Does TDT hurt accuracy to gain speed?
No. On English speech recognition, TDT matches or beats standard RNN-T on word error rate (the standard accuracy metric) while decoding up to 2.82x faster. On speech translation (MUST-C V2), TDT picks up 1.26 BLEU points, a translation accuracy metric, over RNN-T while running 2.27x faster.
Who is using this in production?
Speechmatics, a real-time speech-to-text API used in production voice agents, implements this approach. Their API scored 1.07% pooled word error rate on the Pipecat voice agent benchmark across 1,000 samples.
Daily Dose of Data ScienceRead Original Article

Get the latest Audio & Speech news every morning

For example, today's edition would include:

  • Mitsubishi Electric develops task-general sound separation AITop Companies AI · 12h ago
  • Musician Detectives Hunt AI Music GriftersThe Verge AI · 2d ago
  • Beatport bans AI-generated music from DJ marketplaceTHE DECODER · 3d ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleMicrosoft launches $2.5 billion(約4000億円) Frontier Company to embed 6,000 AI engineers at enterprise clients