Chimera: A Lossless Decoding Method for Accelerating Large Language Models Inference by Fusing all Tokens
Ziqian Zeng, Jiahong Yu, Qianshi Pang, Zihao Wang, Huiping Zhuang,, Hongen Shao, Xiaofeng Zou

TL;DR
Chimera introduces a novel speculative sampling framework with a lightweight draft model that accelerates LLM inference by 2.7 times while maintaining accuracy, addressing the resource-intensive decoding bottleneck.
Contribution
The paper proposes Chimera, a new speculative sampling framework with a lightweight draft model that improves decoding speed without sacrificing accuracy.
Findings
Achieves 2.7x latency speedup on Vicuna and LLaMA-2 models
Effectively captures short-range dependencies and leverages original LLM representations
Demonstrates significant efficiency improvements in large language model decoding
Abstract
Large language models (LLMs) have demonstrated remarkable capabilities across various tasks. However, their widespread application is hindered by the resource-intensive decoding process. To address this challenge, current approaches have incorporated additional decoding heads to enable parallel prediction of multiple subsequent tokens, thereby achieving inference acceleration. Nevertheless, the accuracy of these decoding heads falls short of the auto-regressive decoding approach. In light of these limitations, we propose Chimera, a novel framework specifically designed for speculative sampling. Within this framework, we introduce a lightweight draft model that effectively utilizes previously generated tokens to predict subsequent words. To ensure both accuracy and efficiency, we present two strategies within the lightweight draft model. Firstly, we focus on capturing short-range…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling
MethodsFocus · Chimera
