PulseAugur
EN
LIVE 21:57:08

New research enhances LLM inference speed with advanced speculative decoding techniques · 8 sources tracked

Researchers are exploring advanced techniques to accelerate large language model (LLM) inference through speculative decoding. New methods like "Functional Reconstruction" aim to improve the agreement between draft and target models by optimizing attention functions, while "SparseSpec-L" utilizes a dynamically sparsified KV cache and per-head attention statistics for efficiency. Other work revisits "lossy verification" to analyze trade-offs and failure modes, classifying approaches into truncation-based and collaborative verification. Additionally, "AngelSpec" offers a unified training framework for different speculative decoding structures, and "DraftExpert" focuses on optimizing inference for Mixture-of-Experts (MoE) models on end-devices by training lightweight draft experts. AI

IMPACT These advancements in speculative decoding aim to significantly reduce LLM inference latency and computational costs, potentially enabling more efficient deployment on edge devices and faster real-time applications.

RANK_REASON Multiple academic papers published on arXiv detailing new research in speculative decoding for LLMs.

Read on arXiv cs.CL →

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

New research enhances LLM inference speed with advanced speculative decoding techniques · 8 sources tracked

COVERAGE [12]

  1. arXiv cs.LG TIER_1 English(EN) · Weiye Shi, Fanxu Meng, Muhan Zhang ·

    Beyond KV Reconstruction: Functional Reconstruction for MLA Draft Models in Speculative Decoding

    arXiv:2607.27269v1 Announce Type: new Abstract: Multi-head latent attention (MLA) is increasingly important for long-context LLM inference because compact latent states replace the growing key-value (KV) cache and reduce decoding memory traffic. Yet most capable open checkpoints …

  2. arXiv cs.CL TIER_1 English(EN) · Yuesong Liu, Yuan Zeng, Min Lyu, Ruilin Liu, Yu Guo, Yinlong Xu ·

    A Sparse Glimpse of the Whole: Train-Free Self-Speculative Decoding

    arXiv:2607.27735v1 Announce Type: new Abstract: Speculative decoding alleviates the memory-bandwidth bottleneck in large language model inference, but its acceleration is jointly constrained by drafting overhead, token acceptance, and speculation length. We present a unified effi…

  3. arXiv cs.CL TIER_1 English(EN) · Tianyu Wang, Yuxuan Zhou, Wenbin Wang, Heng Li, Zikai Xiao, Junyuan Shang ·

    Revisiting Lossy Verification in Speculative Decoding: Mechanisms, Trade-offs, and Failure Modes

    arXiv:2607.26627v1 Announce Type: new Abstract: Speculative Decoding (SD) accelerates large language model inference by allowing a lightweight draft model to propose tokens that are subsequently verified in parallel by a larger target model. Recent approaches introduce lossy veri…

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

    Revisiting Lossy Verification in Speculative Decoding: Mechanisms, Trade-offs, and Failure Modes

    Speculative Decoding (SD) accelerates large language model inference by allowing a lightweight draft model to propose tokens that are subsequently verified in parallel by a larger target model. Recent approaches introduce lossy verification schemes to further improve efficiency b…

  5. arXiv cs.CL TIER_1 English(EN) · Hong Liu, Rui Cen, Junhan Shi, Guangshuo Qin, Jiebin Zhang, Tianyu Liu, Runzhi Fan, Guoliang Zhao, Ruobing Xie, Kai Zhang, Song Liu, Guanghua Yu, Jianchen Zhu ·

    AngelSpec: Towards Real-World High Performance Inference with Speculative Decoding

    arXiv:2607.25852v1 Announce Type: new Abstract: Speculative decoding accelerates large language model inference without changing the target distribution, but no single drafting structure performs best across real-world workloads. Autoregressive multi-token prediction (MTP) is a l…

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

    Revisiting Lossy Verification in Speculative Decoding: Mechanisms, Trade-offs, and Failure Modes

    Speculative Decoding (SD) accelerates large language model inference by allowing a lightweight draft model to propose tokens that are subsequently verified in parallel by a larger target model. Recent approaches introduce lossy verification schemes to further improve efficiency b…

  7. arXiv cs.AI TIER_1 English(EN) · Dengke Han ·

    DraftExpert: Expansion-Aware Self-Speculative Decoding for End-Device MoE Inference

    arXiv:2607.24434v1 Announce Type: cross Abstract: Large Mixture-of-Experts (MoE) language models are attractive for end-device deployment because only a small subset of experts is active per token, but their routed expert weights often exceed accelerator memory. We target latency…

  8. arXiv cs.AI TIER_1 English(EN) · Zheng Wang, Zhifan Ye, Qi Cheng, Yonggan Fu, Ziyan Wang, Feng Zhu, Haozhe Zhao, Jan Kautz, Pavlo Molchanov, Humphrey Shi, Minjia Zhang ·

    PRESTO: Prefix-Aligned Tree Drafting for Diffusion Speculative Decoding

    arXiv:2607.22634v1 Announce Type: new Abstract: Diffusion Large Language Models (dLLMs) have emerged as a promising alternative to autoregressive (AR) LLMs, generating tokens in parallel. This makes them effective draft models for speculative decoding (SD), producing an entire bl…

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

    DraftExpert: Expansion-Aware Self-Speculative Decoding for End-Device MoE Inference

    Large Mixture-of-Experts (MoE) language models are attractive for end-device deployment because only a small subset of experts is active per token, but their routed expert weights often exceed accelerator memory. We target latency-critical single-user settings where routed expert…

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

    AdaFlash: Adaptive Speculative Decoding via On-Policy Distilled Diffusion Drafters

    Speculative decoding, in which a lightweight draft model first generates a draft sequence that is then verified in parallel by the target model, has become a prevalent paradigm for accelerating large language model inference. Recent work such as DFlash further boosts drafting eff…

  11. MarkTechPost TIER_1 English(EN) · Michal Sutter ·

    Tencent Open-Sources AngelSpec: A Unified Training Framework for MTP and Block-Parallel Speculative Decoding on Hy3 Models

    <p>Tencent has released AngelSpec, an open-source torch-native framework for training speculative-decoding draft models across six architectures. It introduces DFly, a block-diffusion drafter with hybrid target conditioning and a hidden-correction autoregressive head, and integra…

  12. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    Tencent has open-sourced AngelSpec, a unified training framework for speculative-decoding draft models. The system addresses workload heterogeneity by providing

    Tencent has open-sourced AngelSpec, a unified training framework for speculative-decoding draft models. The system addresses workload heterogeneity by providing two complementary drafters: an autoregressive MTP model for conversational data and a block-parallel model for code and…