Accelerating Diffusion LLMs via Adaptive Parallel Decoding (bibtex)

by Daniel Israel, Guy Van den Broeck and Aditya Grover
Abstract:
The generation speed of LLMs are bottlenecked by autoregressive decoding, where tokens are predicted sequentially one by one. Alternatively, diffusion large language models (dLLMs) theoretically allow for parallel token generation, but in practice struggle to achieve the speed of autoregressive models without significantly sacrificing quality. We therefore introduce adaptive parallel decoding (APD), a novel method that dynamically adjusts the number of tokens sampled in parallel. We achieve this by defining a multiplicative mixture between the dLLM marginal probabilities and the joint probability of sequences under a small auxiliary autoregressive model. This inverts the standard setup of speculative decoding, where the goal is to sample from a large autoregressive verifier by drafting from a smaller model. We further optimize APD by enabling KV caching and limiting the size of the masked input. Altogether, our method puts forward three tunable parameters to flexibly tradeoff throughput and quality. We show that APD provides markedly higher throughput with minimal quality degradations on downstream benchmarks.
Reference:
Daniel Israel, Guy Van den Broeck and Aditya Grover. Accelerating Diffusion LLMs via Adaptive Parallel Decoding, In Advances in Neural Information Processing Systems 38 (NeurIPS), 2025.
Bibtex Entry:
@inproceedings{IsraelNeurIPS25,
  title={Accelerating Diffusion LLMs via Adaptive Parallel Decoding}, 
  author={Israel, Daniel and Van den Broeck, Guy and Grover, Aditya},
  booktitle = {Advances in Neural Information Processing Systems 38 (NeurIPS)},
  month = 12,
  year={2025},
  url = "https://starai.cs.ucla.edu/papers/IsraelNeurIPS25.pdf",
  slides    = "https://starai.cs.ucla.edu/slides/IsraelNeurIPS25.pdf",
  annotation = "(Oral spotlight presentation, acceptance rate 688/21575 = 3.1\%)",
  code = "https://github.com/danielmisrael/apd",
  keywords  = {conference,selective}
}
PDF Preview:
(PDF preview not available, download PDF instead)
Powered by bibtexbrowser