DiffusionGemma Technical Report
Abstract: We introduce DiffusionGemma, an experimental open-weight LLM 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) LLMs. 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.
Paper Prompts
Sign up for free to create and run prompts on this paper.
Top Community Prompts
Knowledge Gaps
Knowledge gaps, limitations, and open questions
- The paper does not fully specify the joint sampler-distillation and reinforcement-learning objective, including its mathematical formulation, loss weighting, policy-gradient or optimization algorithm, reward models, and stabilization techniques, limiting reproducibility.
- The composition, size, filtering, and licensing of the SFT and reinforcement-learning datasets are not reported in sufficient detail to assess data coverage, contamination, or reproducibility.
- The claimed benefit of the unified training procedure is not isolated through controlled ablations comparing SFT alone, reinforcement learning alone, sequential training, and sampler distillation alone.
- The contribution of individual design choices—multinomial diffusion, self-conditioning, entropy-bounded sampling, temperature annealing, adaptive stopping, and the 256-token canvas—is not quantified through systematic ablations.
- The paper does not establish whether the reported quality–speed frontier generalizes beyond the selected benchmarks, particularly to factuality, retrieval, planning, tool use, conversational interaction, multilingual reasoning, and long-form generation.
- Evaluation appears concentrated on aggregate benchmark averages; per-task, per-language, per-prompt-length, and per-output-length results are needed to reveal where diffusion generation succeeds or fails.
- The comparison with proprietary and competing models may not be fully controlled because hardware, precision, batching, software stacks, reasoning effort, and API-serving conditions differ across systems.
- The reported throughput of approximately 1,500 tokens per second is not accompanied by a complete latency breakdown covering prompt encoding, KV-cache updates, denoising, sampling overhead, memory transfers, compilation, and end-to-end time to first token.
- It remains unclear whether the speed advantage persists at realistic batch sizes, concurrent-user loads, variable prompt lengths, streaming settings, and production serving conditions.
- The energy consumption, memory footprint, peak activation memory, and total cost per generated token are not compared with autoregressive and speculative-decoding baselines.
- The paper does not evaluate performance across a broader range of hardware, including consumer GPUs, CPUs, mobile accelerators, and multi-GPU systems; the reported RTX 6000 result is attributed to a third party and is not independently characterized.
- The computational trade-off of processing 256-token canvases with bidirectional attention is not analyzed as context length, canvas size, or batch size increases.
- The optimality of the fixed 256-token canvas length is unresolved; smaller and larger canvases may produce different quality, latency, memory, and error-propagation profiles.
- Because completed canvases are permanently frozen, the paper does not quantify how often early-block mistakes propagate into later generations or whether mechanisms for revising prior blocks would improve quality.
- The block-autoregressive architecture may impose cross-block coherence limitations, but the paper provides no dedicated evaluation of discourse consistency, entity tracking, citation continuity, or long-horizon reasoning.
- The theoretical assumption of conditional independence among token updates is acknowledged but not empirically measured; the frequency and severity of grammatical, semantic, and logical inconsistencies remain unknown.
- The relationship between the training corruption process and the inference sampler is insufficiently characterized, especially given that training samples uniformly corrupted tokens while inference repeatedly applies entropy-based selective resampling and temperature changes.
- The use of a uniform vocabulary prior may be inefficient or harmful for large vocabularies; alternative priors, absorbing-mask processes, structured corruption, or learned corruption schedules are not compared.
- The entropy-bounded sampler’s theoretical mutual-information or error bound is not validated empirically, and it is unclear how the fixed budget values generalize across languages, domains, sequence lengths, and model checkpoints.
- The adaptive stopping rule relies on mean entropy and agreement between consecutive argmax predictions; its calibration, failure cases, sensitivity to threshold choices, and relationship to actual output correctness are not established.
- Lower entropy is treated as a proxy for successful denoising, but the paper does not test whether entropy reduction can produce confidently incorrect answers, repetitive text, or reduced diversity.
- The effects of temperature annealing on factuality, diversity, calibration, repetition, and reasoning quality are not separately evaluated.
- The reported average of roughly 12 denoising steps may conceal substantial variance and expensive tail cases; latency distributions, worst-case behavior, and correlations between step count and task difficulty require fuller analysis.
- It is unclear how generation quality changes continuously as the denoising budget is reduced, beyond the reported operating points; a detailed quality-versus-step curve is needed for practical latency selection.
- The paper does not determine whether the model’s diffusion outputs follow the same probability distribution as its autoregressive outputs or whether diffusion sampling introduces systematic distributional bias.
- Retained autoregressive capability is reported only as an aggregate performance observation; the extent of degradation across reasoning, coding, multimodal understanding, safety, calibration, and long-context tasks is not fully characterized.
- The proposed hybrid diffusion–autoregressive decoding strategy is suggested but not implemented or evaluated, leaving its routing policy, quality gains, and latency benefits unresolved.
- The claimed retention of multimodal capabilities lacks detailed modality-specific experiments, including image complexity, multiple images, visual grounding, OCR, and interactions between visual context and denoised text blocks.
- Long-context claims are not supported by systematic tests of context length, retrieval position, context dilution, KV-cache growth, and generation quality over extended responses.
- The paper does not evaluate multilingual performance or determine whether the English-oriented training and sampling choices transfer equally well to languages with different tokenization, morphology, scripts, and word-order properties.
- Downstream adaptation is described as computationally accessible, but the paper does not report fine-tuning costs, data requirements, convergence behavior, catastrophic forgetting, or quality–speed trade-offs for domain-specific models.
- The safety profile of parallel denoising is not investigated, including harmful-content refusal, jailbreak robustness, prompt injection, privacy leakage, toxicity, bias, and the possibility that intermediate token revisions weaken safety behavior.
- No analysis is provided of robustness to adversarial prompts, corrupted context, distribution shifts, noisy multimodal inputs, or unusually long and structured outputs.
- The paper does not report hallucination, factuality, calibration, abstention, or uncertainty-quality metrics, despite relying heavily on entropy as an inference-control signal.
- The release’s permissive licensing and downstream deployment implications are discussed, but model-card information on training-data provenance, intended use, misuse risks, and responsible deployment constraints is absent from the provided report.
- Several equations, algorithm expressions, section references, and metadata in the manuscript are malformed or incomplete, creating uncertainty about the exact implemented method and hindering independent reproduction.









