English

GWQ: Gradient-Aware Weight Quantization for Large Language Models

Machine Learning 2025-05-30 v4 Artificial Intelligence Computation and Language

Abstract

Large language models (LLMs) show impressive performance in solving complex language tasks. However, its large number of parameters presents significant challenges for the deployment. So, compressing LLMs to low bits can enable to deploy on resource-constrained devices. To address this problem, we propose gradient-aware weight quantization (GWQ), the first quantization approach for low-bit weight quantization that leverages gradients to localize outliers, requiring only a minimal amount of calibration data for outlier detection. GWQ retains the top 1\% outliers preferentially at FP16 precision, while the remaining non-outlier weights are stored in a low-bit. We widely evaluate GWQ on different task include language modeling, grounding detection, massive multitask language understanding and vision-language question and answering. Results show that models quantified by GWQ performs better than other quantization method. During quantization process, GWQ only need one calibration set to realize effective quant. Also, GWQ achieves 1.2x inference speedup in comparison to the original model and effectively reduces the inference memory.

Keywords

Cite

@article{arxiv.2411.00850,
  title  = {GWQ: Gradient-Aware Weight Quantization for Large Language Models},
  author = {Yihua Shao and Yan Gu and Siyu Chen and Haiyang Liu and Zixian Zhu and Zijian Ling and Minxi Yan and Ziyang Yan and Chenyu Zhang and Michele Magno and Haotong Qin and Yan Wang and Jingcai Guo and Ling Shao and Hao Tang},
  journal= {arXiv preprint arXiv:2411.00850},
  year   = {2025}
}
R2 v1 2026-06-28T19:44:43.851Z