IVCVJan 25, 2021

Learning Structral coherence Via Generative Adversarial Network for Single Image Super-Resolution

arXiv:2101.10165v11 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of producing visually coherent super-resolution images for applications in computer vision and image processing, representing an incremental improvement over existing GAN-based methods.

The paper tackles the problem of structural distortions and unpleasant textures in single image super-resolution (SISR) by introducing a gradient branch in the generator and a U-net based discriminator, resulting in improved perceptual index (PI) and more geometrically consistent textures.

Among the major remaining challenges for single image super resolution (SISR) is the capacity to recover coherent images with global shapes and local details conforming to human vision system. Recent generative adversarial network (GAN) based SISR methods have yielded overall realistic SR images, however, there are always unpleasant textures accompanied with structural distortions in local regions. To target these issues, we introduce the gradient branch into the generator to preserve structural information by restoring high-resolution gradient maps in SR process. In addition, we utilize a U-net based discriminator to consider both the whole image and the detailed per-pixel authenticity, which could encourage the generator to maintain overall coherence of the reconstructed images. Moreover, we have studied objective functions and LPIPS perceptual loss is added to generate more realistic and natural details. Experimental results show that our proposed method outperforms state-of-the-art perceptual-driven SR methods in perception index (PI), and obtains more geometrically consistent and visually pleasing textures in natural image restoration.

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