Speculative decoding

Lookahead

Lookahead: An Inference Acceleration Framework for Large Language Model with Lossless Generation Accuracy

Heavily superseded#5 of 151 most-superseded · first seen Dec 20, 2023

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.
Utility-Driven Speculative Decoding for Mixture-of-Experts
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.
DART: Diffusion-Inspired Speculative Decoding for Fast LLM Inference
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.
Quasar: Quantized Self-Speculative Acceleration for Rapid Inference via Memory-Efficient Verification
this approach makes each decode step significantly more computationally expensive
HiSpec: Hierarchical Speculative Decoding for LLMs
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.
Performance-Driven Policy Optimization for Speculative Decoding with Adaptive Windowing
Prompt- and retrieval-based approaches (PLD, Lookahead, CLLMs) improve draft quality but degrade with scarce context
Bridging Draft Policy Misalignment: Group Tree Optimization for Speculative Decoding
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.
Adaptive Draft-Verification for Efficient Large Language Model Decoding
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
Kangaroo: Lossless Self-Speculative Decoding via Double Early Exiting

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.

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.