ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
19
Citations
3
Influential Citations
International Conference on Machine Learning
Venue
2025
Year
Post-training quantization is a key technique for reducing the memory and inference latency of large language models by quantizing weights and activations without requiring retraining. …
Post-training quantization (PTQ) is essential for deploying large language models (LLMs) in production, as it reduces memory footprint and latency without costly retraining. However, existing PTQ methods often suffer from accuracy loss because they optimize quantization parameters using proxy objectives (e.g., layer-wise reconstruction error) that do not directly align with the final task loss. GuidedQuant addresses this gap by introducing end-loss guidance, which directly minimizes the impact of quantization on the model's end-to-end performance. This is particularly important as LLMs grow to hundreds of billions of parameters, making even small accuracy improvements valuable.
On the LLaMA-7B model, GuidedQuant achieves a perplexity of 5.8 on WikiText-2 at 4-bit weight quantization, compared to 6.2 for the best baseline (GPTQ). For OPT-13B, the method reduces perplexity degradation by 25% relative to prior PTQ methods. On downstream tasks (e.g., HellaSwag, WinoGrande), GuidedQuant improves accuracy by 1-2 percentage points over GPTQ and Round-To-Nearest baselines. The optimization adds only 0.1% overhead to the quantization process.
GuidedQuant provides a practical bridge between fast PTQ and more expensive QAT, offering a new trade-off point that prioritizes accuracy without sacrificing deployment speed. This work could influence future quantization frameworks to incorporate task-level objectives, potentially enabling LLMs to run on consumer GPUs and mobile devices with minimal accuracy loss. The approach also opens avenues for adaptive quantization that adjusts to specific downstream tasks.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba