CLJul 16

D-cut: Adaptive Verification Depth Pruning for Batched Speculative Decoding

arXiv:2607.1464720.2h-index: 7
Predicted impact top 25% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For LLM inference serving, D-Cut solves the problem of wasted computation from long drafts under high concurrency, restoring acceleration where baselines fail.

D-Cut adaptively prunes draft tokens in batched speculative decoding to reduce verification cost under high concurrency, improving average speedup from 1.26× to 1.65× and achieving up to 3.0× speedup on MoE models.

Speculative decoding accelerates large language model (LLM) inference without compromising output quality. Recent parallel drafting methods further improve single-request performance by decoupling draft length from drafting latency, enabling longer drafts and higher mean accepted tokens (MAT). However, under high request concurrency, long drafts waste substantial computation on rejected tokens, increasing verification cost and potentially making speculative decoding slower than autoregressive decoding. We present D-Cut, an adaptive pruning method that selects draft tokens jointly across the batch and concentrates the verification budget on tokens most likely to be accepted. D-Cut is motivated by two observations. First, acceptance lengths vary considerably across concurrent requests; D-Cut therefore performs cross-request pruning, allocating the verification budget adaptively according to draft confidence. Second, verification cost depends strongly on the deployment environment, including GPU architecture and parallelism strategy; D-Cut incorporates a runtime cost model to adapt its pruning depth to the target environment. Experiments on dense and mixture-of-experts (MoE) models show that, under high concurrency, D-Cut improves the average speedup from \(1.26\times\) to \(1.65\times\), restores acceleration in dense-model configurations where long-draft baselines are slower than autoregressive decoding, and achieves up to \(3.0\times\) speedup over autoregressive decoding on MoE models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes