PulseAugur
EN
LIVE 04:58:07

New speculative decoding methods boost LLM inference speed and efficiency · 6 sources tracked

Researchers have introduced DominoTree, a novel method for speculative decoding that significantly accelerates LLM inference by using a conditional tree-structured approach. This method achieves up to 6.6x speedup on Qwen3-4B models and demonstrates improved throughput over existing techniques like DDTree and CaDDTree. Concurrently, other research explores relaxed speculative decoding, investigating trade-offs between speed and capability, and introduces AdaptiveSD for robust, runtime-adaptive inference under CPU constraints. DSpark, another framework, unifies high-throughput parallel generation with adaptive verification, showing substantial improvements in accepted length and enabling significant speedups in real-world serving systems. AI

IMPACT These advancements in speculative decoding promise to significantly reduce LLM inference latency and computational costs, enabling more efficient deployment and broader accessibility of large language models.

RANK_REASON Multiple research papers introducing new methods and frameworks for speculative decoding in LLM inference.

Read on Hugging Face Daily Papers →

AI-generated summary · Google Gemini · from 14 sources. How we write summaries →

New speculative decoding methods boost LLM inference speed and efficiency · 6 sources tracked

COVERAGE [14]

  1. arXiv cs.AI TIER_1 English(EN) · Zipeng Gao, Zhi Zheng, Qingrong Xia, Junda Lin, Ziwei Zhao, Tong Xu, Zhefeng Wang, Enhong Chen ·

    Unlocking Parallelism in Autoregressive Language Models via Speculative Decoding with Progressive Tree Drafting

    arXiv:2607.10661v1 Announce Type: cross Abstract: Speculative decoding has significantly accelerated Large Language Model (LLM) inference by alleviating memory-bound bottlenecks. However, traditional speculative decoding typically relies on auxiliary draft modules, incurring sign…

  2. arXiv cs.CL TIER_1 English(EN) · Enhong Chen ·

    Unlocking Parallelism in Autoregressive Language Models via Speculative Decoding with Progressive Tree Drafting

    Speculative decoding has significantly accelerated Large Language Model (LLM) inference by alleviating memory-bound bottlenecks. However, traditional speculative decoding typically relies on auxiliary draft modules, incurring significant training and communication overhead. Altho…

  3. arXiv cs.CL TIER_1 English(EN) · Saw S. Lin (Zhiqi Zhang), Jyh-Shing Roger Jang ·

    DominoTree: Conditional Tree-Structured Drafting with Domino for Speculative Decoding

    arXiv:2607.08642v1 Announce Type: new Abstract: Speculative decoding accelerates LLM inference by drafting several tokens and verifying them in parallel. Block-diffusion drafters such as DFlash produce a draft block in one pass but model only per-position marginals; best-first tr…

  4. arXiv cs.AI TIER_1 English(EN) · Guoxuan Xia, Luka Ribar, Paul Balanca ·

    A Practical Investigation of Training-free Relaxed Speculative Decoding

    arXiv:2607.08690v1 Announce Type: cross Abstract: Speculative decoding accelerates sampling from an autoregressive LLM by using a faster auxiliary model to draft tokens which are then verified in parallel by the LLM. Standard speculative decoding is lossless: its rejection and re…

  5. arXiv cs.AI TIER_1 English(EN) · Paul Balanca ·

    A Practical Investigation of Training-free Relaxed Speculative Decoding

    Speculative decoding accelerates sampling from an autoregressive LLM by using a faster auxiliary model to draft tokens which are then verified in parallel by the LLM. Standard speculative decoding is lossless: its rejection and resampling steps exactly preserve the LLM's sampling…

  6. Hugging Face Daily Papers TIER_1 English(EN) ·

    A Practical Investigation of Training-free Relaxed Speculative Decoding

    Speculative decoding accelerates sampling from an autoregressive LLM by using a faster auxiliary model to draft tokens which are then verified in parallel by the LLM. Standard speculative decoding is lossless: its rejection and resampling steps exactly preserve the LLM's sampling…

  7. arXiv cs.CL TIER_1 English(EN) · Jyh-Shing Roger Jang ·

    DominoTree: Conditional Tree-Structured Drafting with Domino for Speculative Decoding

    Speculative decoding accelerates LLM inference by drafting several tokens and verifying them in parallel. Block-diffusion drafters such as DFlash produce a draft block in one pass but model only per-position marginals; best-first tree methods such as DDTree expand candidate trees…

  8. arXiv cs.CL TIER_1 English(EN) · Jyh-Shing Roger Jang ·

    DominoTree: Conditional Tree-Structured Drafting with Domino for Speculative Decoding

    Speculative decoding accelerates LLM inference by drafting several tokens and verifying them in parallel. Block-diffusion drafters such as DFlash produce a draft block in one pass but model only per-position marginals, and best-first tree methods such as DDTree expand candidate t…

  9. arXiv cs.LG TIER_1 English(EN) · Sadra Saremi ·

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

    arXiv:2607.03876v1 Announce Type: new Abstract: 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…

  10. arXiv cs.AI TIER_1 English(EN) · Xin Cheng, Xingkai Yu, Chenze Shao, Jiashi Li, Yunfan Xiong, Yi Qian, Jiaqi Zhu, Shirong Ma, Xiaokang Zhang, Jiasheng Ye, Qinyu Chen, Chengqi Deng, Jiping Yu, Damai Dai, Zhengyan Zhang, Yixuan Wei, Yixuan Tan, Wenkai Yang, Runxin Xu, Yu Wu, Zhean Xu, Xua… ·

    DSpark: Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation

    arXiv:2607.05147v1 Announce Type: new Abstract: Speculative decoding accelerates Large Language Model (LLM) inference by decoupling draft generation from target verification. While recent parallel drafters efficiently propose long token sequences in a single forward pass, they su…

  11. arXiv cs.AI TIER_1 English(EN) · Wenfeng Liang ·

    DSpark: Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation

    Speculative decoding accelerates Large Language Model (LLM) inference by decoupling draft generation from target verification. While recent parallel drafters efficiently propose long token sequences in a single forward pass, they suffer from rapid acceptance decay due to a lack o…

  12. Hugging Face Daily Papers TIER_1 English(EN) ·

    DSpark: Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation

    DSpark enhances LLM inference speed by combining parallel draft generation with adaptive verification that reduces waste and improves throughput in high-concurrency settings.

  13. Medium — MLOps tag TIER_1 English(EN) · Seifeur Guizeni ·

    Speeding Up LLM Inference: A Practical Guide to Speculative Decoding

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@seifeurguizeni/speeding-up-llm-inference-a-practical-guide-to-speculative-decoding-3a070fde5ad3?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1104/1*kAWSDeoDx0T_lLAx5O…

  14. Mastodon — sigmoid.social TIER_1 English(EN) · [email protected] ·

    Speculative decoding speeds up LLM inference 20-50% with zero quality loss. Draft-verify mechanics, EAGLE-3, P-EAGLE, n-gram, MTP, and setup for llama.cpp, vLLM

    Speculative decoding speeds up LLM inference 20-50% with zero quality loss. Draft-verify mechanics, EAGLE-3, P-EAGLE, n-gram, MTP, and setup for llama.cpp, vLLM, SGLang, TensorRT-LLM. # LLM # AI # AI Coding https://www. glukhov.org/llm-performance/op timization/speculative-decodi…