PulseAugur
实时 05:08:26
English(EN) FlexDraft: Flexible Speculative Decoding via Attention Tuning and Bonus-Guided Calibration

新方法通过推测性解码加速大语言模型推理

研究人员开发了多种通过推测性解码加速大语言模型(LLM)推理的新方法。AdaPLD 通过使用语义相似性和分支假设来改进检索和草稿构建,实现了高达 3.10 倍的加速。SSSD 结合了 n-gram 匹配和面向硬件的推测,在无需训练的情况下将延迟降低了高达 2.9 倍。D^2SD 使用双扩散模型和置信度引导的前缀树来提高接受率,而 TAPS 则优化了扩散草稿解码的前缀树选择,实现了高达 7.9 倍的加速。KnapSpec 将草稿模型选择视为一个背包问题以最大化吞吐量,实现了高达 1.47 倍的加速,而 Vegas 则使用验证引导的稀疏注意力来提高解码吞吐量。此外,LK Losses 在训练期间直接优化接受率,使平均接受长度提高了 8-10%。 AI

影响 这些在推测性解码方面的进展有望为大语言模型推理带来显著的加速和效率提升,从而可能降低成本并提高可访问性。

排序理由 多篇在 arXiv 上发表的研究论文详细介绍了大语言模型推测性解码的新方法。

在 arXiv cs.CL 阅读 →

AI 生成摘要 · Google Gemini · 来自 60 个来源。 我们如何撰写摘要 →

新方法通过推测性解码加速大语言模型推理

报道来源 [60]

  1. arXiv cs.AI TIER_1 English(EN) · Sudhanshu Agrawal, Risheek Garrepalli, Raghavv Goel, Christopher Lott, Fatih Porikli, Mingu Lee ·

    构建未来:通过校准草稿图的扩散大模型推测性解码

    arXiv:2509.18085v4 Announce Type: replace-cross Abstract: Diffusion LLMs (dLLMs) have recently emerged as a powerful alternative to autoregressive LLMs (AR-LLMs) with the potential to operate at significantly higher token-generation rates. To unlock this potential, we present Spi…

  2. arXiv cs.AI TIER_1 English(EN) · Yuchen Xian, Yang He, Yunqiu Xu, Yi Yang ·

    VIA-SD:用于推测性解码的通过模型内路由进行验证

    arXiv:2606.12243v1 Announce Type: cross Abstract: Speculative decoding (SD) addresses the high inference costs of LLMs by having lightweight drafters generate candidates for large verifiers to validate in parallel. Existing draft-verify methods use binary decisions: accept or ful…

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

    VIA-SD:用于推测性解码的通过模型内路由进行验证

    Speculative decoding (SD) addresses the high inference costs of LLMs by having lightweight drafters generate candidates for large verifiers to validate in parallel. Existing draft-verify methods use binary decisions: accept or fully recompute. Yet we find that many rejected token…

  4. arXiv cs.AI TIER_1 English(EN) · Yi Yang ·

    VIA-SD:用于推测性解码的通过模型内路由进行验证

    Speculative decoding (SD) addresses the high inference costs of LLMs by having lightweight drafters generate candidates for large verifiers to validate in parallel. Existing draft-verify methods use binary decisions: accept or fully recompute. Yet we find that many rejected token…

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

    VIA-SD:用于推测性解码的通过模型内路由进行验证

    VIA-SD introduces a multi-tier speculative decoding framework that uses intra-model routing to reduce verification costs by employing slim submodels for medium-confidence token validation, achieving significant speedups over traditional approaches.

  6. arXiv cs.AI TIER_1 English(EN) · Xiandong Zou, Jianshu Li, Jing Huang, Pan Zhou ·

    变分推测解码:从令牌似然到序列接受重新思考草稿训练

    arXiv:2602.05774v4 Announce Type: replace-cross Abstract: Speculative decoding accelerates inference for (M)LLMs, yet a training-decoding discrepancy persists: while existing methods optimize single greedy trajectories, decoding involves verifying and ranking multiple sampled dra…

  7. arXiv cs.AI TIER_1 English(EN) · Young D. Kwon, Miles Williams, Rui Li, Alexandros Kouris, Stylianos I. Venieris ·

    WhiFlash:通过令牌级跨范式路由加速推测性解码

    arXiv:2606.07710v1 Announce Type: cross Abstract: The autoregressive nature of large language models (LLMs) remains a significant bottleneck for inference, particularly in complex agentic workloads. While speculative decoding (SD) accelerates inference, current approaches rely on…

  8. arXiv cs.CL TIER_1 English(EN) · Runheng Liu, Jincheng Xie, Wen Hu, Xingchen Xiao, Heyan Huang ·

    AdaPLD:用于高效无模型推测解码的自适应检索与重用

    arXiv:2606.05742v1 Announce Type: new Abstract: Speculative decoding accelerates generation by verifying multiple drafted tokens in a single target-model forward pass, reducing sequential decoding iterations. Model-free variants avoid auxiliary draft models by reusing text and mo…

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

    AdaPLD:用于高效无模型推测解码的自适应检索与重用

    Speculative decoding accelerates generation by verifying multiple drafted tokens in a single target-model forward pass, reducing sequential decoding iterations. Model-free variants avoid auxiliary draft models by reusing text and model states already available during generation, …

  10. arXiv cs.LG TIER_1 English(EN) · Liyuan Zhang, Jiarui Zhang, Jinwei Yao, Ran Yan, Yuchen Yang, Jiahao Zhang, Tongkai Yang, Yi Wu, Binhang Yuan ·

    D^2SD:利用双扩散草稿模型加速投机解码

    arXiv:2606.04446v1 Announce Type: cross Abstract: Speculative decoding accelerates autoregressive large language model inference by drafting multiple tokens and verifying them in a single target-model forward pass. Recent diffusion-based drafters generate an entire block of token…

  11. arXiv cs.AI TIER_1 English(EN) · Michele Marzollo, Jiawei Zhuang, Niklas Roemer, Niklas Zwingenberger, Lorenz K. M\"uller, Lukas Cavigelli ·

    SSSD:简单可扩展的推测性解码

    arXiv:2411.05894v3 Announce Type: replace-cross Abstract: Speculative Decoding has emerged as a popular technique for accelerating inference in Large Language Models. However, most existing approaches yield only modest improvements in production serving systems. Methods that achi…

  12. arXiv cs.AI TIER_1 English(EN) · Seongjin Cha, Gyuwan Kim, Dongsu Han, Tao Yang, Insu Han ·

    KnapSpec:自投机解码通过自适应层选择作为背包问题

    arXiv:2602.20217v2 Announce Type: replace-cross Abstract: Self-speculative decoding (SSD) accelerates LLM inference by skipping layers to create an efficient draft model, yet existing methods often rely on static heuristics that ignore the dynamic computational overhead of attent…

  13. arXiv cs.LG TIER_1 English(EN) · Peer Rheinboldt, Fr\'ed\'eric Berdoz, Roger Wattenhofer ·

    TreeFlash:用于更快推测性解码的并行AR近似

    arXiv:2606.03819v1 Announce Type: new Abstract: One-shot block drafters for speculative decoding generate the full draft in a single forward pass, achieving strong throughput by eliminating sequential token generation. However, they predict each draft token conditioned only on th…

  14. arXiv cs.LG TIER_1 English(EN) · Roger Wattenhofer ·

    TreeFlash:用于更快推测性解码的并行AR近似

    One-shot block drafters for speculative decoding generate the full draft in a single forward pass, achieving strong throughput by eliminating sequential token generation. However, they predict each draft token conditioned only on the prefix context, with no dependence on previous…

  15. arXiv cs.CL TIER_1 English(EN) · Shuai Zhang, Huachuan Qiu, Hongliang He, Yong Dai ·

    用于投机性解码的成本感知扩散草稿树

    arXiv:2606.01813v1 Announce Type: new Abstract: Speculative decoding accelerates inference by having a lightweight drafter propose tokens verified in parallel by the target language model. Block diffusion drafters such as DFlash generate an entire draft block in one pass, yieldin…

  16. arXiv cs.AI TIER_1 English(EN) · Zhuoyu Wang, Junnan Huang, Xinyu Chen ·

    TAPS:面向扩散模型草拟的推测解码的目标感知前缀树选择

    arXiv:2606.00487v1 Announce Type: new Abstract: Using a diffusion model for parallel drafting is a promising approach for speculative decoding. By predicting tokens at multiple future positions in a single forward pass, diffusion drafters substantially reduce drafting latency. Ho…

  17. arXiv cs.AI TIER_1 English(EN) · Liang He, Jingbo Wen, Qishi Zhan, Yixiong Chen, Kangning Cui, Qizhen Lan, Xilu Wang ·

    BudgetDraft:面向稀疏 KV 推理的感知接受率多视图训练

    arXiv:2606.00144v1 Announce Type: cross Abstract: Speculative decoding speeds up autoregressive decoding by using a drafter to propose multiple tokens that a verifier validates in parallel. In resource-constrained deployments, the drafter uses a sparse KV cache to limit peak GPU …

  18. arXiv cs.AI TIER_1 English(EN) · Xin Su, Dawid Majchrowski, Fangyuan Yu, Vanshil Atul Shah, Sebastian Rogawski, Pawel Morkisz, Anahita Bhiwandiwalla, Phillip Howard ·

    混合验证解码:学习在推测性解码中分配验证

    arXiv:2606.01019v1 Announce Type: cross Abstract: Large Language Model (LLM) generation remains expensive because autoregressive decoding calls the model once for each new token. Speculative decoding reduces this cost by drafting multiple tokens and verifying them with the target…

  19. arXiv cs.AI TIER_1 English(EN) · Zhenwei Tang, Arun Verma, Zijian Zhou, Zhaoxuan Wu, Alok Prakash, Daniela Rus, Bryan Kian Hsiang Low ·

    MineDraft:批量并行推测解码框架

    arXiv:2603.18016v2 Announce Type: replace-cross Abstract: Speculative decoding (SD) accelerates large language model inference by using a smaller draft model to propose draft tokens that are subsequently verified by a larger target model. However, the performance of standard SD i…

  20. arXiv cs.CL TIER_1 English(EN) · Jiebin Zhang, Zhenghan Yu, Song Liu, Eugene J. Yu, Zheng Li, Dawei Zhu, Jiangshan Duo, Weimin Xiong, Yifan Song, Guanghua Yu, Jianchen Zhu, Sujian Li ·

    DFlare:为块扩散推测解码扩展草稿容量

    arXiv:2606.02091v1 Announce Type: new Abstract: Block diffusion speculative decoding accelerates LLM inference by predicting all tokens within a block simultaneously for the target model to verify in parallel. Predicting an entire block at once requires a sufficiently capable dra…

  21. arXiv cs.CL TIER_1 English(EN) · Alexander Samarin, Sergei Krutikov, Anton Shevtsov, Sergei Skvortsov, Filipp Fisin, Alexander Golubev ·

    LK 损失:投机性解码的直接接受率优化

    arXiv:2602.23881v2 Announce Type: replace-cross Abstract: Speculative decoding accelerates autoregressive large language model (LLM) inference by using a lightweight draft model to propose candidate tokens that are then verified in parallel by the target model. The speedup is sig…

  22. arXiv cs.LG TIER_1 English(EN) · Zining Liu, Yunhai Hu, Tianhua Xia, Bo Bao, Eric Sather, Vithursan Thangarasa, Sai Qian Zhang ·

    DREAM-S:用于多模态生成的、具有可搜索草稿和目标感知精炼的推测性解码

    arXiv:2606.00535v1 Announce Type: new Abstract: Speculative decoding (SD) has proven to be an effective technique for accelerating autoregressive generation in large language models (LLMs) however, its application to vision-language models (VLMs) remains relatively unexplored. We…

  23. arXiv cs.LG TIER_1 English(EN) · Yikang Yue, Yuqi Xue, Jian Huang ·

    Vegas:带验证引导的稀疏注意力自推测解码

    arXiv:2602.07223v2 Announce Type: replace Abstract: Long-context large language model (LLM) inference has become the norm for today's AI applications. However, it is severely bottlenecked by the increasing memory demands of its KV cache. Previous works have shown that self-specul…

  24. arXiv cs.CL TIER_1 English(EN) · Sujian Li ·

    DFlare:为块扩散推测解码扩展草稿容量

    Block diffusion speculative decoding accelerates LLM inference by predicting all tokens within a block simultaneously for the target model to verify in parallel. Predicting an entire block at once requires a sufficiently capable draft model and effective utilization of the target…

  25. arXiv cs.CL TIER_1 English(EN) · Yijiong Yu, Huazheng Wang, Shuai Yuan, Ruilong Ren, Ji Pei ·

    推测性流水线解码:通过流水线并行实现更高精度和零气泡推测

    arXiv:2605.30852v1 Announce Type: new Abstract: Speculative Decoding (SD) accelerates low-concurrency LLM inference by employing a draft-then-verify paradigm. However, mainstream methods typically rely on multi-token prediction, which introduces escalating prediction difficulty a…

  26. arXiv cs.CL TIER_1 English(EN) · Nirajan Paudel, Michael Ginn, Luc De Nardi, Alexis Palmer ·

    跨语言的推测解码

    arXiv:2605.30580v1 Announce Type: new Abstract: Speculative decoding has become a crucial component of large language model (LLM) inference, enabling faster generation by drafting multiple tokens and verifying them in parallel. However, small draft models tend to suffer from disp…

  27. arXiv cs.AI TIER_1 English(EN) · Talor Abramovich, Maor Ashkenazi, Izzy Putterman, Benjamin Chislett, Tiyasa Mitra, Bita Darvish Rouhani, Ran Zilberstein, Yonatan Geifman ·

    SPEED-Bench:投机解码的统一且多样化的基准测试

    arXiv:2604.09557v2 Announce Type: replace-cross Abstract: Speculative Decoding (SD) has emerged as a critical technique for accelerating Large Language Model (LLM) inference. Unlike deterministic system optimizations, SD performance is inherently data-dependent, meaning that dive…

  28. arXiv cs.CL TIER_1 English(EN) · Heming Xia, Yongqi Li, Cunxiao Du, Mingbo Song, Wenjie Li ·

    ToolSpec:通过模式感知和检索增强的推测性解码加速工具调用

    arXiv:2604.13519v2 Announce Type: replace Abstract: Tool calling has greatly expanded the practical utility of large language models (LLMs) by enabling them to interact with external applications. As LLM capabilities advance, effective tool use increasingly involves multi-step, m…

  29. arXiv cs.CL TIER_1 English(EN) · Jian Chen, Yesheng Liang, Zhijian Liu ·

    DFlash:用于 Flash 投机解码的块扩散

    arXiv:2602.06036v2 Announce Type: replace Abstract: Autoregressive large language models (LLMs) deliver strong performance but require inherently sequential decoding, leading to high inference latency and poor GPU utilization. Speculative decoding mitigates this bottleneck by usi…

  30. arXiv cs.CL TIER_1 English(EN) · Jianuo Huang, Yaojie Zhang, Qituan Zhang, Hao Lin, Hanlin Xu, Linfeng Zhang ·

    Domino:在推测性解码中将因果建模与自回归草稿解耦

    arXiv:2605.29707v1 Announce Type: new Abstract: Speculative decoding accelerates LLM inference by drafting multiple tokens and verifying them in parallel with the target model. However, its practical speedup is constrained by the trade-off between draft quality and drafting cost:…

  31. arXiv cs.LG TIER_1 English(EN) · Soowon Oh, Nam Cao, Yujin Kim, Hojung Jung, Huzama Ahmad, Sangmin Bae, Se-Young Yun ·

    Bastion:具有成本意识的投机性解码与树状块扩散草稿

    arXiv:2605.29727v1 Announce Type: new Abstract: Block-diffusion drafters have recently emerged as a powerful alternative for speculative decoding by predicting multiple future-token distributions in a single parallel step. However, since these parallel predictions are sampled fro…

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

    推测性流水线解码:通过流水线并行实现更高精度和零气泡推测

    Speculative Pipeline Decoding introduces a novel framework that leverages pipeline parallelism to accelerate large language model inference by enabling parallel token processing and reducing decoding latency.

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

    Bastion:预算感知型推测解码与树状块扩散草稿

    Block-diffusion drafters have recently emerged as a powerful alternative for speculative decoding by predicting multiple future-token distributions in a single parallel step. However, since these parallel predictions are sampled from position-wise marginals rather than fully cond…

  34. arXiv cs.CL TIER_1 English(EN) · Linfeng Zhang ·

    Domino:在推测性解码中将因果建模与自回归草稿解耦

    Speculative decoding accelerates LLM inference by drafting multiple tokens and verifying them in parallel with the target model. However, its practical speedup is constrained by the trade-off between draft quality and drafting cost: autoregressive drafters model causal dependenci…

  35. arXiv cs.AI TIER_1 English(EN) · Kanghoon Yoon, Minsub Kim, Sungjae Lee, Joonhyung Lee, Sunghyeon Woo, Yeonjun In, Se Jung Kwon, Chanyoung Park, Dongsoo Lee ·

    SelfJudge:通过自监督裁判验证实现更快的投机解码

    arXiv:2510.02329v2 Announce Type: replace-cross Abstract: Speculative decoding accelerates LLM inference by verifying candidate tokens from a draft model against a larger target model. Recent judge decoding boosts this process by relaxing verification criteria by accepting draft …

  36. arXiv cs.AI TIER_1 English(EN) · Shuyu Zhang, Lingfeng Pan, Qicheng Wang, Yaqi Shi, Yueyang Tan, Ruyu Yan, Jiaqi Chen, Lixing Du, Lu Wang ·

    EvoSpec:通过实时词汇和参数自适应实现推测解码的演进

    arXiv:2605.27390v1 Announce Type: cross Abstract: Speculative decoding accelerates Large Language Model inference via a draft-then-verify paradigm, yet the output projection layer becomes a bottleneck as vocabulary sizes scale. While existing static pruning methods effectively re…

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

    Domino:在推测性解码中将因果建模与自回归草稿解耦

    Domino is a speculative decoding framework that improves LLM inference speed by decoupling causal dependency modeling from autoregressive drafting through a parallel backbone and lightweight causal refinement head, achieving significant speedups in both end-to-end execution and t…

  38. arXiv cs.CL TIER_1 English(EN) · Kuan-Wei Lu, Ding-Yong Hong, Pangfeng Liu, Jan-Jan Wu ·

    AdaSD:用于高效语言模型推理的自适应推测解码

    arXiv:2512.11280v2 Announce Type: replace Abstract: Large language models (LLMs) have achieved remarkable performance across a wide range of tasks, but their increasing parameter sizes significantly slow down inference. Speculative decoding mitigates this issue by leveraging a sm…

  39. arXiv cs.CL TIER_1 English(EN) · Zhiyang Chen, Daliang Xu, Yinyuan Zhang, Chenghua Wang, Mengwei Xu, Yun Ma ·

    MicroSpec:通过轻量级上下文词汇加速推测性解码

    arXiv:2605.26444v1 Announce Type: new Abstract: Large language models typically employ vocabularies of over 100k tokens, which creates a major computational bottleneck at the final linear projection layer when performing speculative decoding. Current methods for vocabulary prunin…

  40. arXiv cs.AI TIER_1 English(EN) · Avinash Kumar, Sujay Sanghavi, Poulami Das ·

    HiSpec:LLM 的分层推测解码

    arXiv:2510.01336v2 Announce Type: replace-cross Abstract: Speculative decoding accelerates LLM inference by using a smaller draft model to speculate tokens that a larger target model verifies. Verification is often the bottleneck (e.g. verification is $4\times$ slower than token …

  41. arXiv cs.CL TIER_1 English(EN) · Jinze Li, Yixing Xu, Guanchen Li, Jinfeng Xu, Shuo Yang, Yang Zhang, Xuanwu Yin, Dong Li, Edith C. H. Ngai, Emad Barsoum ·

    超越目标:从模仿到协作的推测性解码

    arXiv:2605.24793v1 Announce Type: new Abstract: Speculative decoding (SPD) accelerates large language model (LLM) inference by letting a smaller draft model propose multiple future tokens that are verified in parallel by a larger target model. The dominant SPD paradigm treats the…

  42. arXiv cs.CL TIER_1 English(EN) · Weijie Shi, Qiang Xu, Fan Deng, Yaguang Wu, Jiarun Liu, Yehong Xu, Hao Chen, Jia Zhu, Jiajie Xu, Xiangjun Huang, Jian Yang, Xiaofang Zhou ·

    SpecBlock:具有动态树草拟的块迭代推测解码

    arXiv:2605.07243v2 Announce Type: replace Abstract: Speculative decoding accelerates LLM inference by drafting a tree of candidate continuations and verifying it in one target forward. Existing drafters fall into two camps with opposite weaknesses. Autoregressive drafters such as…

  43. arXiv cs.AI TIER_1 English(EN) · Cong Wang ·

    少草拟,多检索:用于推测性解码的混合树构建

    Speculative decoding (SD) accelerates large language model inference by leveraging a draft-then-verify paradigm. To maximize the acceptance rate, recent methods construct expansive draft trees, which unfortunately incur severe VRAM bandwidth and computational overheads that bottl…

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

    FlexDraft:通过注意力调整和奖励引导校准实现灵活的推测性解码

    Speculative decoding accelerates memory-bound LLM inference without quality degradation by using a fast drafter to propose multiple candidate tokens and the target model to verify them in parallel. However, conventional sequential speculative decoding suffers from mutual waiting …

  45. arXiv cs.CL TIER_1 English(EN) · Linfeng Zhang ·

    FlexDraft:通过注意力调整和奖励引导校准实现灵活的推测性解码

    Speculative decoding accelerates memory-bound LLM inference without quality degradation by using a fast drafter to propose multiple candidate tokens and the target model to verify them in parallel. However, conventional sequential speculative decoding suffers from mutual waiting …

  46. X — SemiAnalysis TIER_1 English(EN) · SemiAnalysis_ ·

    来自 @makora_ai 的序列蒙特卡洛推测解码让多个草稿令牌并行存活,而不是回溯失败的匹配。https://t.co/q9h9

    Sequential Monte Carlo speculative decoding from @makora_ai keeps multiple draft tokens alive in parallel instead of rewinding failed matches. https://t.co/q9h9IZU3mG

  47. arXiv cs.CV TIER_1 English(EN) · Jialiang Kang, Han Shu, Wenshuo Li, Yingjie Zhai, Xinghao Chen ·

    SJD-PAC:通过主动草拟和自适应续写加速推测性Jacobi解码

    arXiv:2603.18599v2 Announce Type: replace Abstract: Speculative Jacobi Decoding (SJD) offers a draft-model-free approach to accelerate autoregressive text-to-image synthesis. However, the high-entropy nature of visual generation yields low draft-token acceptance rates in complex …

  48. arXiv cs.CV TIER_1 English(EN) · Elia Peruzzo, Guillaume Sauti\`ere, Amirhossein Habibian ·

    多尺度局部推测解码用于图像生成

    arXiv:2601.05149v2 Announce Type: replace Abstract: Autoregressive (AR) models have achieved remarkable success in image synthesis, yet their sequential nature imposes significant latency constraints. Speculative Decoding offers a promising avenue for acceleration, but existing a…

  49. X — MiniMax AI TIER_1 Dansk(DA) · MiniMax_AI ·

    1M tokens下解码速度提升15.6倍 🔥

    15.6× faster decoding at 1M tokens 🔥 Thanks @FireworksAI_HQ for powering the inference behind M3. Try it now 👇

  50. Together AI blog TIER_1 English(EN) ·

    通过分布感知推测解码将 RL 部署速度提高高达 50%

    Rollout is the silent bottleneck in RL post-training. DAS fixes it with adaptive speculative decoding — up to 50% faster, zero degradation in reward quality.

  51. Together AI blog TIER_1 English(EN) ·

    通过定制化推测解码提升 DeepSeek-R1 的速度

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

    认识 EAGLE 3.1:解决 LLM 推理中注意力漂移问题的推测解码算法

    <p>The EAGLE team, vLLM, and TorchSpec jointly release EAGLE 3.1 to fix speculative decoding instability in production.</p> <p>The post <a href="https://www.marktechpost.com/2026/05/27/meet-eagle-3-1-the-speculative-decoding-algorithm-that-fixes-attention-drift-in-llm-inference/"…

  53. Mastodon — fosstodon.org TIER_1 Deutsch(DE) · [email protected] ·

    RT @akshay_pachaar: 研究人员发现了一种将大型语言模型速度提升 8.5 倍的方法!(且不影响准确性)推测性解码是一种

    RT @akshay_pachaar: Forscher haben einen Weg gefunden, LLMs um das 8,5-Fache zu beschleunigen! (ohne Kompromisse bei der Genauigkeit) Speculative Decoding ist eine äußerst effektive Methode, um das Single-Token-Bottleneck bei der herkömmlichen LLM-Inferenz zu adressieren. Ein kle…

  54. dev.to — LLM tag TIER_1 English(EN) · byeongsoo kang ·

    MTP并非总是赢家:我的3090上实现了1.95倍提升,但投机解码依赖硬件

    <p>In <a href="https://bric.pe.kr/blog/qwen3-27b-rtx-3090-llama-cpp-mtp-doubling-tokens" rel="noopener noreferrer">my MTP post</a>, speculative decoding roughly doubled Qwen3.6-27B generation on a 3090. It's tempting to read that as "turn on MTP, go faster." So I measured it on a…

  55. r/LocalLLaMA TIER_1 English(EN) · /u/bigattichouse ·

    2X tk/s (从 19.4 -> 38.1 tk/s,在 1 x MI50 上) 玩一个类似投机解码的假设……但不是用一个额外的侧模型,而是利用我可以并行运行多个计算,就好像我在内存中加载了两次 Qwen3.6-27B 一样——小的量化模型不会用完所有可用计算。

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1u0rk0o/2x_tks_from_194_381_tks_on_1_x_mi50_playing_with/"> <img alt="2X tk/s (from 19.4 -&gt; 38.1 tk/s on 1 x MI50) Playing with a hypothesis like speculative decoding.. but instead of an additional side mod…

  56. dev.to — LLM tag TIER_1 English(EN) · Alex Towell ·

    LLM间的KL阈值路由:投机解码已解决的问题

    <p>In late 2023 I started a paper called <em>Mixture-of-Experts: KL-Divergence Threshold</em>. The setup: run the small LLM by default, periodically check its next-token distribution against a larger reference model by computing KL divergence, fall back to the large model when th…

  57. r/LocalLLaMA TIER_1 English(EN) · /u/pmttyji ·

    Domino:在推测性解码中将因果建模与自回归草稿解耦

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1tyfqmp/domino_decoupling_causal_modeling_from/"> <img alt="Domino: Decoupling Causal Modeling from Autoregressive Drafting in Speculative Decoding" src="https://preview.redd.it/klo1qzrrln5h1.png?width=140&amp…

  58. dev.to — LLM tag TIER_1 English(EN) · Tech_Nuggets ·

    投机性解码:何时以及为何它实际上能加速推理

    <h1> Speculative decoding: when and why it actually speeds up inference </h1> <p>Your chat endpoint serves 200 requests per second. The model is a 70B Llama 3 fine-tune. The GPU is sitting at 78% utilization, but the user-facing latency is still bad — 380 ms to first token on the…

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

    EAGLE 3.1 修复了投机解码中的注意力漂移问题——使用小型草稿模型提出由大型目标模型验证的 token 以加速 LLM 推理

    EAGLE 3.1 fixes attention drift in speculative decoding - using a small draft model to propose tokens verified by a larger target model to speed up LLM inference. The update adds FC normalisation and post-norm hidden states, delivering up to 2x longer acceptance length in long-co…

  60. dev.to — LLM tag TIER_1 English(EN) · Ken W Alger ·

    推测性解码模式

    <h1>Pattern Defined</h1> <p><strong>Precise Definition:</strong> Speculative Decoding is an optimization pattern where a <br /> smaller, "draft" model predicts multiple upcoming tokens in parallel, which are <br /> then verified or corrected by a larger "oracle" model in a single…