SOTAVerified

Towards Robust Blind Face Restoration with Codebook Lookup Transformer

2022-06-22Code Available6· sign in to hype

Shangchen Zhou, Kelvin C. K. Chan, Chongyi Li, Chen Change Loy

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Blind face restoration is a highly ill-posed problem that often requires auxiliary guidance to 1) improve the mapping from degraded inputs to desired outputs, or 2) complement high-quality details lost in the inputs. In this paper, we demonstrate that a learned discrete codebook prior in a small proxy space largely reduces the uncertainty and ambiguity of restoration mapping by casting blind face restoration as a code prediction task, while providing rich visual atoms for generating high-quality faces. Under this paradigm, we propose a Transformer-based prediction network, named CodeFormer, to model the global composition and context of the low-quality faces for code prediction, enabling the discovery of natural faces that closely approximate the target faces even when the inputs are severely degraded. To enhance the adaptiveness for different degradation, we also propose a controllable feature transformation module that allows a flexible trade-off between fidelity and quality. Thanks to the expressive codebook prior and global modeling, CodeFormer outperforms the state of the arts in both quality and fidelity, showing superior robustness to degradation. Extensive experimental results on synthetic and real-world datasets verify the effectiveness of our method.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CelebA-TestCodeFormerLPIPS29.9Unverified
LFWPSFRGANFID51.89Unverified
LFWCodeFormerFID52.02Unverified
LFWGLEANFID53.49Unverified
LFWGPENFID57.58Unverified
LFWDFDNetFID62.57Unverified
LFWPULSEFID64.86Unverified
LFWGFP-GANFID49.96Unverified
WIDERCodeFormerFID39.06Unverified
WIDERGFP-GANFID40.59Unverified
WIDERGPENFID46.99Unverified
WIDERGLEANFID47.11Unverified
WIDERPSFRGANFID51.16Unverified
WIDERDFDNetFID57.84Unverified
WIDERPULSEFID73.59Unverified

Reproductions