CVOct 19, 2019

Component Attention Guided Face Super-Resolution Network: CAGFace

arXiv:1910.08761v144 citations
Originality Incremental advance
AI Analysis

This work addresses face image super-resolution for applications like surveillance or biometrics, but it is incremental as it builds on existing super-resolution techniques with specific adaptations for faces.

The paper tackles the problem of 4× super-resolution for face images by introducing a multi-stage convolutional network that uses facial component attention maps and recurrent intermediate estimates to enhance image quality, achieving quantitatively superior and perceptually pleasing results compared to state-of-the-art methods.

To make the best use of the underlying structure of faces, the collective information through face datasets and the intermediate estimates during the upsampling process, here we introduce a fully convolutional multi-stage neural network for 4$\times$ super-resolution for face images. We implicitly impose facial component-wise attention maps using a segmentation network to allow our network to focus on face-inherent patterns. Each stage of our network is composed of a stem layer, a residual backbone, and spatial upsampling layers. We recurrently apply stages to reconstruct an intermediate image, and then reuse its space-to-depth converted versions to bootstrap and enhance image quality progressively. Our experiments show that our face super-resolution method achieves quantitatively superior and perceptually pleasing results in comparison to state of the art.

Code Implementations1 repo
Foundations

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

Your Notes