paper-with-me

홈 › Papers

Diffusion LLMs Can Do Faster-Than-AR Inference via Discrete Diffusion Forcing

2025-08-08 · Xu Wang, Chenkai Xu, Yijie Jin, Jiachun Jin, Hao Zhang, Zhijie Deng arxiv

Diffusion Large Language Models (dLLMs) have emerged as a promising alternative to autoregressive (AR) LLMs for text generation, with the potential to decode multiple tokens in a single iteration. However, none of the existing open-source dLLMs have achieved superior inference speed over AR LLMs of similar size. This paper breaks this barrier based on a simple and effective strategy named discrete diffusion forcing (D2F). D2F equips dLLMs with two key capabilities: (1) block-wise autoregressive generation to enable KV cache utilization; (2) prediction of following tokens without requiring completion of prior blocks for inter-block parallel decoding. In this way, the vanilla dLLMs are refurbished into an AR-diffusion hybrid paradigm for efficient inference. D2F can be implemented with an asymmetric distillation process based on pre-trained dLLMs. We further propose a pipelined parallel decoding algorithm, which enables a trade-off between efficiency and efficacy. Empirically, D2F dLLMs achieve more than $\mathbf{2.5\times}$ inference speed than LLaMA3 and Qwen2.5 on GSM8K. Compared to vanilla dLLMs like LLaDA and Dream, the acceleration can be more than $\mathbf{50\times}$ while maintaining comparable output quality. The code is available at https://github.com/zhijie-group/Discrete-Diffusion-Forcing.

📄 PDF Abstract BibTeX arXiv:2508.09192

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Seed Diffusion: A Large-Scale Diffusion Language Model with High-Speed Inference

2025-08-04 · Yuxuan Song, Zheng Zhang, Cheng Luo, Pengyang Gao 외 arxiv

We present Seed Diffusion Preview, a large-scale language model based on discrete-state diffusion, offering remarkably fast inference speed. Thanks to non-sequential, parallel generation, discrete diffusion models provid…

Encoder-Decoder Diffusion Language Models for Efficient Training and Inference

2025-10-26 · Marianne Arriola, Yair Schiff, Hao Phung, Aaron Gokaslan 외 arxiv

Discrete diffusion models enable parallel token sampling for faster inference than autoregressive approaches. However, prior diffusion models use a decoder-only architecture, which requires sampling algorithms that invok…

Mathematical Reasoning

FLASH: Efficient Visuomotor Policy via Sparse Sampling

2026-05-15 · Jiaqi Bai, Jindou Jia, Yuxuan Hu, Gen Li 외 arxiv

Generative models such as diffusion and flow matching have become dominant paradigms for visuomotor policy learning, yet their reliance on iterative denoising incurs high inference latency incompatible with real-time rob…

Beyond Autoregression: Fast LLMs via Self-Distillation Through Time

2024-10-28 · Justin Deschenaux, Caglar Gulcehre

Autoregressive (AR) Large Language Models (LLMs) have demonstrated significant success across numerous tasks. However, the AR modeling paradigm presents certain limitations; for instance, contemporary autoregressive LLMs…

Automated Theorem ProvingCode GenerationLAMBADANatural Language Understanding

BlockVLA: Accelerating Autoregressive VLA via Block Diffusion Finetuning

2026-05-13 · Ruiheng Wang, Shuanghao Bai, Haoran Zhang, Badong Chen 외 arxiv

While autoregressive (AR) Vision-Language-Action (VLA) models have demonstrated formidable reasoning capabilities in robotic tasks, their sequential decoding process often incurs high inference latency and may amplify er…