DFlow: Enabling Verifier Information Flow in Block Diffusion Speculative Decoding

📅 2026-09-06
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决现有方法在拒绝后缀时丢弃有用信息的问题,DFlow通过重用目标验证器生成的隐藏状态来指导后续预测,提高草稿质量和接受长度。
📝 Abstract
Block diffusion speculative decoding improves LLM inference efficiency by proposing a block of future tokens in parallel and verifying them with a single forward pass through the target model. However, existing methods retain only the accepted prefix and discard the rejected suffix, preventing the computation spent on these positions from benefiting subsequent drafting rounds and forcing the drafter to repeatedly reconstruct representations for future tokens from scratch. We observe that rejection only determines whether a proposed token can be committed, while the verifier representations at rejected positions can still provide useful information for subsequent predictions. Based on this observation, we propose DFlow, a simple yet effective framework that enables verifier information to flow across drafting rounds. DFlow reuses the hidden states produced by the target verifier for the rejected suffix to guide subsequent drafting without additional target computation. To effectively learn this information flow across drafting rounds, we introduce a self-condition train strategy that feeds verifier representations from earlier predictions back into subsequent predictions. Experiments on Qwen3 models across diverse benchmarks demonstrate that DFlow consistently improves draft quality and acceptance length over DFlash.
Problem

Research questions and friction points this paper is trying to address.

block diffusion speculative decoding
verifier information flow
computation efficiency
Innovation

Methods, ideas, or system contributions that make the work stand out.

Verifier Information Flow
Block Diffusion Speculative Decoding
Self-Condition Train Strategy
Y
Yaojie Zhang
School of Computer Science & Beijing Key Laboratory of Software and Hardware Cooperative Artificial Intelligence Systems, Peking University; University of Electronic Science and Technology of China
Linfeng Zhang
Linfeng Zhang
DP Technology; AI for Science Institute
AI for Sciencemulti-scale modelingmolecular simulationdrug/materials design
B
Bin Cui
School of Computer Science & Beijing Key Laboratory of Software and Hardware Cooperative Artificial Intelligence Systems, Peking University; Institute of Computational Social Science, Peking University (Qingdao)
Xupeng Miao
Xupeng Miao
Purdue University
Machine Learning SystemsData Management