Quantization Error Propagation: Revisiting Layer-Wise Post-Training Quantization
Yamato Arai, Yuma Ichikawa
TL;DR
This work identifies a critical bottleneck in layer-wise PTQ for large language models: the exponential accumulation of quantization errors across layers, which degrades performance in low-bit regimes. It introduces Quantization Error Propagation (QEP), a lightweight framework that propagates and compensates these accumulated errors, with a tunable propagation strength \\alpha_l to balance overfitting and efficiency. The authors derive a closed-form weight correction and show how to integrate QEP with existing PTQ methods, preserving the Hessian-based acceleration. Empirical results across multiple models and datasets demonstrate substantial improvements in perplexity and zero-shot tasks, especially at 2-bit quantization, suggesting that QEP can enable practical extreme compression while maintaining accuracy. The approach offers a practical, orthogonal enhancement to current PTQ pipelines and points to fruitful future work combining QEP with nonlinear or block-wise quantization techniques.
Abstract
Layer-wise PTQ is a promising technique for compressing large language models (LLMs), due to its simplicity and effectiveness without requiring retraining. However, recent progress in this area is saturating, underscoring the need to revisit its core limitations and explore further improvements. We address this challenge by identifying a key limitation of existing layer-wise PTQ methods: the growth of quantization errors across layers significantly degrades performance, particularly in low-bit regimes. To address this fundamental issue, we propose Quantization Error Propagation (QEP), a general, lightweight, and scalable framework that enhances layer-wise PTQ by explicitly propagating quantization errors and compensating for accumulated errors. QEP also offers a tunable propagation mechanism that prevents overfitting and controls computational overhead, enabling the framework to adapt to various architectures and resource budgets. Extensive experiments on several LLMs demonstrate that QEP-enhanced layer-wise PTQ achieves substantially higher accuracy than existing methods. Notably, the gains are most pronounced in the extremely low-bit quantization regime.
