HAS-VQ: Hessian-Adaptive Sparse Vector Quantization for High-Fidelity LLM Compression
Vladimer Khasia

TL;DR
HAS-VQ introduces a Hessian-adaptive sparse vector quantization method that significantly improves high-fidelity compression of large language models by decoupling sensitive outliers and employing residual correction, outperforming standard quantization.
Contribution
The paper presents a novel Hessian-adaptive sparse vector quantization framework that effectively decouples sensitive outliers and employs residual correction for superior LLM compression.
Findings
Achieves 2.3x reduction in model size while maintaining perplexity.
Outperforms INT4 baseline in perplexity at similar bit-per-parameter.
Demonstrates Pareto dominance over standard integer quantization methods.
Abstract
Post-training quantization is essential for deploying Large Language Models (LLMs) on resource-constrained devices. However, standard integer quantization (e.g., INT4) fundamentally degrades performance by imposing a uniform grid on the heavy-tailed distribution of weight parameters, particularly in smaller-scale models (e.g., <2B parameters). We introduce HAS-VQ (Hessian-Adaptive Sparse Vector Quantization), a compression framework that strictly decouples high-sensitivity outliers from the bulk weight distribution using second-order sensitivity analysis. HAS-VQ employs a Hessian-Masked Decoupling strategy to isolate sensitive parameters, followed by robust Vector Quantization (VQ) of the remaining dense body. Crucially, we introduce a residual sparse feedback mechanism that corrects quantization errors in the most sensitive dimensions, ensuring exact reconstruction of outliers. We…
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
TopicsAdvanced Data Compression Techniques · Advanced Neural Network Applications · Speech Recognition and Synthesis
