paper-with-me

Papers

Rethinking Practical and Efficient Quantization Calibration for Vision-Language Models

2026-02-08 · Zhenhao Shang, Haizhao Jing, Guoting Wei, Haokui Zhang, Rong Xiao, Jianqing Gao, Peng Wang arxiv

Post-training quantization (PTQ) is a primary approach for deploying large language models without fine-tuning, and the quantized performance is often strongly affected by the calibration in PTQ. By contrast, in vision-language models (VLMs), substantial differences between visual and text tokens in their activation distributions and sensitivities to quantization error pose significant challenges for effective calibration during PTQ. In this work, we rethink what PTQ calibration should align with in VLMs and propose the Token-level Importance-aware Layer-wise Quantization framework (TLQ). Guided by gradient information, we design a token-level importance integration mechanism for quantization error, and use it to construct a token-level calibration set, enabling a more fine-grained calibration strategy. Furthermore, TLQ introduces a multi-GPU, quantization-exposed layer-wise calibration scheme. This scheme keeps the layer-wise calibration procedure consistent with the true quantized inference path and distributes the complex layer-wise calibration workload across multiple RTX3090 GPUs, thereby reducing reliance on the large memory of A100 GPUs. TLQ is evaluated across two models, three model scales, and two quantization settings, consistently achieving performance improvements across all settings, indicating its strong quantization stability. The code will be released publicly.

📄 PDF Abstract BibTeX arXiv:2602.07899

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking Post-Training Quantization: Introducing a Statistical Pre-Calibration Approach

2025-01-15 · Alireza Ghaffari, Sharareh Younesian, Boxing Chen, Vahid Partovi Nia 외

As Large Language Models (LLMs) become increasingly computationally complex, developing efficient deployment strategies, such as quantization, becomes crucial. State-of-the-art Post-training Quantization (PTQ) techniques…

Quantization

Rethinking Residual Errors in Compensation-based LLM Quantization

2026-04-09 · Shuaiting Li, Juncan Deng, Kedong Xu, Rongtao Deng 외 arxiv

Methods based on weight compensation, which iteratively apply quantization and weight compensation to minimize the output error, have recently demonstrated remarkable success in quantizing Large Language Models (LLMs). T…

QuantVLA: Scale-Calibrated Post-Training Quantization for Vision-Language-Action Models

2026-02-23 · Jingxuan Zhang, Yunta Hsieh, Zhongwei Wan, Haokun Lin 외 arxiv

Vision-language-action (VLA) models unify perception, language, and control for embodied agents but face significant challenges in practical deployment due to rapidly increasing compute and memory demands, especially as …

Rethinking Output Alignment For 1-bit Post-Training Quantization of Large Language Models

2025-12-25 · Dung Anh Hoang, Cuong Pham, Cuong Nguyen, Trung le 외 arxiv

Large Language Models (LLMs) deliver strong performance across a wide range of NLP tasks, but their massive sizes hinder deployment on resource-constrained devices. To reduce their computational and memory burden, variou…

Computational EfficiencyKnowledge Distillation

Fine-Grained Post-Training Quantization for Large Vision Language Models with Quantization-Aware Integrated Gradients

2026-03-18 · Ziwei Xiang, Fanhu Zeng, Hongjian Fang, Rui-Qi Wang 외 arxiv

Large Vision Language Models (LVLMs) have achieved remarkable success in a range of downstream tasks that require multimodal interaction, but their capabilities come with substantial computational and memory overhead, wh…