Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

PolarQuant: Leveraging Polar Transformation for Efficient Key Cache Quantization and Decoding Acceleration

About

The KV cache in large language models is a dominant factor in memory usage, limiting their broader applicability. Quantizing the cache to lower bit widths is an effective way to reduce computational costs; however, previous methods struggle with quantizing key vectors due to outliers, resulting in excessive overhead. We propose a novel quantization approach called PolarQuant, which efficiently addresses the outlier challenge. We observe that outliers typically appear in only one of two dimensions, which are rotated together by a specific angle when rotary position embeddings are applied. When represented as two-dimensional vectors, these dimensions exhibit well-structured patterns, with radii and angles smoothly distributed in polar coordinates. This alleviates the challenge of outliers on per-channel quantization, making them well-suited for quantization. Thus, PolarQuant divides key vectors into groups of two-dimensional sub-vectors, encoding them as the corresponding quantized radius and the polar angle, rather than quantizing original key vectors directly. PolarQuant achieves the superior efficiency in KV cache quantization and accelerates the decoding process by turning the query-key inner product into a table lookup, all while maintaining the downstream performance of full-precision models.

Songhao Wu, Ang Lv, Xiao Feng, Yufei Zhang, Xun Zhang, Guojun Yin, Wei Lin, Rui Yan• 2025

Related benchmarks

TaskDatasetResultRank
Long-context language modelingLongBench
Average Score49.53
369
MathematicsMATH
MATH Accuracy89
172
Graduate-level Science ReasoningGPQA
Accuracy50
138
Mathematical ReasoningGSM8k 5-shot
Accuracy78.77
82
Mathematical ReasoningAIME
AIME 2024 Score60
7
ReasoningAIME, MATH, and GPQA Aggregate
Overall Score62.44
7
Showing 6 of 6 rows

Other info

Follow for update