IVCVLGJan 26, 2022

Learning Multiple Probabilistic Degradation Generators for Unsupervised Real World Image Super Resolution

arXiv:2201.10747v28 citationsHas Code
AI Analysis

This work addresses the problem of image super-resolution for applications like photography and computer vision, offering an incremental improvement by modeling degradation more accurately.

The paper tackles unsupervised real-world super-resolution by relaxing the unrealistic assumption of deterministic degradation mapping and proposes training probabilistic degradation generators to better approximate the complex conditional distribution, resulting in improved performance over baselines on benchmark datasets in terms of PSNR and SSIM.

Unsupervised real world super resolution (USR) aims to restore high-resolution (HR) images given low-resolution (LR) inputs, and its difficulty stems from the absence of paired dataset. One of the most common approaches is synthesizing noisy LR images using GANs (i.e., degradation generators) and utilizing a synthetic dataset to train the model in a supervised manner. Although the goal of training the degradation generator is to approximate the distribution of LR images given a HR image, previous works have heavily relied on the unrealistic assumption that the conditional distribution is a delta function and learned the deterministic mapping from the HR image to a LR image. In this paper, we show that we can improve the performance of USR models by relaxing the assumption and propose to train the probabilistic degradation generator. Our probabilistic degradation generator can be viewed as a deep hierarchical latent variable model and is more suitable for modeling the complex conditional distribution. We also reveal the notable connection with the noise injection of StyleGAN. Furthermore, we train multiple degradation generators to improve the mode coverage and apply collaborative learning for ease of training. We outperform several baselines on benchmark datasets in terms of PSNR and SSIM and demonstrate the robustness of our method on unseen data distribution. Code is available at https://github.com/sangyun884/MSSR.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes