2DQuant: Low-bit Post-Training Quantization for Image Super-Resolution
Kai Liu, Haotong Qin, Yong Guo, Xin Yuan, Linghe Kong, Guihai Chen,, and Yulun Zhang

TL;DR
2DQuant introduces a dual-stage post-training quantization method that significantly improves the accuracy and efficiency of low-bit quantized image super-resolution models, especially for transformer-based architectures.
Contribution
The paper proposes a novel dual-stage quantization approach with Distribution-Oriented Bound Initialization and Distillation Quantization Calibration for better low-bit SR model performance.
Findings
Achieves up to 4.52dB PSNR improvement on Set5 at 2-bit quantization.
Surpasses existing PTQ methods in metrics and visual quality.
Provides 3.60x compression and 5.08x speedup ratios.
Abstract
Low-bit quantization has become widespread for compressing image super-resolution (SR) models for edge deployment, which allows advanced SR models to enjoy compact low-bit parameters and efficient integer/bitwise constructions for storage compression and inference acceleration, respectively. However, it is notorious that low-bit quantization degrades the accuracy of SR models compared to their full-precision (FP) counterparts. Despite several efforts to alleviate the degradation, the transformer-based SR model still suffers severe degradation due to its distinctive activation distribution. In this work, we present a dual-stage low-bit post-training quantization (PTQ) method for image super-resolution, namely 2DQuant, which achieves efficient and accurate SR under low-bit quantization. The proposed method first investigates the weight and activation and finds that the distribution is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Image Processing Techniques · Image Processing Techniques and Applications · Image and Signal Denoising Methods
