ExplorerData ScienceMachine Learning
Research PaperResearchia:202608.14049

DARTree: Speculative Diffusion Decoding with Autoregressive Draft Trees

Tianyi Li

Abstract

Speculative decoding losslessly accelerates autoregressive language models by verifying multiple draft tokens in parallel. Diffusion-based drafters further reduce proposal latency by predicting an entire token block in parallel, but their position-wise distributions are marginal rather than conditioned on tokens selected along each draft path. Existing recurrent correction incorporates causal information along a single draft chain, whereas diffusion-based tree construction broadens candidate cov...

Submitted: August 14, 2026Subjects: Machine Learning; Data Science

Description / Details

Speculative decoding losslessly accelerates autoregressive language models by verifying multiple draft tokens in parallel. Diffusion-based drafters further reduce proposal latency by predicting an entire token block in parallel, but their position-wise distributions are marginal rather than conditioned on tokens selected along each draft path. Existing recurrent correction incorporates causal information along a single draft chain, whereas diffusion-based tree construction broadens candidate coverage without carrying this correction along individual branches. We introduce DARTree, a training-free speculative decoding method that extends a pretrained AR correction head from chains to trees. DARTree first constructs a fixed-width candidate tree by expanding and scoring all nodes at each depth in a single batch, and then only applies best-first pruning to select the verification tree, decoupling AR-head inference from sequential heap operations. Across seven math, code, and chat benchmarks, DARTree achieves the highest average acceptance length and speedup in all four model--temperature configurations, accepting up to 12.97 tokens per verification round, 98.6% more than DFlash and 27.9% more than Domino in the same setting, and reaching up to 9.73×\times lossless speedup over locally measured autoregressive decoding.


Source: arXiv:2608.13524v1 - http://arxiv.org/abs/2608.13524v1 PDF: https://arxiv.org/pdf/2608.13524v1 Original Link: http://arxiv.org/abs/2608.13524v1

Please sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Access Paper
View Source PDF
Submission Info
Date:
Aug 14, 2026
Topic:
Data Science
Area:
Machine Learning
Comments:
0
Bookmark
DARTree: Speculative Diffusion Decoding with Autoregressive Draft Trees | Researchia