DiffusionGemma Model Achieves Parallel Speech Recognition with Low WER

Harsha Vardhan Khurdula, Abhinav Kumar Singh, Yoeven D Khemlani, Vineet Agarwal· July 15, 2026 View original

Summary

Researchers developed an audio-native speech recognition system using a frozen discrete-diffusion language model, DiffusionGemma, achieving parallel transcript generation. The model, with minimal trained parameters, reached a 6.6% word error rate on LibriSpeech test-clean by refining transcripts in a few denoising steps.

This research explores a novel approach to automatic speech recognition (ASR) by leveraging a discrete diffusion language model, DiffusionGemma, instead of traditional autoregressive decoders. The key innovation is the ability to refine an entire transcript in parallel over a small number of denoising steps, offering a departure from token-by-token generation. The system integrates a frozen Whisper encoder for acoustic features, a lightweight projector, and low-rank adapters to enable the frozen 26B mixture-of-experts backbone to process audio. A crucial finding was the need for a connectionist temporal classification (CTC) loss to properly ground the audio, as natural training objectives initially failed. The resulting model, trained with only 0.16% of the backbone's parameters, achieved a 6.6% word error rate on LibriSpeech test-clean and demonstrated efficient transcription in roughly eight parallel steps, regardless of utterance length, across multiple languages.

Why it matters

This research presents a significant advancement in ASR technology, potentially leading to faster, more efficient, and more scalable speech transcription systems, especially for long-form audio.

How to implement this in your domain

  1. 1Investigate the feasibility of integrating diffusion-based ASR models into existing speech processing pipelines.
  2. 2Benchmark the speed and accuracy of parallel transcription against current autoregressive models for specific use cases.
  3. 3Explore fine-tuning or adapting this architecture for specialized audio domains or languages.
  4. 4Consider the computational resources required for deploying such a large model, even with frozen components.

Who benefits

TelecommunicationsMedia & EntertainmentCustomer ServiceHealthcare

Key takeaways

  • Discrete diffusion models can perform parallel speech recognition, refining full transcripts in few steps.
  • The DiffusionGemma-based system achieved competitive accuracy with minimal trained parameters.
  • A CTC loss was critical for effectively grounding audio features in the model.
  • This approach offers potential for faster and more scalable ASR solutions.

Original post by Harsha Vardhan Khurdula, Abhinav Kumar Singh, Yoeven D Khemlani, Vineet Agarwal

"arXiv:2607.13013v1 Announce Type: new Abstract: Automatic speech recognition is dominated by autoregressive decoders that emit one token at a time. We ask whether a discrete diffusion language model can transcribe speech instead, refining a whole transcript in parallel over a sma…"

View on X

Originally posted by Harsha Vardhan Khurdula, Abhinav Kumar Singh, Yoeven D Khemlani, Vineet Agarwal on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses