Speculative decoding
Lookahead
Heavily superseded — a standard baseline that newer methods routinely beat
8 papers critique it · 13 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites Lookahead as a baseline.
This would significantly increase the in-flight tokens (by $G$) for MoEs, and our evaluations reveal that even vanilla n-gram decoding ($G=1$) incurs high costs.
“some speculative decoding approaches, such as Lookahead, rely solely on N-gram or retrieval-based heuristics for drafting. While such methods incur negligible drafting latency, their limited predictive accuracy typically leads to very low average acceptance length $$, resulting in modest end-to-end speedups.”
“These methods refine multiple tokens simultaneously using the model's internal attention mechanism, eliminating the need for explicit draft weights, though often yielding shorter acceptance lengths compared to model-based drafters.”
“this approach makes each decode step significantly more computationally expensive”
“While these methods substantially improve proposal quality, their objectives are typically defined at the token or local distribution level, leaving the window-level and prefix-sensitive nature of speculative verification less explicitly optimized.”
“Prompt- and retrieval-based approaches (PLD, Lookahead, CLLMs) improve draft quality but degrade with scarce context”
“However, these methods exhibit lower accuracy and greater resource use compared to our approach. They demand more memory and GPU processing power, posing challenges in resource-scarce settings.”
“However, due to its lower efficiency in generating draft tokens compared to Medusa, its end-to-end speedup ratio is slightly lower than that of Medusa”
Beaten on benchmarks
Head-to-head results where a newer method reports beating Lookahead. Values are copied from the source paper's tables — verify against the cited paper.
PPOW beats Lookahead
4.75 vs 1.24
Speedup vs Lookahead · [LLaMA-2-7B, HumanEval]
Performance-Driven Policy Optimization for Speculative Decoding with Adaptive WindowingECHO beats Lookahead
5.25 vs 1.60
Avg. Speedup · [Vicuna-13B]
ECHO: Elastic Speculative Decoding with Sparse Gating for High-Concurrency ScenariosPEARL beats Lookahead
3.95 vs 1.39
Avg speedup · [Llama 2 7&70B multilingual]
PEARL: Parallel Speculative Decoding with Adaptive Draft LengthSpeculative Sampling beats Lookahead
2.42 vs 1.00
Avg · [T=0.0 (greedy decoding)]
Towards Fast Multilingual LLM Inference: Speculative Decoding and Specialized DraftersDiffuSpec beats Lookahead
3.08 vs 1.30
Speedup · [training-free block, Qwen2.5-32B target]
DiffuSpec: Unlocking Diffusion Language Models for Speculative DecodingCARD beats Lookahead
3.39 vs 1.53
speedup · [GSM8k with Llama2 70B/7B]
CARD: A Cache-Assisted Parallel Speculative Decoding Framework via Query-and-Correct Paradigm for Accelerating LLM InferenceLogitSpec beats Lookahead
3.68 vs 1.67
SAM-Decoding beats Lookahead
3.35 vs 1.54
Speedup · [HumanEval]
SAM Decoding: Speculative Decoding via Suffix AutomatonEVICT beats Lookahead
202.82 vs 94.86
Average · [Temperature = 0]
Making Every Verified Token Count: Adaptive Verification for MoE Speculative DecodingDART beats Lookahead
2.85 vs 1.61
Speedup · [L2 7B Temperature=0]
DART: Diffusion-Inspired Speculative Decoding for Fast LLM InferenceDuoDec beats Lookahead
2.61 vs 1.50
speedup (φ) · [Llama2-7b]
DuoDecoding: Hardware-aware Heterogeneous Speculative Decoding with Dynamic Multi-Sequence Draftingsysname beats Lookahead
11.24 vs 18.99
Latency · [Human Eval, Vicuna-7B]
Adaptive Draft-Verification for Efficient Large Language Model Decoding
What to use instead
Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.
- Collaborative Speculative Decoding (CoSpec)Beyond the Target: From Imitation to Collaboration in Speculative DecodingMay 24, 2026
- ToolSpecToolSpec: Accelerating Tool Calling via Schema-Aware and Retrieval-Augmented Speculative DecodingApr 15, 2026
- QuasarQuasar: Quantized Self-Speculative Acceleration for Rapid Inference via Memory-Efficient VerificationMar 2, 2026
- FLy (Training-Free Loosely Speculative Decoding)Training-Free Loosely Speculative Decoding: Accepting Semantically Correct Drafts Beyond Exact MatchNov 28, 2025
- Nov 1, 2025
- Oct 30, 2025
- Oct 22, 2025
- Oct 8, 2025
- Group Tree Optimization (GTO)Bridging Draft Policy Misalignment: Group Tree Optimization for Speculative DecodingSep 26, 2025
- Sep 22, 2025