paper-with-me

Papers

dParallel: Learnable Parallel Decoding for dLLMs

2025-09-30 · Zigeng Chen, Gongfan Fang, Xinyin Ma, Ruonan Yu, Xinchao Wang arxiv

Diffusion large language models (dLLMs) have recently drawn considerable attention within the research community as a promising alternative to autoregressive generation, offering parallel token prediction and lower inference latency. Yet, their parallel decoding potential remains largely underexplored, as existing open-source models still require nearly token-length decoding steps to ensure performance. To address this, we introduce dParallel, a simple and effective method that unlocks the inherent parallelism of dLLMs for fast sampling. We identify that the key bottleneck to parallel decoding arises from the sequential certainty convergence for masked tokens. Building on this insight, we introduce the core of our approach: certainty-forcing distillation, a novel training strategy that distills the model to follow its original sampling trajectories while enforcing it to achieve high certainty on masked tokens more rapidly and in parallel. Extensive experiments across various benchmarks demonstrate that our method can dramatically reduce the number of decoding steps while maintaining performance. When applied to the LLaDA-8B-Instruct model, dParallel reduces decoding steps from 256 to 30 on GSM8K, achieving an 8.5x speedup without performance degradation. On the MBPP benchmark, it cuts decoding steps from 256 to 24, resulting in a 10.5x speedup while maintaining accuracy. Our code is available at https://github.com/czg1225/dParallel

📄 PDF Abstract BibTeX arXiv:2509.26488

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LEAP: Unlocking dLLM Parallelism via Lookahead Early-Convergence Token Detection

2026-05-09 · Haohui Zhang, Zhiye Wang, Xiaoying Gan, Xinbing Wang 외 arxiv

Diffusion Language Models (dLLMs) have garnered significant attention for their potential in highly parallel processing. The parallel capabilities of existing dLLMs stem from the assumption of conditional independence at…

ParallelBench: Understanding the Trade-offs of Parallel Decoding in Diffusion LLMs

2025-10-06 · Wonjun Kang, Kevin Galim, Seunghyuk Oh, Minjae Lee 외 arxiv

While most autoregressive LLMs are constrained to one-by-one decoding, diffusion LLMs (dLLMs) have attracted growing interest for their potential to dramatically accelerate inference through parallel decoding. Despite th…

Wide-In, Narrow-Out: Revokable Decoding for Efficient and Effective DLLMs

2025-07-24 · Feng Hong, Geng Yu, Yushi Ye, Haicheng Huang 외 arxiv

Diffusion Large Language Models (DLLMs) have emerged as a compelling alternative to Autoregressive models, designed for fast parallel generation. However, existing DLLMs are plagued by a severe quality-speed trade-off, w…

Free Draft-and-Verification: Toward Lossless Parallel Decoding for Diffusion Large Language Models

2025-09-30 · Shutong Wu, Jiawei Zhang arxiv

Diffusion Large Language Models (DLLMs) have emerged as a new paradigm of language modeling beyond autoregressive next-token prediction. Taking advantage of their inherent modeling foundations, DLLMs have the great poten…

Code Generation

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…