CVDec 11, 2018

Unsupervised Degradation Learning for Single Image Super-Resolution

arXiv:1812.04240v244 citations
Originality Incremental advance
AI Analysis

This work solves the challenge of applying super-resolution to real-world images for computer vision applications, representing an incremental improvement by adapting existing methods to handle more complex degradation processes.

The paper tackles the problem of single image super-resolution by addressing the mismatch between artificially synthesized training data and real-world degradation, proposing an unsupervised bi-cycle network that learns degradation and reconstruction jointly, achieving favorable performance against state-of-the-art methods.

Deep Convolution Neural Networks (CNN) have achieved significant performance on single image super-resolution (SR) recently. However, existing CNN-based methods use artificially synthetic low-resolution (LR) and high-resolution (HR) image pairs to train networks, which cannot handle real-world cases since the degradation from HR to LR is much more complex than manually designed. To solve this problem, we propose a real-world LR images guided bi-cycle network for single image super-resolution, in which the bidirectional structural consistency is exploited to train both the degradation and SR reconstruction networks in an unsupervised way. Specifically, we propose a degradation network to model the real-world degradation process from HR to LR via generative adversarial networks, and these generated realistic LR images paired with real-world HR images are exploited for training the SR reconstruction network, forming the first cycle. Then in the second reverse cycle, consistency of real-world LR images are exploited to further stabilize the training of SR reconstruction and degradation networks. Extensive experiments on both synthetic and real-world images demonstrate that the proposed algorithm performs favorably against state-of-the-art single image SR methods.

Foundations

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

Your Notes