Domain-Specific Image Super-Resolution with Progressive Adversarial Network

Lone Wong,Deli Zhao,Shaohua Wan,Bo Zhang
2020-01-01
Abstract:Single Image Super-Resolution (SISR) aims to improve resolution of small-sizelow-quality image from a single one. With popularity of consumer electronics inour daily life, this topic has become more and more attractive. In this paper,we argue that the curse of dimensionality is the underlying reason of limitingthe performance of state-of-the-art algorithms. To address this issue, wepropose Progressive Adversarial Network (PAN) that is capable of coping withthis difficulty for domain-specific image super-resolution. The key principleof PAN is that we do not apply any distance-based reconstruction errors as theloss to be optimized, thus free from the restriction of the curse ofdimensionality. To maintain faithful reconstruction precision, we resort toU-Net and progressive growing of neural architecture. The low-level features inencoder can be transferred into decoder to enhance textural details with U-Net.Progressive growing enhances image resolution gradually, thereby preservingprecision of recovered image. Moreover, to obtain high-fidelity outputs, weleverage the framework of the powerful StyleGAN to perform adversariallearning. Without the curse of dimensionality, our model can super-resolvelarge-size images with remarkable photo-realistic details and few distortions.Extensive experiments demonstrate the superiority of our algorithm overstate-of-the-arts both quantitatively and qualitatively.
What problem does this paper attempt to address?