Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
38 tokens/sec
GPT-4o
59 tokens/sec
Gemini 2.5 Pro Pro
41 tokens/sec
o3 Pro
7 tokens/sec
GPT-4.1 Pro
50 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

PQCache: Product Quantization-based KVCache for Long Context LLM Inference (2407.12820v1)

Published 1 Jul 2024 in cs.CL, cs.AI, and cs.LG

Abstract: As the field of LLMs continues to evolve, the context length in inference is steadily growing. Key-Value Cache (KVCache), a crucial component in LLM inference, has now become the primary memory bottleneck due to limited GPU memory. Current methods selectively determine suitable keys and values for self-attention computation in LLMs to address the issue. However, they either fall short in maintaining model quality or result in high serving latency. Drawing inspiration from advanced embedding retrieval techniques used in the database community, we consider the storage and searching of KVCache as a typical embedding retrieval problem. We propose PQCache, which employs Product Quantization (PQ) to manage KVCache, maintaining model quality while ensuring low serving latency. During the prefilling phase, we apply PQ to tokens' keys for each LLM layer and head. During the autoregressive decoding phase, for each newly generated token, we first identify important tokens through Maximum Inner-Product Search (MIPS) using PQ codes and centroids, then fetch the corresponding key-value pairs for self-attention computation. Through meticulous design of overlapping and caching, we minimize any additional computation and communication overhead during both phases. Extensive experiments show that PQCache achieves both effectiveness and efficiency. It maintains model quality even when only 1/5 of the tokens are involved in attention, while attaining acceptable system latency.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (8)
  1. Hailin Zhang (51 papers)
  2. Xiaodong Ji (3 papers)
  3. Yilin Chen (21 papers)
  4. Fangcheng Fu (31 papers)
  5. Xupeng Miao (37 papers)
  6. Xiaonan Nie (20 papers)
  7. Weipeng Chen (56 papers)
  8. Bin Cui (165 papers)
Citations (9)
X Twitter Logo Streamline Icon: https://streamlinehq.com

Tweets