Regularized Calibration with Successive Rounding for Post-Training Quantization
Seohyeon Cha, Huancheng Chen, Dongjun Kim, Haoran Zhang, Kevin Chan, Gustavo de Veciana, Haris Vikalo
TL;DR
This work tackles the memory and latency challenges of deploying large language models by enhancing post-training quantization. It introduces regularized asymmetric calibration via an α-weighted interpolation between full-precision and quantized activations, decomposing the objective into a symmetric reconstruction term plus an asymmetric regularizer, and provides closed-form and stochastic strategies to select α. Building on this, the authors derive a shifted-Hessian, triangular-discrete least-squares formulation and develop two rounding algorithms: a fast greedy SNRQ and a higher-quality, bounded-search K-SNRQ. Empirical results across multiple model families, bit-widths, and benchmarks show consistent perplexity and accuracy gains with modest computational overhead, confirming the practical utility of regularized calibration with successive rounding for PTQ.
Abstract
Large language models (LLMs) deliver robust performance across diverse applications, yet their deployment often faces challenges due to the memory and latency costs of storing and accessing billions of parameters. Post-training quantization (PTQ) enables efficient inference by mapping pretrained weights to low-bit formats without retraining, but its effectiveness depends critically on both the quantization objective and the rounding procedure used to obtain low-bit weight representations. In this work, we show that interpolating between symmetric and asymmetric calibration acts as a form of regularization that preserves the standard quadratic structure used in PTQ while providing robustness to activation mismatch. Building on this perspective, we derive a simple successive rounding procedure that naturally incorporates asymmetric calibration, as well as a bounded-search extension that allows for an explicit trade-off between quantization quality and the compute cost. Experiments across multiple LLM families, quantization bit-widths, and benchmarks demonstrate that the proposed bounded search based on a regularized asymmetric calibration objective consistently improves perplexity and accuracy over PTQ baselines, while incurring only modest and controllable additional computational cost.
