Condition Number Based Low-Bit Quantization for Image Super-Resolution
Abstract
Lay Summary
Low-bit quantization for image super-resolution (SR) compresses models and boosts speed, but compressing full-precision models to 2~4 bits degrades SR quality. The research team found quality loss stems from activation quantization errors (hard to eliminate). Instead, they used the condition number to reduce error impact, developing CondiQuant. CondiQuant converts activation quantization error into weight condition number, separates model representation ability from quantization sensitivity, and uses a proximal gradient descent algorithm to lower the condition number while stabilizing output. Experiments show CondiQuant outperforms other methods in accuracy without extra computation, achieves optimal model compression, and its code is open-source at https://github.com/Kai-Liu001/CondiQuant.