DiffusionGemma Technical Report
- AI
- Infrastructure
- Developer Tools
- Hardware
The paper introduces DiffusionGemma, a text model that swaps standard autoregressive generation for discrete diffusion. Instead of producing one next token at a time, it denoises whole token canvases in parallel and can separate intermediate reasoning from the final answer. A detail that grabbed attention is that the model was not trained from scratch. Commenters highlighted that it was built by converting an existing Gemma mixture-of-experts checkpoint into a denoiser, then fine-tuning and distilling it. That made people immediately ask whether the same recipe could be applied to other open models like Qwen.
If you care about local inference, this is worth tracking now. The big question is no longer whether diffusion text models run fast, but whether you can build product workflows that exploit their throughput despite weaker tool use, formatting, and reliability than strong autoregressive models.
-
arxiv.org
- Discuss on HN