Skip to main content

Envisioning is a research institute that studies how institutions adapt to technological change.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Diffusion-Augmented LLM

Diffusion-Augmented LLM

A hybrid language-model architecture that keeps standard autoregressive weights for quality but adds a lightweight diffusion adapter that drafts multiple tokens in parallel, verified losslessly against the autoregressive distribution.

Year: 2026Generality: 400Added: Sep 17, 2026
Back to Vocab

A diffusion-augmented LLM is a hybrid architecture introduced by Subham Sekhar Sahoo and coauthors in "Unlocking Lossless Speedups in LLMs via Discrete Diffusion" (arXiv:2609.04010, September 2026). It splits a language model's parameters into two sets. Autoregressive (AR) weights, trained with the standard next-token-prediction objective, define the model's output distribution and quality. A separate, lightweight diffusion adapter is trained afterward through a short "Diffusion Distillation" phase that adds negligible overhead to normal LLM training. This adapter learns to draft several tokens at once from that same distribution.

At inference, the diffusion adapter proposes multiple tokens in parallel. A sampler the authors call Psi-Spec accepts or corrects them so the final output is provably identical in distribution to what the AR model alone would have produced. This lossless guarantee is similar in spirit to speculative decoding's accept-reject scheme. Unlike speculative decoding, the approach needs no separately trained draft model, since the same base model supplies both components. Unlike standalone diffusion language models, it does not trade away the AR model's output quality to gain parallelism.

The paper names the resulting model family Uno and reports throughput gains of up to 3x over the base autoregressive model, outperforming speculative-decoding baselines at every tested batch size. An 8B Uno model reportedly outperformed the 26B open diffusion model DiffusionGemma and the proprietary Mercury 2 on agentic tool use, coding, and long-context reasoning benchmarks. Diffusion adapters can also be added to existing open-weight AR models at under 4% of their parameter count, rather than trained only from scratch.

Sources

  1. Unlocking Lossless Speedups in LLMs via Discrete Diffusion

    arXiv · Sep 3, 2026

  2. Uno: Lossless Speedups in LLMs via Discrete Diffusion (project page)

    s-sahoo.github.io

  3. IFM/K2-Horizon-7B-Uno

    Hugging Face

Research this in Signals

Scan Diffusion-Augmented LLM for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Diffusion-Augmented LLM already loaded, so edit it or scan as is.