paper-with-me

Papers

Predictive Pipelined Decoding: A Compute-Latency Trade-off for Exact LLM Decoding

2023-07-12 · Seongjun Yang, Gibbeum Lee, Jaewoong Cho, Dimitris Papailiopoulos, Kangwook Lee

This paper presents "Predictive Pipelined Decoding (PPD)," an approach that speeds up greedy decoding in Large Language Models (LLMs) while maintaining the exact same output as the original decoding. Unlike conventional strategies, PPD employs additional compute resources to parallelize the initiation of subsequent token decoding during the current token decoding. This method reduces decoding latency and reshapes the understanding of trade-offs in LLM decoding strategies. We have developed a theoretical framework that allows us to analyze the trade-off between computation and latency. Using this framework, we can analytically estimate the potential reduction in latency associated with our proposed method, achieved through the assessment of the match rate, represented as p_correct. The results demonstrate that the use of extra computational resources has the potential to accelerate LLM decoding. Additionally, we implement PPD and conduct preliminary experiments to empirically validate its efficacy, addressing potential practical overheads not covered by theoretical analysis.

📄 PDF Abstract BibTeX arXiv:2307.05908

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LoopSpec: Pipelined Self-Speculative Decoding for Looped Transformers

2026-09-15 · SangLyul Cho, Langqing Cui, Sehoon Kim, Dongsu Han 외 arxiv

Looped Transformers achieve strong performance with compact parameter sizes by repeatedly applying a shared stack of Transformer blocks across recurrent depths. However, they incur higher decoding latency than standard T…

Multiplier with Reduced Activities and Minimized Interconnect for Inner Product Arrays

2022-04-11 · Muhammad Usman, Jeong-A Lee, Milos D. Ercegovac

We present a pipelined multiplier with reduced activities and minimized interconnect based on online digit-serial arithmetic. The working precision has been truncated such that $p<n$ bits are used to compute $n$ bits pro…

PRISM: Parametrically Refactoring Inference for Speculative Sampling Draft Models

2026-02-02 · Xuliang Wang, Yuetao Chen, Maochan Zhen, Fang Liu 외 arxiv

Large Language Models (LLMs), constrained by their auto-regressive nature, suffer from slow decoding. Speculative decoding methods have emerged as a promising solution to accelerate LLM decoding, attracting attention fro…

Balancing Coverage and Draft Latency in Vocabulary Trimming for Faster Speculative Decoding

2026-03-05 · Ofir Ben Shoham arxiv

Speculative decoding accelerates inference for Large Language Models by using a lightweight draft model to propose candidate tokens that are verified in parallel by a larger target model. Prior work shows that the draft …

Mean-Field Parallel Decoding for Discrete Diffusion Language Models

2026-06-14 · Tamim Zoabi, Ameen Ali, Liran Ringel, Lior Wolf arxiv

Discrete diffusion language models enable parallel token generation, offering a pathway to low-latency decoding. However, selecting tokens independently by marginal confidence limits effective parallelism: tokens that ap…