paper-with-me

Papers

Accelerating Diffusion LLMs via Adaptive Parallel Decoding

2025-05-31 · Daniel Israel, Guy Van Den Broeck, Aditya Grover

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.

📄 PDF Abstract BibTeX arXiv:2506.00413

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Divide and Conquer: Accelerating Diffusion-Based Large Language Models via Adaptive Parallel Decoding

2026-02-27 · Xiangzhong Luo, Yilin An, Zhicheng Yu, Weichen Liu 외 arxiv

Diffusion-based large language models (dLLMs) have shown promising performance across various reasoning tasks, establishing themselves as an alternative to autoregressive large language models (LLMs). Unlike autoregressi…

Learning to Parallel: Accelerating Diffusion Large Language Models via Learnable Parallel Decoding

2025-09-29 · Wenrui Bao, Zhiben Chen, Dan Xu, Yuzhang Shang arxiv

Autoregressive decoding in large language models (LLMs) requires $\mathcal{O}(n)$ sequential steps for $n$ tokens, fundamentally limiting inference throughput. Recent diffusion-based LLMs (dLLMs) enable parallel token ge…

CreditDecoding: Accelerating Parallel Decoding in Diffusion Large Language Models with Trace Credit

2025-10-07 · Kangyu Wang, Zhiyun Jiang, Haibo Feng, Weijia Zhao 외 arxiv

Diffusion large language models (dLLMs) generate text through iterative denoising. In commonly adopted parallel decoding schemes, each step confirms only high-confidence positions while remasking the others. By analyzing…

Accelerating Diffusion LLM Inference via Local Determinism Propagation

2025-10-08 · Fanheng Kong, Jingyuan Zhang, Yahui Liu, Zirui Wu 외 arxiv

Diffusion large language models (dLLMs) represent a significant advancement in text generation, offering parallel token decoding capabilities. However, existing open-source implementations suffer from quality-speed trade…

Text Generation

Roll Out and Roll Back: Diffusion LLMs are Their Own Efficiency Teachers

2026-05-16 · Fanqin Zeng, Feng Hong, Geng Yu, Huangjie Zheng 외 arxiv

Diffusion Large Language Models (DLLMs) promise fast parallel generation, yet open-source DLLMs still face a severe quality-speed trade-off: accelerating decoding by revealing multiple tokens often causes substantial qua…