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

DFlare: Scaling Up Draft Capacity for Block Diffusion Speculative Decoding

About

Block diffusion speculative decoding accelerates LLM inference by predicting all tokens within a block simultaneously for the target model to verify in parallel. Predicting an entire block at once requires a sufficiently capable draft model and effective utilization of the target model's internal knowledge. However, the state-of-the-art method DFlash constrains all draft layers to share a single fused representation derived from only a few target layers, limiting per-layer expressiveness and hindering further scaling of draft capacity. In this paper, we present \modelname, which flares out the narrow conditioning bottleneck of DFlash through a lightweight layer-wise fusion mechanism: each draft layer attends to its own learnable combination of a broad set of target layers at negligible overhead, simultaneously injecting richer target knowledge and providing every draft layer with a distinct input. This enhanced per-layer expressiveness enables scaling the draft model to deeper architectures with consistent gains. We further scale training data from 800K to 2.4M samples to fully exploit the enlarged capacity. On six benchmarks spanning mathematical reasoning, code generation, and conversation, \modelname attains average wall-clock speedups of 5.52x on Qwen3-4B, 5.46x on Qwen3-8B, and 3.91x on GPT-OSS-20B, improving over DFlash by roughly 11\%, 8\%, and 5\% respectively. Our code is available at https://github.com/Tencent/AngelSlim.

Jiebin Zhang, Zhenghan Yu, Song Liu, Eugene J.Yu, Zheng Li, Dawei Zhu, Jiangshan Duo, Weimin Xiong, Yifan Song, Guanghua Yu, Jianchen Zhu, Sujian Li• 2026

Related benchmarks

TaskDatasetResultRank
Code GenerationHumanEval
TPS (Tokens/s)1.80e+3
31
General EvaluationAverage Across all Benchmarks
Speedup5.52
28
ConversationMT-Bench
Speedup3.87
16
Mathematical ReasoningGSM8K
Speedup6.02
16
Mathematical ReasoningMATH500
Speedup6.76
16
Mathematical ReasoningGSM8K
Throughput (tokens/s)1.83e+3
15
Showing 6 of 6 rows

Other info

Follow for update