Sign InOpen Brain
arXivPaperNeeds Review

DARTree: Speculative Diffusion Decoding with Autoregressive Draft Trees

DARTree uses autoregressive correction across diffusion-generated draft trees to accelerate lossless decoding. It reports up to 9.73× local speedup, but production gains depend on the serving stack.

arXiv · Aug 13, 2026
Open Source Open MarkdownOpen JSON
Source Summary

DARTree is a **training-free** speculative-decoding method that extends a pretrained autoregressive correction head from chains to trees. It batches fixed-width tree expansion and scoring, then applies best-first pruning only when choosing the verification tree.

Practical Implication

Across seven math, code, and chat benchmarks, it led all **four model–temperature configurations** in average acceptance length and speedup. Self-hosted inference teams should compare its batched tree construction with their current speculative-decoding path.

Agent-Ready Context
DARTree is a **training-free** speculative-decoding method that extends a pretrained autoregressive correction head from chains to trees. It batches fixed-width tree expansion and scoring, then applies best-first pruning only when choosing the verification tree.

Across seven math, code, and chat benchmarks, it led all **four model–temperature configurations** in average acceptance length and speedup. Self-hosted inference teams should compare its batched tree construction with their current speculative-decoding path.

The reported maxima are **12.97 accepted tokens** per verification round and **9.73× lossless speedup** over locally measured autoregressive decoding. These are peak experimental results, and the material does not provide hardware, latency distribution, memory cost, or deployment overhead.
Connected Context · Feed7 Judgment

This introduces a concrete, training-free serving optimization for self-hosted autoregressive models: construct and score draft trees in batches, then prune for verification. The cross-benchmark lead makes it a credible speculative-decoding candidate, but the peak 9.73× result cannot yet drive deployment selection without hardware, memory, latency-distribution, and integration-cost measurements.

Local Models: Trust, Control, Optimization — Carter Abdallah, NVIDIAThe local-model case emphasizes control over the inference stack; DARTree supplies a specific optimization that such control enables, while still requiring workload-level validation.Why Large? Tiny LMs & Agents on Edge/Robotics — Cormac Brick, GoogleEdge-model selection is described as memory-bound, so DARTree’s missing memory costs are especially important before treating its throughput gains as applicable to constrained devices.Program-as-Weights: A Programming Paradigm for Fuzzy FunctionsProgram-as-Weights reduces deployment cost through compact task adapters, whereas DARTree accelerates decoding without training; they are complementary model- and serving-layer efficiency levers whose reported gains use different baselines.DFM Mimir v1: An Open HRM Delivering Frontier Performance at 1B Parameters Using Only Permissible Post-Training DataMimir provides a compact open model candidate, while DARTree provides a training-free decoding path that could affect its serving economics; compatibility and realized speedup are not established by either supplied record.
Context Map
modelcoding#open-models#model-selection
Uncertainty
The reported maxima are **12.97 accepted tokens** per verification round and **9.73× lossless speedup** over locally measured autoregressive decoding. These are peak experimental results, and the material does not provide hardware, latency distribution, memory cost, or deployment overhead.