Implicit Grid Convolution for Multi-Scale Image Super-Resolution
Dongheon Lee, Seokju Yun, Youngmin Ro

TL;DR
This paper introduces Implicit Grid Convolution, a unified upsampling method for multi-scale image super-resolution that reduces training time and model size while maintaining high performance.
Contribution
It proposes a novel Implicit Grid Convolution (IGConv) that unifies scale-specific upsamplers, enabling efficient multi-scale training with comparable results to traditional methods.
Findings
Achieves similar super-resolution performance with three times fewer parameters.
Reduces training time and storage requirements significantly.
Improves PSNR by 0.21dB on Urban100×4 with IGConv+.
Abstract
For Image Super-Resolution (SR), it is common to train and evaluate scale-specific models composed of an encoder and upsampler for each targeted scale. Consequently, many SR studies encounter substantial training times and complex deployment requirements. In this paper, we address this limitation by training and evaluating multiple scales simultaneously. Notably, we observe that encoder features are similar across scales and that the Sub-Pixel Convolution (SPConv), widely-used scale-specific upsampler, exhibits strong inter-scale correlations in its functionality. Building on these insights, we propose a multi-scale framework that employs a single encoder in conjunction with Implicit Grid Convolution (IGConv), our novel upsampler, which unifies SPConv across all scales within a single module. Extensive experiments demonstrate that our framework achieves comparable performance to…
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 · Image Processing Techniques and Applications · Advanced Vision and Imaging
MethodsConvolution
