paper-with-me

Papers

Revisiting Adaptive Rounding with Vectorized Reparameterization for LLM Quantization

2026-02-02 · Yuli Zhou, Qingxuan Chen, Luca Benini, Guolei Sun, Yawei Li arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.02151

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BaKron: Efficient Quantization with Kronecker-Factored Hessians

2026-08-06 · Johann Birnick, Rayan Saab arxiv

We accelerate a family of algorithms for neural network quantization whose geometry is informed by any Kronecker-factored approximation of the Hessian. GPTQ-style adaptive rounding typically uses one-sided information de…

Efficient Adaptive Activation Rounding for Post-Training Quantization

2022-08-25 · Zhengyi Li, Cong Guo, Zhanda Zhu, Yangjie Zhou 외

Post-training quantization attracts increasing attention due to its convenience in deploying quantized neural networks. Although rounding-to-nearest remains the prevailing method for DNN quantization, prior research has …

Quantization

Scene-Aware Vectorized Memory Multi-Agent Framework with Cross-Modal Differentiated Quantization VLMs for Visually Impaired Assistance

2025-08-25 · Xiangxiang Wang, Xuanyu Wang, YiJia Luo, Yongbin Yu 외 arxiv

Visually impaired individuals face significant challenges in environmental perception. Traditional assistive technologies often lack adaptive intelligence, focusing on individual components rather than integrated systems…

Computational Efficiency

Towards Accurate Post-training Quantization for Reparameterized Models

2024-02-25 · Luoming Zhang, Yefei He, Wen Fei, Zhenyu Lou 외

Model reparameterization is a widely accepted technique for improving inference speed without compromising performance. However, current Post-training Quantization (PTQ) methods often lead to significant accuracy degrada…

Quantization

CafeQ: Calibration-free Quantization via Learned Transformations and Adaptive Rounding

2025-11-24 · Ziteng Sun, Adrian Benton, Samuel Kushnir, Asher Trockman 외 arxiv

Post-training quantization is an effective method for reducing the serving cost of large language models, where the standard approach is to use a round-to-nearest quantization level scheme. However, this often introduces…