CVFeb 21, 2025

CondiQuant: Condition Number Based Low-Bit Quantization for Image Super-Resolution

arXiv:2502.15478v14 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of maintaining accuracy in compressed super-resolution models for applications requiring efficient deployment, though it is incremental as it builds on existing post-training quantization methods.

The paper tackles accuracy degradation in low-bit quantization for image super-resolution by proposing CondiQuant, a condition number-based method that reduces quantization error, achieving state-of-the-art accuracy without computational overhead and optimal compression ratios.

Low-bit model quantization for image super-resolution (SR) is a longstanding task that is renowned for its surprising compression and acceleration ability. However, accuracy degradation is inevitable when compressing the full-precision (FP) model to ultra-low bit widths (2~4 bits). Experimentally, we observe that the degradation of quantization is mainly attributed to the quantization of activation instead of model weights. In numerical analysis, the condition number of weights could measure how much the output value can change for a small change in the input argument, inherently reflecting the quantization error. Therefore, we propose CondiQuant, a condition number based low-bit post-training quantization for image super-resolution. Specifically, we formulate the quantization error as the condition number of weight metrics. By decoupling the representation ability and the quantization sensitivity, we design an efficient proximal gradient descent algorithm to iteratively minimize the condition number and maintain the output still. With comprehensive experiments, we demonstrate that CondiQuant outperforms existing state-of-the-art post-training quantization methods in accuracy without computation overhead and gains the theoretically optimal compression ratio in model parameters. Our code and model are released at https://github.com/Kai-Liu001/CondiQuant.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes