Unpaired Image Super-Resolution using Pseudo-Supervision
Shunta Maeda

TL;DR
This paper introduces an unpaired image super-resolution method using a GAN that does not require paired datasets, effectively handling real-world low-resolution images with unknown degradation processes.
Contribution
The proposed framework combines an unpaired correction network with a pseudo-paired SR network, enabling super-resolution without aligned training data.
Findings
Outperforms existing unpaired SR methods on diverse datasets
Can incorporate existing architectures and loss functions
Effectively handles real-world LR images with unknown degradation
Abstract
In most studies on learning-based image super-resolution (SR), the paired training dataset is created by downscaling high-resolution (HR) images with a predetermined operation (e.g., bicubic). However, these methods fail to super-resolve real-world low-resolution (LR) images, for which the degradation process is much more complicated and unknown. In this paper, we propose an unpaired SR method using a generative adversarial network that does not require a paired/aligned training dataset. Our network consists of an unpaired kernel/noise correction network and a pseudo-paired SR network. The correction network removes noise and adjusts the kernel of the inputted LR image; then, the corrected clean LR image is upscaled by the SR network. In the training phase, the correction network also produces a pseudo-clean LR image from the inputted HR image, and then a mapping from the pseudo-clean…
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
Unpaired Image Super-Resolution Using Pseudo-Supervision· youtube
Taxonomy
TopicsAdvanced Image Processing Techniques · Advanced Vision and Imaging · Image Processing Techniques and Applications
