PulseAugur
EN
LIVE 14:32:59

New methods enhance LLM inference speed via speculative decoding

Researchers are developing advanced techniques for speculative decoding to accelerate large language model (LLM) inference. One approach, X-CoSD, focuses on efficient communication between small on-device models and larger server models by handling vocabulary differences and minimizing data transmission. Another method, Osprey, leverages pre-trained small language models as drafters, adapting them to various target models with a lightweight process to improve acceptance rates and token generation speed. Additionally, a technique called Online Draft Co-Training is being explored to enhance drafter accuracy for reinforcement learning post-training, particularly for large models with long contexts, by optimizing attention mechanisms and inter-stage feature transport. AI

IMPACT These advancements in speculative decoding aim to significantly reduce LLM inference latency and computational costs, potentially enabling more responsive and efficient AI applications.

RANK_REASON Multiple research papers introducing new techniques for speculative decoding in LLM inference.

Read on arXiv cs.LG →

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

New methods enhance LLM inference speed via speculative decoding

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
Multiple research papers introducing new techniques for speculative decoding in LLM inference.
Source corroboration
6 independent sources
Strong cross-source corroboration — multiple independent publishers covered this within the clustering window.
Topics
model release, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
5 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.
Coverage growth since scoring
+1 source(s) since last score
New sources have picked up this story since our last re-score. Score will update on the next scoring pass.

Full methodology in our editorial standards.

COVERAGE [6]

  1. arXiv cs.CL TIER_1 English(EN) · Jaeduk Lee, Wan Choi ·

    X-CoSD: Communication-Efficient Cross-Vocabulary Collaborative Speculative Decoding

    arXiv:2609.09166v1 Announce Type: new Abstract: This paper investigates collaborative speculative decoding (CoSD), a distributed large language model (LLM) inference framework in which an on-device small language model (SLM) drafts candidate tokens and a server LLM verifies them.…

  2. arXiv cs.CL TIER_1 English(EN) · Fengxiang Bie, Yuqing Jian, Yifan Yu, Zhongzhu Zhou, Zelei Shao, Ben Athiwaratkun, Shuaiwen Leon Song, Chenfeng Xu, Xiaoxia Wu, Tianyi Zhang ·

    Osprey: Target-agnostic Pre-training Makes Stronger Drafters in Speculative Decoding

    arXiv:2609.09338v1 Announce Type: new Abstract: Speculative decoding is critical for accelerating LLM inference. However, the speedup is fragile: drafters are typically trained against a narrow distribution for a single target model, and their acceptance rate collapses under work…

  3. arXiv cs.LG TIER_1 English(EN) · Zili Wang, Zhaopeng Qiu, Yuekai Zhang, Shuang Yu, Junjie Lai ·

    Online Draft Co-Training for Speculative Decoding in Large-Scale, Long-Context RL Post-Training

    arXiv:2609.07108v1 Announce Type: new Abstract: Speculative decoding accelerates rollout generation, which dominates the cost of reinforcement learning (RL) post-training. Online co-training can further increase the draft's accuracy, yielding greater speedups. However, scaling th…

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

    Online Draft Co-Training for Speculative Decoding in Large-Scale, Long-Context RL Post-Training

    A system for large-scale online draft co-training accelerates speculative decoding in RL post-training by extending context-parallel attention and adding cross-stage feature transport.

  5. dev.to — LLM tag TIER_1 English(EN) · oooocean66 ·

    MTP in Practice: Benchmarking Gemma's Speculative Decoding on a Real GPU

    <p>In the concept edition, we saw that MTP (Multi-Token Prediction) lets a model predict several tokens ahead to speed up generation, and that Qwen and Gemma implement this in completely different ways.</p> <p>The theory makes sense, but how much faster does this actually make th…

  6. dev.to — LLM tag TIER_1 English(EN) · Kristiyan Stoyanov ·

    How I Trained a DFlash Drafter for Speculative Decoding

    <h1> If you prefer video format </h1> <p> </p> <h1> How I Trained a DFlash Drafter for Speculative Decoding </h1> <p>Running a capable local LLM is often easy. Making it responsive enough for interactive use, coding, or agent workflows is much harder.</p> <p>I wanted to improve t…