KronQ Improves LLM Quantization with Kronecker-Factored Hessian

Donghyun Lee, Yuhang Li, Ruokai Yin, Priyadarshini Panda· July 10, 2026 View original

Summary

KronQ is a new post-training quantization framework for LLMs that uses Kronecker-factored Hessian approximation to incorporate gradient covariance, improving upon existing methods that only consider input activation statistics. It introduces bidirectional incoherence processing and a novel sensitivity metric for mixed-precision allocation, achieving significantly better perplexity for 2-bit quantization on LLaMA-3-70B.

A new post-training quantization (PTQ) framework called KronQ has been developed to enhance the compression of large language models (LLMs) without requiring retraining. Unlike previous second-order PTQ methods, such as GPTQ, which rely solely on input activation statistics, KronQ integrates gradient covariance into the quantization process by leveraging the Kronecker-factored Hessian approximation. This approach recognizes that the quantization loss is jointly dependent on both activation and gradient covariances. KronQ applies this insight at two levels. First, it introduces bidirectional incoherence processing, extending the existing input-side random rotation to the output dimension using gradient covariance, thereby reducing weight magnitude variance across both input and output dimensions. Second, it derives a new sensitivity metric for inter-layer mixed-precision allocation, which is driven by the Hessian traces of both gradients and activations. The effectiveness of KronQ was demonstrated with 2-bit weight-only quantization on LLaMA-3-70B. While methods like GPTQ and GPTAQ failed or produced highly degraded quantizations (over 2000 perplexity), KronQ achieved a perplexity of 7.93, showcasing a substantial improvement in maintaining model quality at extreme compression levels.

Why it matters

Professionals working with large language models can achieve significantly higher compression ratios (e.g., 2-bit quantization) while preserving model performance, leading to reduced memory footprint, faster inference, and lower deployment costs, especially for resource-constrained environments.

How to implement this in your domain

  1. 1Evaluate KronQ as a superior post-training quantization method for deploying large language models.
  2. 2Experiment with KronQ for achieving 2-bit weight-only quantization on LLMs to maximize compression.
  3. 3Integrate KronQ into model deployment pipelines to reduce memory footprint and inference latency.
  4. 4Compare KronQ's performance and perplexity against existing PTQ methods like GPTQ for specific LLM applications.
  5. 5Explore how KronQ's bidirectional incoherence processing can be applied to other model compression challenges.

Who benefits

Cloud ComputingAI InfrastructureEdge AITelecommunicationsSoftware Development

Key takeaways

  • KronQ significantly improves LLM quantization by incorporating gradient covariance via Kronecker-factored Hessian.
  • It enables effective 2-bit weight-only quantization, which was previously challenging for other methods.
  • The framework reduces weight magnitude variance and offers a new mixed-precision allocation metric.
  • KronQ leads to lower perplexity and better model quality at high compression ratios.

Original post by Donghyun Lee, Yuhang Li, Ruokai Yin, Priyadarshini Panda

"arXiv:2607.07964v1 Announce Type: new Abstract: Post-training quantization (PTQ) is a widely adopted technique for compressing large language models (LLMs) without retraining. Existing second-order PTQ methods, including GPTQ, construct quantization objectives exclusively from in…"

View on X

Originally posted by Donghyun Lee, Yuhang Li, Ruokai Yin, Priyadarshini Panda on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses