RefQSR: Reference-based Quantization for Image Super-Resolution Networks
Hongjae Lee, Jun-Sang Yoo, Seung-Won Jung
TL;DR
RefQSR tackles the computational burden of deep SISR by introducing reference-based quantization that exploits image self-similarity. It clusters image patches into high-bit reference patches and low-bit query patches, and employs RefER to refine query quantization using warped reference features via a 4D cost volume and soft-argmax. The approach is modular and compatible with existing SR quantizers, delivering substantial BitOPs reductions (often exceeding 30–70%) while preserving PSNR/SSIM across SRResNet, CARN, and ELAN on common benchmarks. This yields practical SR acceleration suitable for resource-constrained devices, with potential extensions to end-to-end learning and other low-level vision tasks.
Abstract
Single image super-resolution (SISR) aims to reconstruct a high-resolution image from its low-resolution observation. Recent deep learning-based SISR models show high performance at the expense of increased computational costs, limiting their use in resource-constrained environments. As a promising solution for computationally efficient network design, network quantization has been extensively studied. However, existing quantization methods developed for SISR have yet to effectively exploit image self-similarity, which is a new direction for exploration in this study. We introduce a novel method called reference-based quantization for image super-resolution (RefQSR) that applies high-bit quantization to several representative patches and uses them as references for low-bit quantization of the rest of the patches in an image. To this end, we design dedicated patch clustering and reference-based quantization modules and integrate them into existing SISR network quantization methods. The experimental results demonstrate the effectiveness of RefQSR on various SISR networks and quantization methods.
