ResearchPod Summary
Existing post-training quantization (PTQ) methods, such as GPTQ, rely exclusively on input activation statistics to determine how to compress model weights. This approach implicitly assumes that all output channels are equally important to the model's performance. The authors investigate whether incorporating output-side information—specifically the gradient covariance—can improve quantization accuracy and stability, particularly for large language models at ultra-low bit-widths.
KronQ leverages the Kronecker-factored Hessian approximation, which factorizes the full weight Hessian into the product of input activation covariance and output gradient covariance. The authors introduce two primary innovations:
By accounting for output-side Hessian information, KronQ significantly stabilizes the quantization process. In experiments on the LLaMA-2 and LLaMA-3 model families, KronQ consistently achieves lower perplexity than state-of-the-art baselines like GPTQ and GPTAQ. The most dramatic improvement occurs at 2-bit weight-only quantization on LLaMA-3-70B, where KronQ achieves a perplexity of 7.93, whereas competing methods produce degenerate results with perplexities exceeding 2000.
As LLMs grow in size, deploying them on memory-constrained hardware becomes increasingly difficult. While 4-bit quantization is now standard, moving to 2-bit or 3-bit quantization is essential for further efficiency gains but has historically been prone to catastrophic performance degradation. KronQ provides a robust mathematical framework to push these boundaries, enabling high-performance, ultra-compressed models without the need for expensive retraining.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.