paper-with-me

Papers

Rethinking Residual Errors in Compensation-based LLM Quantization

2026-04-09 · Shuaiting Li, Juncan Deng, Kedong Xu, Rongtao Deng, Hong Gu, Minghan Jiang, Haibin Shen, Kejie Huang 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). The representative work, GPTQ, introduces several key techniques that make such iterative methods practical for LLMs with billions of parameters. GPTAQ extends this approach by introducing an asymmetric calibration process that aligns the output of each quantized layer with its full-precision counterpart, incorporating a residual error into the weight compensation framework. In this work, we revisit the formulation of the residual error. We identify a sub-optimal calibration objective in existing methods: during the intra-layer calibration process, they align the quantized output with the output from compensated weights, rather than the true output from the original full-precision model. Therefore, we redefine the objective to precisely align the quantized model's output with the original output of the full-precision model at each step. We then reveal that the residual error originates not only from the output difference of the preceding layer but also from the discrepancy between the compensated and original weights within each layer, which we name the 'compensation-aware error'. By inheriting the neuron decomposition technique from GPTAQ, we can efficiently incorporate this compensation-aware error into the weight update process. Extensive experiments on various LLMs and quantization settings demonstrate that our proposed enhancements integrate seamlessly with both GPTQ and GPTAQ, significantly improving their quantization performance. Our code is publicly available at https://github.com/list0830/ResComp.

📄 PDF Abstract BibTeX arXiv:2604.07955

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Pushing the Envelope of Low-Bit LLM via Dynamic Error Compensation

2024-12-28 · Yeonhong Park, Jake Hyun, Hojoon Kim, Jae W. Lee

Quantization of Large Language Models (LLMs) has recently gained popularity, particularly for on-device settings with limited hardware resources. While efficient, quantization inevitably degrades model quality, especiall…

CPUGPUQuantization

Cross-Layer Error Compensation and Finite-Sample Feature-Statistics Matching for Extreme Low-Bit Quantization of Large Language Models

2026-07-16 · Ryona Noda arxiv

Layer-wise post-training quantization of large language models minimizes each layer's reconstruction error in isolation, allowing quantization errors to accumulate across depth and causing severe degradation in extreme l…

LittleBit: Ultra Low-Bit Quantization via Latent Factorization

2025-05-30 · Banseok Lee, Dongkyu Kim, Youngcheon You, Youngmin Kim

Deploying large language models (LLMs) often faces challenges from substantial memory and computational costs. Quantization offers a solution, yet performance degradation in the sub-1-bit regime remains particularly diff…

Quantization

A method of using RSVD in residual calculation of LowBit GEMM

2024-09-27 · Hongyaoxing Gu

The advancements of hardware technology in recent years has brought many possibilities for low-precision applications. However, the use of low precision can introduce significant computational errors, posing a considerab…

Data Free QuantizationQuantization

Interleaved Block-based Learned Image Compression with Feature Enhancement and Quantization Error Compensation

2025-02-21 · Shiqi Jiang, Hui Yuan, Shuai Li, Raouf Hamzaoui 외

In recent years, learned image compression (LIC) methods have achieved significant performance improvements. However, obtaining a more compact latent representation and reducing the impact of quantization errors remain k…

Image CompressionMS-SSIMQuantizationSSIM