Unsupervised Image Super-Resolution Using Cycle-in-Cycle Generative Adversarial Networks

Abstract

We consider the single image super-resolution problem in a more general case that the low-/high-resolution pairs and the down-sampling process are unavailable. Different from traditional super-resolution formulation, the low-resolution input is further degraded by noises and blurring. This complicated setting makes supervised learning and accurate kernel estimation impossible. To solve this problem, we resort to unsupervised learning without paired data, inspired by the recent successful image-to-image translation applications. With generative adversarial networks (GAN) as the basic component, we propose a Cycle-in-Cycle network structure to tackle the problem within three steps. First, the noisy and blurry input is mapped to a noise-free low-resolution space. Then the intermediate image is up-sampled with a pre-trained deep model. Finally, we fine-tune the two modules in an end-to-end manner to get the high-resolution output. Experiments on NTIRE2018 datasets demonstrate that the proposed unsupervised method achieves comparable results as the state-of-the-art supervised models.

Cite

Text

Yuan et al. "Unsupervised Image Super-Resolution Using Cycle-in-Cycle Generative Adversarial Networks." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2018. doi:10.1109/CVPRW.2018.00113

Markdown

[Yuan et al. "Unsupervised Image Super-Resolution Using Cycle-in-Cycle Generative Adversarial Networks." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2018.](https://mlanthology.org/cvprw/2018/yuan2018cvprw-unsupervised/) doi:10.1109/CVPRW.2018.00113

BibTeX

@inproceedings{yuan2018cvprw-unsupervised,
  title     = {{Unsupervised Image Super-Resolution Using Cycle-in-Cycle Generative Adversarial Networks}},
  author    = {Yuan, Yuan and Liu, Siyuan and Zhang, Jiawei and Zhang, Yongbing and Dong, Chao and Lin, Liang},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2018},
  pages     = {701-710},
  doi       = {10.1109/CVPRW.2018.00113},
  url       = {https://mlanthology.org/cvprw/2018/yuan2018cvprw-unsupervised/}
}