MixKVQ: Query-Aware Mixed-Precision KV Cache Quantization for Long-Context Reasoning
Tao Zhang, Ziqian Zeng, Hao Peng, Huiping Zhuang, Cen Chen

TL;DR
MixKVQ is a novel query-aware mixed-precision quantization method for KV caches in LLMs, effectively reducing memory use while maintaining high reasoning performance on complex tasks.
Contribution
It introduces a lightweight, query-aware algorithm that selectively preserves critical key channels for high precision, improving upon existing quantization techniques.
Findings
Outperforms existing low-bit quantization methods on reasoning tasks
Achieves near full-precision performance with significantly less memory
Effectively identifies and preserves critical key channels for reasoning
Abstract
Long Chain-of-Thought (CoT) reasoning has significantly advanced the capabilities of Large Language Models (LLMs), but this progress is accompanied by substantial memory and latency overhead from the extensive Key-Value (KV) cache. Although KV cache quantization is a promising compression technique, existing low-bit quantization methods often exhibit severe performance degradation on complex reasoning tasks. Fixed-precision quantization struggles to handle outlier channels in the key cache, while current mixed-precision strategies fail to accurately identify components requiring high-precision representation. We find that an effective low-bit KV cache quantization strategy must consider two factors: a key channel's intrinsic quantization difficulty and its relevance to the query. Based on this insight, we propose MixKVQ, a novel plug-and-play method that introduces a lightweight,…
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 · Big Data and Digital Economy · Multimodal Machine Learning Applications
