IVCVJan 17, 2022

Dual Perceptual Loss for Single Image Super-Resolution Using ESRGAN

arXiv:2201.06383v1
AI Analysis

This work addresses image quality issues in super-resolution for applications like medical imaging or photography, but it is incremental as it builds on existing perceptual loss and GAN-based approaches.

The paper tackled the problem of distorted structures in single image super-resolution at high upscaling factors by proposing a Dual Perceptual Loss (DP Loss) that combines VGG and ResNet features, which significantly improved reconstruction quality over state-of-the-art methods.

The proposal of perceptual loss solves the problem that per-pixel difference loss function causes the reconstructed image to be overly-smooth, which acquires a significant progress in the field of single image super-resolution reconstruction. Furthermore, the generative adversarial networks (GAN) is applied to the super-resolution field, which effectively improves the visual quality of the reconstructed image. However, under the condtion of high upscaling factors, the excessive abnormal reasoning of the network produces some distorted structures, so that there is a certain deviation between the reconstructed image and the ground-truth image. In order to fundamentally improve the quality of reconstructed images, this paper proposes a effective method called Dual Perceptual Loss (DP Loss), which is used to replace the original perceptual loss to solve the problem of single image super-resolution reconstruction. Due to the complementary property between the VGG features and the ResNet features, the proposed DP Loss considers the advantages of learning two features simultaneously, which significantly improves the reconstruction effect of images. The qualitative and quantitative analysis on benchmark datasets demonstrates the superiority of our proposed method over state-of-the-art super-resolution 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