Gradient-Based Post-Training Quantization: Challenging the Status Quo
Edouard Yvinec, Arnaud Dapogny, Kevin Bailly

TL;DR
This paper critically examines gradient-based post-training quantization (GPTQ), offering best practices and a novel mixed-precision approach that significantly improves quantization performance for large neural networks.
Contribution
It challenges common assumptions in GPTQ, provides design guidelines, and introduces an importance-based mixed-precision technique to enhance scalability and accuracy.
Findings
Robustness of GPTQ to various variables.
Significant performance improvements on state-of-the-art models.
Guidelines for designing more efficient GPTQ methods.
Abstract
Quantization has become a crucial step for the efficient deployment of deep neural networks, where floating point operations are converted to simpler fixed point operations. In its most naive form, it simply consists in a combination of scaling and rounding transformations, leading to either a limited compression rate or a significant accuracy drop. Recently, Gradient-based post-training quantization (GPTQ) methods appears to be constitute a suitable trade-off between such simple methods and more powerful, yet expensive Quantization-Aware Training (QAT) approaches, particularly when attempting to quantize LLMs, where scalability of the quantization process is of paramount importance. GPTQ essentially consists in learning the rounding operation using a small calibration set. In this work, we challenge common choices in GPTQ methods. In particular, we show that the process is, to a…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Enhancement Techniques · Advanced Neural Network Applications · Advanced Image and Video Retrieval Techniques
