paper-with-me

Papers

Boosting Lossless Speculative Decoding via Feature Sampling and Partial Alignment Distillation

2024-08-28 · Lujun Gui, Bin Xiao, Lei Su, WeiPeng Chen

Lossless speculative decoding accelerates target large language model (LLM) inference by employing a lightweight draft model for generating tree-structured candidates, which are subsequently verified in parallel by the target LLM. Currently, effective approaches leverage feature-level rather than token-level autoregression within the draft model to facilitate more straightforward predictions and enhanced knowledge distillation. In this paper, we reassess these approaches and propose FSPAD (Feature Sampling and Partial Alignment Distillation for Lossless Speculative Decoding), which introduces two straightforward and effective components within the existing framework to boost lossless speculative decoding. Firstly, FSPAD utilizes token embeddings to sample features of the target LLM in high-dimensional space before feeding them into the draft model, due to the inherent uncertainty of the features preventing the draft model from obtaining the specific token output by the target LLM. Secondly, FSPAD introduces partial alignment distillation to weaken the draft model's connection between features and logits, aiming to reduce the conflict between feature alignment and logit confidence during training. Our experiments include both greedy and non-greedy decoding on the largest and smallest models from the Vicuna and LLaMA3-Instruct series, as well as tasks in multi-turn conversation, translation, summarization, question answering, mathematical reasoning, and retrieval-augmented generation. The results show that FSPAD outperforms the state-of-the-art method across all the aforementioned tasks and target LLMs.

📄 PDF Abstract BibTeX arXiv:2408.15562

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationLanguage ModellingLarge Language ModelMathematical ReasoningQuestion AnsweringRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

A Practical Investigation of Training-free Relaxed Speculative Decoding

2026-07-09 · Guoxuan Xia, Luka Ribar, Paul Balanca arxiv

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 reject…

Speculative Coupled Decoding for Training-Free Lossless Acceleration of Autoregressive Visual Generation

2025-10-28 · Junhyuk So, Hyunho Kook, Chaeyeon Jang, Eunhyeok Park arxiv

Autoregressive (AR) modeling has recently emerged as a promising new paradigm in visual generation, but its practical adoption is severely constrained by the slow inference speed of per-token generation, which often requ…

Video GenerationImage Generation

SJD-PAC: Accelerating Speculative Jacobi Decoding via Proactive Drafting and Adaptive Continuation

2026-03-19 · Jialiang Kang, Han Shu, Wenshuo Li, Yingjie Zhai 외 arxiv

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 …

Overcoming Joint Intractability with Lossless Hierarchical Speculative Decoding

2026-01-09 · Yuxuan Zhou, Fei Huang, Heng Li, Fengyi Wu 외 arxiv

Verification is a key bottleneck in improving inference speed while maintaining distribution fidelity in Speculative Decoding. Recent work has shown that sequence-level verification leads to a higher number of accepted t…

Efficiency Unleashed: Inference Acceleration for LLM-based Recommender Systems with Speculative Decoding

2024-08-11 · Yunjia Xi, Hangyu Wang, Bo Chen, Jianghao Lin 외

The past few years have witnessed a growing interest in LLM-based recommender systems (RSs), although their industrial deployment remains in a preliminary stage. Most existing deployments leverage LLMs offline as feature…

Recommendation SystemsRetrieval