# Exemplar Guided Face Image Super-Resolution without Facial Landmarks

**Authors:** Berk Dogan, Shuhang Gu, Radu Timofte

arXiv: 1906.07078 · 2019-06-18

## TL;DR

This paper introduces GWAInet, a CNN-based face super-resolution method that uses an unconstrained HR guiding image without facial landmarks, achieving high-quality 8x super-resolution with improved realism and detail.

## Contribution

GWAInet is the first face super-resolution approach that does not rely on facial landmarks, utilizing a warper and feature fusion for guided 8x super-resolution.

## Key findings

- Outperforms state-of-the-art in quantitative metrics.
- Produces photo-realistic high-resolution face images.
- Does not require facial landmark points for training.

## Abstract

Nowadays, due to the ubiquitous visual media there are vast amounts of already available high-resolution (HR) face images. Therefore, for super-resolving a given very low-resolution (LR) face image of a person it is very likely to find another HR face image of the same person which can be used to guide the process. In this paper, we propose a convolutional neural network (CNN)-based solution, namely GWAInet, which applies super-resolution (SR) by a factor 8x on face images guided by another unconstrained HR face image of the same person with possible differences in age, expression, pose or size. GWAInet is trained in an adversarial generative manner to produce the desired high quality perceptual image results. The utilization of the HR guiding image is realized via the use of a warper subnetwork that aligns its contents to the input image and the use of a feature fusion chain for the extracted features from the warped guiding image and the input image. In training, the identity loss further helps in preserving the identity related features by minimizing the distance between the embedding vectors of SR and HR ground truth images. Contrary to the current state-of-the-art in face super-resolution, our method does not require facial landmark points for its training, which helps its robustness and allows it to produce fine details also for the surrounding face region in a uniform manner. Our method GWAInet produces photo-realistic images in upscaling factor 8x and outperforms state-of-the-art in quantitative terms and perceptual quality.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.07078/full.md

## Figures

54 figures with captions in the complete paper: https://tomesphere.com/paper/1906.07078/full.md

## References

52 references — full list in the complete paper: https://tomesphere.com/paper/1906.07078/full.md

---
Source: https://tomesphere.com/paper/1906.07078