paper-with-me

Papers

Dynamic Delayed Tree Expansion For Improved Multi-Path Speculative Decoding

2026-02-19 · Rahul Thomas, Teo Kitanovski, Micah Goldblum, Arka Pal arxiv

Multi-path speculative decoding accelerates lossless sampling from a target model by using a cheaper draft model to generate a draft tree of tokens, and then applies a verification algorithm that accepts a subset of these. While prior work has proposed various verification algorithms for i.i.d rollouts, their relative performance under matched settings remains unclear. In this work, we firstly present a systematic evaluation of verification strategies across model families, tasks, and sampling regimes, and find that Traversal Verification dominates consistently, with OT-based methods lagging far behind. Our analysis uncovers that this occurs because OT-based methods achieve high multi-token acceptance near the root of the draft tree, while multi-token gains are most impactful deeper in the draft tree, where draft and target distributions diverge. Based on this insight, we propose delayed tree expansion, which drafts a partial single path, delaying the i.i.d. branching point. We show that delayed tree expansion preserves the target distribution and improves on root-node i.i.d rollouts. Further, we develop a dynamic neural selector that estimates the expected block efficiency of optimal-transport-based verification methods from draft and target features, enabling context-dependent expansion decisions. Our neural selector allows OT-based methods like SpecInfer to outperform Traversal Verification for the first time, achieving 5% higher average throughput across a wide range of models, datasets, and sampling settings.

📄 PDF Abstract BibTeX arXiv:2602.16994

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Bootstrap for Entity Set Expansion

2019-11-01 · IJCNLP 2019 11 · Lingyong Yan, Xianpei Han, Le Sun, Ben He

Bootstrapping for Entity Set Expansion (ESE) aims at iteratively acquiring new instances of a specific target category. Traditional bootstrapping methods often suffer from two problems: 1) delayed feedback, i.e., the pat…

Exploring Dynamic Selection of Branch Expansion Orders for Code Generation

2021-06-01 · ACL 2021 5 · Hui Jiang, Chulun Zhou, Fandong Meng, Biao Zhang 외

Due to the great potential in facilitating software development, code generation has attracted increasing attention recently. Generally, dominant models are Seq2Tree models, which convert the input natural language descr…

Code Generation

L4KDE: Learning for KinoDynamic Tree Expansion

2022-03-02 · Tin Lai, Weiming Zhi, Tucker Hermans, Fabio Ramos

We present the Learning for KinoDynamic Tree Expansion (L4KDE) method for kinodynamic planning. Tree-based planning approaches, such as rapidly exploring random tree (RRT), are the dominant approach to finding globally o…

Motion Planning

Non-stationary Online Convex Optimization with Arbitrary Delays

2023-05-20 · Yuanyu Wan, Chang Yao, Mingli Song, Lijun Zhang

Online convex optimization (OCO) with arbitrary delays, in which gradients or other information of functions could be arbitrarily delayed, has received increasing attention recently. Different from previous studies that …

Procrastinated Tree Search: Black-box Optimization with Delayed, Noisy, and Multi-Fidelity Feedback

2021-10-14 · Junxiong Wang, Debabrota Basu, Immanuel Trummer

In black-box optimization problems, we aim to maximize an unknown objective function, where the function is only accessible through feedbacks of an evaluation or simulation oracle. In real-life, the feedbacks of such ora…