Papers › AdaptiveSD A Stability-Aware, Runtime-Adaptive Speculative Decoding Framework with...

AdaptiveSD A Stability-Aware, Runtime-Adaptive Speculative Decoding Framework with Multi-Policy Orchestration for CPU-Constrained LLM Inference

4 Jul 2026arXiv:2607.03876added by Syntology

Sadra Saremi

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

With the rise of small quantized GGUF-based language models and their increasing use for on-device inference tasks, we have seen the growing need for an approach capable of reliably delivering these models at scale even under severe memory bandwidth constraints such as those imposed by pure CPU implementations. Fixed-depth speculative decoding has emerged as one promising technique, but in practice, it often leads to performance degradation due to either bandwidth saturation, instability, or even catastrophic resource exhaustion resulting in system failure. To overcome this problem, we introduce AdaptiveSD, a fully runtime-adaptive speculative decoding framework aimed at ensuring robust, reliable execution across the spectrum of model types and workloads. Our solution consists of four tightly-coupled components working together in a continuous feedback loop: a Runtime Monitoring Engine tracking multiple signals relevant to ongoing computation, an Adaptive Draft Controller enforcing an eleven rule policy hierarchy prioritizing system resource preservation over raw draft count, a Dynamic Policy Engine employing a suite of heuristic and reinforcement learning techniques to dynamically modify policies depending upon workload behavior, and finally, a KV Cache Coordination Layer managing cache states with fine-grained control through INT8 shadow buffers and position aware evictions. While conventional approaches focus solely on maximizing throughput, we instead assess the effectiveness of our approach based on several key metrics including wasted drafted compute and inter-token latency dispersion alongside standard measures of speculative efficiency.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.03876")

Code

Syntology Ran 13 of 20 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: found in paper text by Syntology: 20 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sadrasa97/adaptive-speculate-decoding found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 13 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13ran
7unverified

Licence: 20 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from sadrasa97/adaptive-speculate-decoding. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ControlDecision sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology ran no licence file found · pointer only · 07372437b17496a6 · report
DraftControllerConfig sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology ran no licence file found · pointer only · d0c5cce56dba408b · report
DynamicLookaheadPolicy sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology ran no licence file found · pointer only · c9bbee7cb7c9360e · report
EMAPolicy sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology ran no licence file found · pointer only · 77d690704bc16784 · report
FixedDepthPolicy sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology ran no licence file found · pointer only · e1cfcc9de9793be0 · report
InferenceSnapshot sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology ran no licence file found · pointer only · 5403d7ca6666241b · report
MonitorConfig sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology ran no licence file found · pointer only · 31d4395a3278c8c9 · report
ParallelSDPolicy sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology ran no licence file found · pointer only · 206911d54a5cf1e0 · report
PolicyConfig sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology ran no licence file found · pointer only · bcfffd30b5673f1f · report
PolicyStep sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology ran no licence file found · pointer only · 2890c774d90eb401 · report
RuntimeMonitor sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology ran no licence file found · pointer only · 204fec1478e473e8 · report
SpecDecPlusApproxPolicy sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology ran no licence file found · pointer only · fd0dc8d250343d0c · report
_BanditArm sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology ran no licence file found · pointer only · c75015ee60041029 · report
AdaptiveDraftController sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology unverified no licence file found · pointer only · d2988c254ee68db3 · report
BanditPolicy sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology unverified no licence file found · pointer only · 36fc1efcc88923c9 · report
DynamicPolicyEngine sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology unverified no licence file found · pointer only · a447d4845282ff58 · report
HeuristicPolicy sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology unverified no licence file found · pointer only · 23e1e629a59655a3 · report
PolicyType sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology unverified no licence file found · pointer only · 7a894723af7b633e · report
SpeculationMode sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology unverified no licence file found · pointer only · 4b05210c360696f2 · report
WorkloadType sadrasa97/adaptive-speculate-decoding/policy_engine.py found in paper text by Syntology unverified no licence file found · pointer only · c2a752cfa024efad · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.03876, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections