Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Accelerating Speculative Decoding with Block Diffusion Draft Trees

About

Speculative decoding accelerates autoregressive language models by using a lightweight drafter to propose multiple future tokens, which the target model then verifies in parallel. DFlash shows that a block diffusion drafter can generate an entire draft block in a single forward pass and achieve state-of-the-art speculative decoding performance, outperforming strong autoregressive drafters such as EAGLE-3. Vanilla DFlash, however, still verifies only a single drafted trajectory per round, potentially limiting its acceptance length. We introduce DDTree (Diffusion Draft Tree), a method that constructs a draft tree directly from the per-position distributions of a block diffusion drafter. Under a fixed node budget, DDTree uses a simple best-first heap algorithm to select the continuations that are most likely to match the target model according to a surrogate defined by the draft model's output. The resulting tree is verified efficiently in a single target model forward pass using an ancestor-only attention mask. Because DDTree builds on DFlash, a leading draft model for speculative decoding, these gains place DDTree among the leading approaches to speculative decoding.

Liran Ringel, Yaniv Romano• 2026

Related benchmarks

TaskDatasetResultRank
Instruction FollowingAlpaca
Speedup (x)3.36
111
Code GenerationHumanEval
Tau10.72
55
Code GenerationMBPP
Tau Correlation9.94
55
ReasoningGSM8K
AVGLEN9.54
17
Code GenerationLiveCodeBench
Speedup7.1
12
DialogueMT-Bench
Speedup4.18
12
ReasoningAIME 2024
Speedup7.35
12
ReasoningAIME 2025
Speedup7.23
12
ReasoningMATH 500
Speedup7.52
12
Software EngineeringSWE-Bench Lite
Speedup4.38
12
Showing 10 of 10 rows

Other info

GitHub

Follow for update