cd /news/artificial-intelligence/diffusion-gemma-asr-15x-faster-than-… · home topics artificial-intelligence article
[ARTICLE · art-73168] src=promptcube3.com ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

Diffusion-gemma-asr: 15x Faster Than Whisper

A new automatic speech recognition model, Diffusion-gemma-asr, achieves 15x faster inference than OpenAI's Whisper by freezing a Whisper-small encoder and DiffusionGemma weights and adding a 42M parameter adapter (0.16% of the model). The model, trained on 219 hours of audio, reaches a 6.6% word error rate on Librispeech and demonstrates that a frozen diffusion large language model can acquire a new modality with minimal adaptation.

read1 min views1 publishedJul 25, 2026
Diffusion-gemma-asr: 15x Faster Than Whisper
Image: Promptcube3 (auto-discovered)

The technical flex here is actually hilarious: they froze almost everything. They used a frozen Whisper-small encoder and frozen DiffusionGemma weights, then just slapped on a tiny 42M parameter adapter (which is like 0.16% of the model). They used a convolutional projector to squash 1,500 audio frames into 188 tokens, and some LoRA adapters to make sure the model didn't just ignore the audio entirely.

Here is the high-level AI workflow they used for the training:

  1. The Scaffold: They used CTC loss as a "training scaffold" to force the projector to actually learn something before the attention layers decided it was useless.

  2. The Process: DiffusionGemma doesn't use mask tokens; it starts with a canvas of random vocab tokens and iteratively replaces the "uncertain" ones until the text settles.

  3. The Result: After training on Librispeech and fine-tuning on FLEURS and VoxPopuli, they hit a 6.6% WER on Librispeech.

Sure, it's still not beating the massive Whisper models because those were trained on millions of hours of audio while this one only saw about 219 hours. But the fact that a frozen diffusion LLM can pick up a whole new modality with a tiny adapter is a massive win for anyone trying to build lean, fast LLM agents.

If you want to poke around the implementation, the adapter weights and inference scripts are open source.

https://huggingface.co/spaces/interfaze-ai/diffusion-gemma-asr-demo

Next TypeScript Recursive Types: A Deep Dive →

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @diffusion-gemma-asr 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/diffusion-gemma-asr-…] indexed:0 read:1min 2026-07-25 ·