English

PolarQuant: Quantizing KV Caches with Polar Transformation

Machine Learning 2025-02-06 v1 Artificial Intelligence

Abstract

Large language models (LLMs) require significant memory to store Key-Value (KV) embeddings in their KV cache, especially when handling long-range contexts. Quantization of these KV embeddings is a common technique to reduce memory consumption. This work introduces PolarQuant, a novel quantization method employing random preconditioning and polar transformation. Our method transforms the KV embeddings into polar coordinates using an efficient recursive algorithm and then quantizes resulting angles. Our key insight is that, after random preconditioning, the angles in the polar representation exhibit a tightly bounded and highly concentrated distribution with an analytically computable form. This nice distribution eliminates the need for explicit normalization, a step required by traditional quantization methods which introduces significant memory overhead because quantization parameters (e.g., zero point and scale) must be stored in full precision per each data block. PolarQuant bypasses this normalization step, enabling substantial memory savings. The long-context evaluation demonstrates that PolarQuant compresses the KV cache by over x4.2 while achieving the best quality scores compared to the state-of-the-art methods.

Keywords

Cite

@article{arxiv.2502.02617,
  title  = {PolarQuant: Quantizing KV Caches with Polar Transformation},
  author = {Insu Han and Praneeth Kacham and Amin Karbasi and Vahab Mirrokni and Amir Zandieh},
  journal= {arXiv preprint arXiv:2502.02617},
  year   = {2025}
}
R2 v1 2026-06-28T21:32:34.571Z