DiffusionGemma accelerates local AI fourfold
DiffusionGemma finalizes its token outputs in one large block, delivering fourfold speed on local hardware. The team reports a new member of Google's Gemma 4 open family that breaks from autoregressive text generation by producing an entire block of text in parallel, a diffusion inspired approach more common in image generation. In practice, the result is faster local inference and a design aimed at running efficiently on off-the-shelf GPUs.
The model runs as a Mixture of Experts, totaling 26 billion parameters, but only 3.8 billion are activated during inference. That selective activation lets DiffusionGemma fit within the 18GB RAM window of a high-end GPU, a crucial constraint for on-device deployment. The team reports that on an RTX 5090 it can produce roughly 700 tokens per second, and with a single Nvidia H100 accelerator the rate climbs to 1,000 tokens per second or more. In other words, DiffusionGemma delivers roughly four times the throughput of similarly sized autoregressive Gemma models, a meaningful leap for local, offline use where latency and bandwidth are constraints.
What makes DiffusionGemma distinctive is the departure from left-to-right token generation. Most language models generate tokens sequentially, but DiffusionGemma starts with a placeholder field and iteratively denoises to propose token blocks, finalizing outputs in one large pass. The setup aligns with a broader shift toward non-autoregressive and diffusion-inspired generation techniques, aiming to reduce latency and energy per token for on-device workloads. The release comes with the caveat that while speed improves, the tradeoffs between parallel denoising dynamics and sequence-level coherence still require careful evaluation for production tasks.
For practitioners, two immediate implications stand out. First, the 18GB RAM footprint and 3.8B active parameters imply that high-end consumer GPUs or standard data-center accelerators can host the model locally, reducing reliance on cloud inference. That has clear privacy and latency advantages, particularly for sensitive apps or workflows with intermittent network access. Second, the mixture-of-experts design means you’re not paying full compute for every inference; only a subset of parameters are engaged at runtime, which can lower energy use and thermal load relative to dense 26B autoregressive peers. The flip side is that the non-autoregressive, block-based outputs may require different downstream handling and evaluation, especially around long-range dependency and output sequencing, compared with token-by-token generation.
Industry watchers will want to see more benchmarks beyond raw tokens per second, including quality assessments on representative tasks and longer-context scenarios. DiffusionGemma’s open-mode positioning suggests Google DeepMind intends to invite external evaluation and integration into local-hosted inference pipelines, where developers can experiment with on-device decoding strategies and MOE gating policies. If the results hold across real workloads, the ability to deploy a near-4x-speedup non-autoregressive Gemma in a consumer or light data-center setting could ripple through product teams prioritizing private, low-latency AI.
As this landscape evolves, look for follow-on tests across hardware footprints from consumer GPUs to dedicated accelerators, and for more family members in the Gemma 4 line that extend this diffusion-based paradigm to other modalities or languages.
- Google DeepMind releases DiffusionGemma, a model that runs local AI 4x fasterArs Technica AI / Mainstream / Published JUN 10, 2026 / Accessed JUN 12, 2026