cd /news/artificial-intelligence/treespark-calibrated-load-adaptive-d… · home topics artificial-intelligence article
[ARTICLE · art-136621] src=arxiv.org ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

TreeSpark: Calibrated, Load-Adaptive Draft Trees for Semi-Autoregressive Speculative Decoding

Researchers introduced TreeSpark, a speculative decoding method that reads a parent-conditioned distribution from a drafter's existing Markov head and calibrates it into an edge-acceptance estimate to build load-adaptive draft trees. Against a tuned chain on the same drafter, TreeSpark accepts 15-25% more draft tokens per round and decodes 8-14% faster in single-request wall-clock, according to the arXiv:2609.22098v1 paper, with code and artifacts posted at github.com/PopSoda2002/TreeSpark. The method keeps decoding lossless at any temperature by sampling siblings without replacement with matching residuals in recursive rejection, and shrinks the tree back to the chain under rising serving load.

by read1 min views1 publishedSep 22, 2026

arXiv:2609.22098v1 Announce Type: new Abstract: Speculative decoding accelerates language-model inference by letting a cheap drafter propose tokens that the target model verifies in parallel. Recent block drafters make drafting nearly free: a single backbone pass emits an entire block of draft tokens. Draft trees promise a further gain -- several alternative continuations verified in one target forward -- but existing constructions rank candidates by per-position marginals that ignore which parent a candidate extends, so on semi-autoregressive drafters wider trees mostly add mis-ranked nodes; and a tree of fixed size ignores how much speculation each decoding round, and each serving load, can support. We introduce TreeSpark, which reads a parent-conditioned distribution from the drafter's existing Markov head at negligible cost, calibrates it into an edge-acceptance estimate, and lets path survival govern everything else: best-first expansion, per-round stopping, and a load-adaptive serving policy. Sampling siblings without replacement, with matching residuals in recursive rejection, keeps decoding lossless at any temperature. Adaptive trees improve on matched fixed budgets at every temperature; against a tuned chain on the same drafter, TreeSpark accepts 15-25% more draft tokens per round and decodes 8-14% faster in single-request wall-clock, and under rising load it gracefully shrinks the tree back to the chain. Code and artifacts: https://github.com/PopSoda2002/TreeSpark

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @treespark 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/treespark-calibrated…] indexed:0 read:1min 2026-09-22 ·