Fully Quantized Image Super-Resolution Networks
Hu Wang, Peng Chen, Bohan Zhuang, Chunhua Shen

TL;DR
This paper introduces a fully quantized super-resolution network that maintains high accuracy while significantly reducing computational cost and memory usage, addressing key challenges in low-bit quantization for SR models.
Contribution
It proposes a novel end-to-end quantization framework for all layers, including skip connections, and introduces techniques to overcome training difficulties in low-bit SR networks.
Findings
Achieves comparable performance to full-precision models on benchmark datasets.
Surpasses existing quantized SR methods in accuracy and efficiency.
Reduces computational cost and memory consumption significantly.
Abstract
With the rising popularity of intelligent mobile devices, it is of great practical significance to develop accurate, realtime and energy-efficient image Super-Resolution (SR) inference methods. A prevailing method for improving the inference efficiency is model quantization, which allows for replacing the expensive floating-point operations with efficient fixed-point or bitwise arithmetic. To date, it is still challenging for quantized SR frameworks to deliver feasible accuracy-efficiency trade-off. Here, we propose a Fully Quantized image Super-Resolution framework (FQSR) to jointly optimize efficiency and accuracy. In particular, we target on obtaining end-to-end quantized models for all layers, especially including skip connections, which was rarely addressed in the literature. We further identify training obstacles faced by low-bit SR networks and propose two novel methods…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Advanced Vision and Imaging · Image and Signal Denoising Methods
MethodsMax Pooling · *Communicated@Fast*How Do I Communicate to Expedia? · Softmax · Dropout · Residual Block · Parameterized ReLU · Convolution · SRGAN Residual Block · PixelShuffle · Sigmoid Activation
