paper-with-me

홈 › Papers

Understanding Quantization-Aware Training: Gradients at Quantized Weights Bias to the Low-Loss Basin

2026-06-08 · Hanyang Li, Jianhao Ma, Ying Cui arxiv

Post-training quantization (PTQ) converts a trained full-precision model into low-bit weights without task-level retraining, while quantization-aware training (QAT) incorporates quantization into the training loop. Although PTQ is efficient and often accurate at moderate bitwidths, it can fail sharply at aggressive bitwidths; QAT is more expensive but can often recover the lost accuracy. We propose a unified geometric framework that explains both PTQ failure and QAT recovery. We model full-precision training as following a low-loss \emph{river} inside a wider \emph{valley}: a normal neighborhood of the river forms a nearly flat \emph{basin}, while leaving this basin incurs a sharp loss increase. When the quantization grid is comparable to the basin width, local PTQ objectives, including rounding and Hessian-based second-order reconstruction, can select a high-loss deployed quantized point outside the basin even when nearby low-loss quantized points exist. In this regime, straight-through-estimator-based QAT has a useful bias: it evaluates gradients at the deployed quantized weights while updating latent full-precision weights, causing the gradient to sense the valley wall and acquire an inward component that steers subsequent quantized iterates back into the basin. We formalize this mechanism through a local landscape model, construct a geometric PTQ failure mode, and prove finite-time QAT recovery under local quantizer-compatibility assumptions. Experiments across vision and language models under multiple neural-network quantization schemes corroborate the predicted basin-crossing failure of PTQ and the corresponding recovery mechanism of QAT.

📄 PDF Abstract BibTeX arXiv:2606.09012

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Statistical Framework for Low-bitwidth Training of Deep Neural Networks

2020-10-27 · NeurIPS 2020 12 · Jianfei Chen, Yu Gai, Zhewei Yao, Michael W. Mahoney 외

Fully quantized training (FQT), which uses low-bitwidth hardware by quantizing the activations, weights, and gradients of a neural network model, is a promising approach to accelerate the training of deep neural networks…

Linguistic AcceptabilityNatural Language InferenceQuantizationSemantic Textual Similarity+1

Improving Quantization-aware Training of Low-Precision Network via Block Replacement on Full-Precision Counterpart

2024-12-20 · Chengting Yu, Shu Yang, Fengzhao Zhang, Hanzhi Ma 외

Quantization-aware training (QAT) is a common paradigm for network quantization, in which the training phase incorporates the simulation of the low-precision computation to optimize the quantization parameters in alignme…

Quantization

WinQ: Accelerating Quantization-Aware Training of Language Models Around Saddle Points

2026-05-17 · Dongyue Li, Zechun Liu, Kai Yi, Zhenshuo Zhang 외 arxiv

Quantization-aware training (QAT) is widely adopted to quantize language models by training full-precision weights using gradients from the quantized model. The main bottleneck is its slow convergence and early performan…

In-Hindsight Quantization Range Estimation for Quantized Training

2021-05-10 · Marios Fournarakis, Markus Nagel

Quantization techniques applied to the inference of deep neural networks have enabled fast and efficient execution on resource-constraint devices. The success of quantization during inference has motivated the academic c…

image-classificationImage ClassificationQuantization

Nested Dithered Quantization for Communication Reduction in Distributed Training

2019-05-01 · ICLR 2019 5 · Afshin Abdi, Faramarz Fekri

In distributed training, the communication cost due to the transmission of gradients or the parameters of the deep model is a major bottleneck in scaling up the number of processing nodes. To address this issue, we propo…

Quantization