English

Revisiting Adaptive Rounding with Vectorized Reparameterization for LLM Quantization

Machine Learning 2026-02-03 v1 Computation and Language

Abstract

Adaptive Rounding has emerged as an alternative to round-to-nearest (RTN) for post-training quantization by enabling cross-element error cancellation. Yet, dense and element-wise rounding matrices are prohibitively expensive for billion-parameter large language models (LLMs). We revisit adaptive rounding from an efficiency perspective and propose VQRound, a parameter-efficient optimization framework that reparameterizes the rounding matrix into a compact codebook. Unlike low-rank alternatives, VQRound minimizes the element-wise worst-case error under LL_\infty norm, which is critical for handling heavy-tailed weight distributions in LLMs. Beyond reparameterization, we identify rounding initialization as a decisive factor and develop a lightweight end-to-end finetuning pipeline that optimizes codebooks across all layers using only 128 samples. Extensive experiments on OPT, LLaMA, LLaMA2, and Qwen3 models demonstrate that VQRound achieves better convergence than traditional adaptive rounding at the same number of steps while using as little as 0.2% of the trainable parameters. Our results show that adaptive rounding can be made both scalable and fast-fitting. The code is available at https://github.com/zhoustan/VQRound.

Keywords

Cite

@article{arxiv.2602.02151,
  title  = {Revisiting Adaptive Rounding with Vectorized Reparameterization for LLM Quantization},
  author = {Yuli Zhou and Qingxuan Chen and Luca Benini and Guolei Sun and Yawei Li},
  journal= {arXiv preprint arXiv:2602.02151},
  year   = {2026}
}

Comments

17 pages, 6 figures, 14 tables

R2 v1 2026-07-01T09:31:56.492Z