Unsupervised Real-World Super Resolution with Cycle Generative Adversarial Network and Domain Discriminator

Abstract

This paper proposes an unsupervised single-image Super-Resolution(SR) model using cycleGAN and domain discriminator to solve the problem of SR with unknown degradation using unpaired dataset. In previous approaches, paired dataset is required for training with assumed levels of image degradation. In real world SR applications, however, training sets are typically not of low and high resolution image pairs, but only low resolution images with unknown degradation are provided as inputs. To address the problem, we introduce a cycle-in-cycle GAN based unsupervised learning model using an unpaired dataset. In addition, we combine several losses attributed to image contents, such as pixel-wise loss, VGG feature loss and SSIM loss, for stable learning and performance improvement. We also propose a domain discriminator, which consists of noise discriminator, texture discriminator and color discriminator, to guide generated images to follow target domain distribution rather than source domain. We validate effectiveness of our model in quantitative and qualitative experiments using NTIRE2020 real-world SR challenge dataset.

Cite

Text

Kim et al. "Unsupervised Real-World Super Resolution with Cycle Generative Adversarial Network and Domain Discriminator." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020. doi:10.1109/CVPRW50498.2020.00236

Markdown

[Kim et al. "Unsupervised Real-World Super Resolution with Cycle Generative Adversarial Network and Domain Discriminator." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020.](https://mlanthology.org/cvprw/2020/kim2020cvprw-unsupervised/) doi:10.1109/CVPRW50498.2020.00236

BibTeX

@inproceedings{kim2020cvprw-unsupervised,
  title     = {{Unsupervised Real-World Super Resolution with Cycle Generative Adversarial Network and Domain Discriminator}},
  author    = {Kim, Gwantae and Park, Jaihyun and Lee, Kanghyu and Lee, Junyeop and Min, Jeongki and Lee, Bokyeung and Han, David K. and Ko, Hanseok},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2020},
  pages     = {1862-1871},
  doi       = {10.1109/CVPRW50498.2020.00236},
  url       = {https://mlanthology.org/cvprw/2020/kim2020cvprw-unsupervised/}
}