paper-with-me

홈 › Papers

FSRNet: End-to-End Learning Face Super-Resolution with Facial Priors

2017-11-29 · CVPR 2018 6 · Yu Chen, Ying Tai, Xiaoming Liu, Chunhua Shen, Jian Yang

Face Super-Resolution (SR) is a domain-specific super-resolution problem. The specific facial prior knowledge could be leveraged for better super-resolving face images. We present a novel deep end-to-end trainable Face Super-Resolution Network (FSRNet), which makes full use of the geometry prior, i.e., facial landmark heatmaps and parsing maps, to super-resolve very low-resolution (LR) face images without well-aligned requirement. Specifically, we first construct a coarse SR network to recover a coarse high-resolution (HR) image. Then, the coarse HR image is sent to two branches: a fine SR encoder and a prior information estimation network, which extracts the image features, and estimates landmark heatmaps/parsing maps respectively. Both image features and prior information are sent to a fine SR decoder to recover the HR image. To further generate realistic faces, we propose the Face Super-Resolution Generative Adversarial Network (FSRGAN) to incorporate the adversarial loss into FSRNet. Moreover, we introduce two related tasks, face alignment and parsing, as the new evaluation metrics for face SR, which address the inconsistency of classic metrics w.r.t. visual perception. Extensive benchmark experiments show that FSRNet and FSRGAN significantly outperforms state of the arts for very LR face SR, both quantitatively and qualitatively. Code will be made available upon publication.

📄 PDF Abstract BibTeX arXiv:1711.10703

Code (4)

tyshiwo/FSRNet 공식 구현
Dou-Yu-xuan/FSRNet pytorch
ZoieMo/Multi-task
cs-giung/FSRNet-pytorch pytorch

Tasks

DecoderFace AlignmentGenerative Adversarial NetworkSuper-Resolution

Similar Papers 제목 키워드 기반

Super-Resolving Face Image by Facial Parsing Information

2023-04-06 · Chenyang Wang, Junjun Jiang, Zhiwei Zhong, Deming Zhai 외

Face super-resolution is a technology that transforms a low-resolution face image into the corresponding high-resolution one. In this paper, we build a novel parsing map guided face super-resolution network which extract…

Super-Resolution

Face Super-Resolution Guided by 3D Facial Priors

2020-07-18 · ECCV 2020 8 · Xiaobin Hu, Wenqi Ren, John LaMaster, Xiaochun Cao 외

State-of-the-art face super-resolution methods employ deep convolutional neural networks to learn a mapping between low- and high- resolution facial patterns by exploring local appearance knowledge. However, most of thes…

Super-Resolution

Face Super-Resolution with Progressive Embedding of Multi-scale Face Priors

2022-10-12 · Chenggong Zhang, Zhilei Liu

The face super-resolution (FSR) task is to reconstruct high-resolution face images from low-resolution inputs. Recent works have achieved success on this task by utilizing facial priors such as facial landmarks. Most exi…

Super-Resolution

Pro-UIGAN: Progressive Face Hallucination from Occluded Thumbnails

2021-08-02 · Yang Zhang, Xin Yu, Xiaobo Lu, Ping Liu

In this paper, we study the task of hallucinating an authentic high-resolution (HR) face from an occluded thumbnail. We propose a multi-stage Progressive Upsampling and Inpainting Generative Adversarial Network, dubbed P…

Face AlignmentFace HallucinationFace ParsingFace Recognition+2

Face hallucination using cascaded super-resolution and identity priors

2018-05-28 · Klemen Grm, Simon Dobrišek, Walter J. Scheirer, Vitomir Štruc

In this paper we address the problem of hallucinating high-resolution facial images from unaligned low-resolution inputs at high magnification factors. We approach the problem with convolutional neural networks (CNNs) an…

Face HallucinationFace RecognitionHallucinationSuper-Resolution