CRVQ: Channel-Relaxed Vector Quantization for Extreme Compression of LLMs
Yuzhuang Xu, Shiyu Ji, Qingfu Zhu, Wanxiang Che
TL;DR
CRVQ tackles extreme compression of LLMs by introducing channel-aware vector quantization. It selects a small subset of critical weight channels, reorders them, and applies extended codebooks to those channels via additive VQ, enabling near 1-bit quantization with minimal bit-width overhead. Across multiple models (1.3B–13B) and baselines, CRVQ delivers substantial perplexity reductions and improved zero-shot accuracy, outperforming strong PTQ methods while maintaining hardware efficiency. The approach is hardware-friendly, flexible in codebook design, and demonstrates robust performance gains with practical deployment guidance.
Abstract
Powerful large language models (LLMs) are increasingly expected to be deployed with lower computational costs, enabling their capabilities on resource-constrained devices. Post-training quantization (PTQ) has emerged as a star approach to achieve this ambition, with best methods compressing weights to less than 2 bit on average. In this paper, we propose Channel-Relaxed Vector Quantization (CRVQ), a novel technique that significantly improves the performance of PTQ baselines at the cost of only minimal additional bits. This state-of-the-art extreme compression method achieves its results through two key innovations: (1) carefully selecting and reordering a very small subset of critical weight channels, and (2) leveraging extended codebooks to relax the constraint of critical channels. With our method, we demonstrate a 38.9\% improvement over the current strongest sub-2-bit PTQ baseline, enabling nearer lossless 1-bit compression. Furthermore, our approach offers flexible customization of quantization bit-width and performance, providing a wider range of deployment options for diverse hardware platforms.
