LGCLFeb 2

Revisiting Adaptive Rounding with Vectorized Reparameterization for LLM Quantization

arXiv:2602.02151v1h-index: 5Has Code
Originality Incremental advance
AI Analysis

This work addresses the scalability and speed of quantization for large language models, representing an incremental improvement in post-training quantization methods.

The paper tackles the inefficiency of adaptive rounding for quantizing large language models by proposing VQRound, a parameter-efficient framework that reparameterizes rounding matrices into compact codebooks, achieving better convergence with as little as 0.2% of trainable parameters.

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 $L_\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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes