MEGA Hub

DiffusionGemma Technical Report

Authors

Do you know DiffusionGemma Team?You can claim authorship or link another user.Do you know Adrien Ali Taïga?You can claim authorship or link another user.Do you know James Assiene?You can claim authorship or link another user.Do you know Daniele Calandriello?You can claim authorship or link another user.Do you know Rahma Chaabouni?You can claim authorship or link another user.Do you know João Gante?You can claim authorship or link another user.Do you know Tamara von Glehn?You can claim authorship or link another user.Do you know Nate Keating?You can claim authorship or link another user.Do you know Chris Knutsen?You can claim authorship or link another user.Do you know Martin Kukla?You can claim authorship or link another user.Do you know Tianlin Liu?You can claim authorship or link another user.Do you know Ivan Lobov?You can claim authorship or link another user.Do you know Ofir Nabati?You can claim authorship or link another user.Do you know João Gabriel Oliveira?You can claim authorship or link another user.Do you know Nicolas Perez-Nieves?You can claim authorship or link another user.Do you know Nastasia Prutianova?You can claim authorship or link another user.Do you know Bobak Shahriari?You can claim authorship or link another user.Do you know Jean Tarbouriech?You can claim authorship or link another user.Do you know Pavel Tyletski?You can claim authorship or link another user.Do you know Çağlar Ünlü?You can claim authorship or link another user.Do you know Cindy Wu?You can claim authorship or link another user.Do you know Glenn Cameron?You can claim authorship or link another user.Do you know Jerome Connor?You can claim authorship or link another user.Do you know Sertan Girgin?You can claim authorship or link another user.Do you know Maarten Grootendorst?You can claim authorship or link another user.Do you know Alon Levkovitch?You can claim authorship or link another user.Do you know Eliya Nachmani?You can claim authorship or link another user.Do you know Omar Sanseviero?You can claim authorship or link another user.Do you know Piotr Stanczyk?You can claim authorship or link another user.Do you know Quentin Berthet?You can claim authorship or link another user.Do you know Andrew Campbell?You can claim authorship or link another user.Do you know Clément Crepy?You can claim authorship or link another user.Do you know Valentin De Bortoli?You can claim authorship or link another user.Do you know Arnaud Doucet?You can claim authorship or link another user.Do you know Romuald Elie?You can claim authorship or link another user.Do you know Alexandre Galashov?You can claim authorship or link another user.Do you know Klaus Greff?You can claim authorship or link another user.Do you know Alexis Jacq?You can claim authorship or link another user.Do you know David Ruhe?You can claim authorship or link another user.Do you know Yu-Han Wu?You can claim authorship or link another user.Do you know Sebastian Flennerhag?You can claim authorship or link another user.Do you know Brendan O'Donoghue?You can claim authorship or link another user.Do you know George Scrivener?You can claim authorship or link another user.Do you know Shantanu Thakoor?You can claim authorship or link another user.

Abstract

We introduce DiffusionGemma, an experimental open-weight language model that uses discrete diffusion to generate text at exceptionally high speed. Rather than decoding one token at a time, DiffusionGemma iteratively refines blocks of 256 tokens in parallel, avoiding the sequential decoding bottleneck of conventional autoregressive (AR) large language models. Instead of training from scratch, we obtain DiffusionGemma by fine-tuning the mixture-of-experts Gemma 4 model with 3.8B activated and 25.2B total parameters. Our compute-efficient two-stage training pipeline uses fewer than 10% of the starting AR model's total training token budget. The first stage uses supervised fine-tuning to teach bidirectional denoising, while the second stage combines reinforcement learning with sampler distillation to jointly improve generation quality and inference efficiency. DiffusionGemma establishes a new Pareto frontier for the trade-off between generation speed and model capability. Averaged across our full evaluation suite, it generates around 20 tokens per forward pass and achieves roughly 1,500 output tokens per second on a single NVIDIA H100 GPU, which is substantially faster than AR models even with state-of-the-art speculative decoding. DiffusionGemma also retains the starting model's support for thinking mode, multimodal inputs, and long contexts. Despite diffusion fine-tuning, it remains capable of AR generation with only minor performance degradation, suggesting a path toward hybrid diffusion-AR decoding.

Community

00