CVMay 13, 2021

GAN Prior Embedded Network for Blind Face Restoration in the Wild

arXiv:2105.06070v1363 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of restoring low-quality face images for applications like surveillance or photo enhancement, but it is incremental as it builds on existing GAN-based methods.

The paper tackles blind face restoration from severely degraded images in the wild by proposing a GAN prior embedded network (GPEN), which embeds a pre-trained GAN into a U-shaped DNN and fine-tunes it, achieving significantly superior results to state-of-the-art methods both quantitatively and qualitatively.

Blind face restoration (BFR) from severely degraded face images in the wild is a very challenging problem. Due to the high illness of the problem and the complex unknown degradation, directly training a deep neural network (DNN) usually cannot lead to acceptable results. Existing generative adversarial network (GAN) based methods can produce better results but tend to generate over-smoothed restorations. In this work, we propose a new method by first learning a GAN for high-quality face image generation and embedding it into a U-shaped DNN as a prior decoder, then fine-tuning the GAN prior embedded DNN with a set of synthesized low-quality face images. The GAN blocks are designed to ensure that the latent code and noise input to the GAN can be respectively generated from the deep and shallow features of the DNN, controlling the global face structure, local face details and background of the reconstructed image. The proposed GAN prior embedded network (GPEN) is easy-to-implement, and it can generate visually photo-realistic results. Our experiments demonstrated that the proposed GPEN achieves significantly superior results to state-of-the-art BFR methods both quantitatively and qualitatively, especially for the restoration of severely degraded face images in the wild. The source code and models can be found at https://github.com/yangxy/GPEN.

Code Implementations3 repos
Foundations

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

Your Notes