LGPFApr 23, 2025

PARD: Accelerating LLM Inference with Low-Cost PARallel Draft Model Adaptation

arXiv:2504.18583v314 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses inference bottlenecks for users of LLMs, offering a significant speedup with low adaptation costs, though it is incremental on speculative decoding.

The paper tackles the slow inference speed of large language models due to autoregressive token generation by introducing PARD, a speculative decoding method that accelerates LLaMA3.1-8B inference by 4.08x to 311.5 tokens per second.

The autoregressive nature of large language models (LLMs) limits inference speed. Each forward pass generates only a single token and is often bottlenecked by memory bandwidth. Speculative decoding alleviates this issue using a draft-then-verify approach to accelerate token generation. However, the overhead introduced during the draft phase and the training cost of the draft model limit the efficiency and adaptability of speculative decoding. In this work, we introduce PARallel Draft (PARD), a novel speculative decoding method that enables low-cost adaptation of autoregressive draft models into parallel draft models. PARD enhances inference efficiency by predicting multiple future tokens in a single forward pass of the draft phase, and incorporates a conditional drop token method to accelerate training. Its target-independence property allows a single draft model to be applied to an entire family of different models, minimizing the adaptation cost. Our proposed conditional drop token method can improves draft model training efficiency by 3x. On our optimized inference framework, PARD accelerates LLaMA3.1-8B inference by 4.08x, achieving 311.5 tokens per second.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes