paper-with-me

Papers

DualDiffusion: A Speculative Decoding Strategy for Masked Diffusion Models

2026-04-06 · Satyam Goyal, Kushal Patel, Tanush Mittal, Arjun Laxman arxiv

Masked Diffusion Models (MDMs) offer a promising alternative to autoregressive language models by enabling parallel token generation and bidirectional context modeling. However, their inference speed is significantly limited by the inability to cache key-value pairs due to bidirectional attention, requiring $O(N^2)$ computations at each generation step. While recent methods like FastDLLM and DkvCache improve inference speed through attention approximations and caching strategies, they achieve speedups at the cost of generation quality. We propose DualDiffusion, a speculative decoding framework for MDMs that combines fast drafter models (using efficient approximations) with slower, more accurate verifier models. By running multiple steps of a lightweight drafter followed by a single verification step, DualDiffusion achieves a superior Pareto frontier between generation steps and accuracy compared to existing approaches. We evaluate our method on MMLU and GSM8K, demonstrating that DualDiffusion maintains high accuracy while reducing the number of generation steps required, effectively pushing the quality-efficiency trade-off curve for masked diffusion language models.

📄 PDF Abstract BibTeX arXiv:2604.05250

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SimSD: Simple Speculative Decoding in Diffusion Language Models

2026-06-01 · Junxia Cui, Haotian Ye, Runchu Tian, Hongcan Guo 외 arxiv

Diffusion large language models (dLLMs) have recently emerged as a promising alternative to autoregressive (AR) LLMs, offering faster inference through parallel or blockwise decoding. However, their masked language model…

PSD: Pushing the Pareto Frontier of Diffusion LLMs via Parallel Speculative Decoding

2026-05-15 · Shengyin Sun, Yiming Li, Renxi Liu, Xinqi Li 외 arxiv

Diffusion large language models (dLLMs) generate text by iteratively denoising masked token sequences. Although dLLMs can predict all masked positions in parallel within each step, the large number of denoising iteration…

Code Generation

DART: Diffusion-Inspired Speculative Decoding for Fast LLM Inference

2026-01-27 · Fuliang Liu, Xue Li, Ketai Zhao, Yinxi Gao 외 arxiv

Speculative decoding is an effective and lossless approach for accelerating LLM inference. However, existing widely adopted model-based draft designs, such as EAGLE3, improve accuracy at the cost of multi-step autoregres…

Speculative Refinement: A Hybrid Autoregressive Diffusion Decoding Strategy and Its Behavior Across Benchmarks

2026-06-25 · Aditi Gupta, Neel Mishra, Kushagra Trivedi, Pawan Kumar arxiv

How should we evaluate generation systems that combine autoregressive (AR) and diffusion decoding? We study this question through Speculative Refinement (SpecRef), a training-free hybrid method that warm-starts a masked …

Fail Fast, Win Big: Rethinking the Drafting Strategy in Speculative Decoding via Diffusion LLMs

2025-12-23 · Rui Pan, Zhuofu Chen, Hongyi Liu, Arvind Krishnamurthy 외 arxiv

Diffusion Large Language Models (dLLMs) offer fast, parallel token generation, but their standalone use is plagued by an inherent efficiency-quality tradeoff. We show that, if carefully applied, the attributes of dLLMs c…