Speculative decoding
EAGLE
EAGLE: Speculative Sampling Requires Rethinking Feature Uncertainty
Heavily superseded — a standard baseline that newer methods routinely beat
19 papers critique it · 12 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites EAGLE as a baseline.
there exists a conflict between the feature-level and the logit-level losses. The feature-level loss is introduced to facilitate knowledge distillation. However, to the best of our knowledge, there is currently no research indicating that the knowledge of an LLM can be distilled into a single transformer decoder layer. We believe that performing strict knowledge distillation between the target LLM and a lightweight draft model is unrealistic.
“these methods still necessitate a computationally expensive projection over the full vocabulary at the draft head's final layer, which persists as a major latency source”
“the top-$k$ tokens within the same layer of the draft tree remain coupled, which limits the diversity and potential of the predictions.”
“The shape of EAGLE's draft tree is fixed, with the drafting phase filling in the corresponding positions. EAGLE-2 aims to improve this by introducing a dynamically adjustable draft tree.”
“Tree-attention frameworks—SpecInfer~miao2024specinfer, Medusa~cai2024medusa, and Eagle~li2024eagle, fan2026flatter—expand many branches, quickly exhausting memory.”
“its structure is static with no dependence on the draft model output”
“Due to the sampling results at the token layer being hidden, feature-level autoregression introduces uncertainty.”
“For MoE models, however, this assumption breaks down; we analyze this problem in sec:method:problem.”
“only EAGLE~li2024eagle presents results for batch sizes $ 4$ but doesn't discuss larger batch sizes.”
“Prevailing methods, medusa, li2024eagle, vicuna68m use small drafters simply trained on datasets such as ShareGPT sharegpt which is often used for instruction tuning of LLMs to learn a pattern of target LLM's language modeling. However, our investigations reveal that such approaches are insufficient for multilingual translation.”
“target-dependent methods such as the EAGLE series require separate training for each individual model”
“methods like Eagle~li2024eagle, which use an autoregressive approach, are more suitable for modeling Semantic Coherence. Using such methods to model Syntactic Coherence introduces unnecessary computational overhead.”
Beaten on benchmarks
Head-to-head results where a newer method reports beating EAGLE. Values are copied from the source paper's tables — verify against the cited paper.
HedgeSpec beats EAGLE
7.16 vs 3.00
MAT · [Qwen-3-32B SQL]
Not-a-Bandit: Provably No-Regret Drafter Selection in Speculative Decoding for LLMsSpecForge beats EAGLE
126639.6 vs 63015.4
Throughput · [Llama3.1-8B, 4096 seq length]
SpecForge: A Flexible and Efficient Open-Source Training Framework for Speculative DecodingPARD beats EAGLE
3.00 vs 1.58
Average SpeedUp · [L3.1 8B]
PARD: Accelerating LLM Inference with Low-Cost PARallel Draft Model AdaptationQSpec beats EAGLE
260.48 vs 167.57
LMsys-1k Throughput · [Llama2-7B Batch 8]
QSpec: Speculative Decoding with Complementary Quantization SchemesDREAM-S beats EAGLE
3.16 vs 2.10
Average speedup ratio (S) · [LLaVA-v1.6-Vicuna-13B, Temperature=0]
DREAM-S: Speculative Decoding with Searchable Drafting and Target-Aware Refinement for Multimodal GenerationMamba Drafters beats EAGLE
172.38 vs 122.44
Throughput (tokens/sec) · [Pythia-6.9B, Instruction-tuned, Greedy]
Mamba Drafters for Speculative DecodingSpeculative Sampling beats EAGLE
2.42 vs 1.81
Avg · [T=0.0 (greedy decoding)]
Towards Fast Multilingual LLM Inference: Speculative Decoding and Specialized DraftersEagle +Target generated beats EAGLE
1.725 vs 1.379
MBSU · [Eagle+Target generated vs Eagle baseline on xLAM]
VOCABTRIM: Vocabulary Pruning for Efficient Speculative Decoding in LLMsEAGLE-2 beats EAGLE
4.83 vs 3.98
Average Acceptance Length · [V 13B, Temperature=0]
EAGLE-2: Faster Inference of Language Models with Dynamic Draft TreesDREAM beats EAGLE
2.23 vs 1.87
S (speedup) · [LLaVA-v1.6 Vicuna-7B, Temperature = 0]
DREAM: Drafting with Refined Target Features and Entropy-Adaptive Cross-Attention Fusion for Multimodal Speculative DecodingSys beats EAGLE
90.0 vs 82.3
WMT14 · [V 7B, Temperature = 1]
Clover-2: Accurate Inference for Regressive Lightweight Speculative 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.
- DREAM-SDREAM-S: Speculative Decoding with Searchable Drafting and Target-Aware Refinement for Multimodal GenerationMay 30, 2026
- May 14, 2026
- SpecForgeSpecForge: A Flexible and Efficient Open-Source Training Framework for Speculative DecodingMar 19, 2026
- Mar 13, 2026
- Feb 17, 2026
- Oct 22, 2025
- Oct 22, 2025
- Oct 17, 2025
- Draft, Verify, & Improve (DVI)Draft, Verify, and Improve: Toward Training-Aware Speculative DecodingOct 6, 2025
- FastGRPOFastGRPO: Accelerating Policy Optimization via Concurrency-aware Speculative Decoding and Online Draft LearningSep 26, 2025