paper-with-me

홈 › Papers

PipeInfer: Accelerating LLM Inference using Asynchronous Pipelined Speculation

2024-07-16 · Branden Butler, Sixing Yu, Arya Mazaheri, Ali Jannesari

Inference of Large Language Models (LLMs) across computer clusters has become a focal point of research in recent times, with many acceleration techniques taking inspiration from CPU speculative execution. These techniques reduce bottlenecks associated with memory bandwidth, but also increase end-to-end latency per inference run, requiring high speculation acceptance rates to improve performance. Combined with a variable rate of acceptance across tasks, speculative inference techniques can result in reduced performance. Additionally, pipeline-parallel designs require many user requests to maintain maximum utilization. As a remedy, we propose PipeInfer, a pipelined speculative acceleration technique to reduce inter-token latency and improve system utilization for single-request scenarios while also improving tolerance to low speculation acceptance rates and low-bandwidth interconnects. PipeInfer exhibits up to a 2.15$\times$ improvement in generation speed over standard speculative inference. PipeInfer achieves its improvement through Continuous Asynchronous Speculation and Early Inference Cancellation, the former improving latency and generation speed by running single-token inference simultaneously with several speculative runs, while the latter improves speed and latency by skipping the computation of invalidated runs, even in the middle of inference.

📄 PDF Abstract BibTeX arXiv:2407.11798

Code (0)

등록된 구현이 없습니다.

Tasks

CPU

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

DPU or GPU for Accelerating Neural Networks Inference -- Why not both? Split CNN Inference

2026-04-30 · Ali Emre Oztas, Mahir Demir, James Garside, Mikel Luján arxiv

Video and image streaming on edge devices requires low latency. To address this, Neural Networks (NNs) are widely used, and prior work mainly focuses on accelerating them with single hardware units such as Graphics Proce…

Graph Neural Network

Multitask Learning of Negation and Speculation using Transformers

2020-11-20 · Aditya Khandelwal, Benita Kathleen Britto

Detecting negation and speculation in language has been a task of considerable interest to the biomedical community, as it is a key component of Information Extraction systems from Biomedical documents. Prior work has in…

NegationNegation and Speculation Scope resolutionNegation DetectionNegation Scope Resolution+2

Accelerating RL Post-Training Rollouts via System-Integrated Speculative Decoding

2026-04-29 · Hayate Iso, Tiyasa Mitra, Sudipta Mondal, Rasoul Shafipour 외 arxiv

RL post-training of frontier language models is increasingly bottlenecked by autoregressive rollout generation, making rollout acceleration a central systems challenge. Many existing efficiency methods improve throughput…

SpecHop: Continuous Speculation for Accelerating Multi-Hop Retrieval Agents

2026-05-21 · Mehrdad Saberi, Keivan Rezaei, Soheil Feizi arxiv

Large language models increasingly use external tools such as web search and document retrieval to solve information-intensive tasks. However, multi-hop tool use in complex tasks introduces substantial latency, since the…

Accelerating Retrieval-Augmented Language Model Serving with Speculation

2024-01-25 · Zhihao Zhang, Alan Zhu, Lijie Yang, Yihua Xu 외

Retrieval-augmented language models (RaLM) have demonstrated the potential to solve knowledge-intensive natural language processing (NLP) tasks by combining a non-parametric knowledge base with a parametric language mode…

Language ModelingLanguage ModellingmodelRetrieval