CVAISep 11, 2020

Inverse mapping of face GANs

arXiv:2009.05671v15 citations
Originality Incremental advance
AI Analysis

This addresses the inadequately investigated inverse mapping for GANs, enabling applications in face analysis and editing, though it is incremental as it builds on existing GAN inversion techniques.

The paper tackles the problem of inverting face GANs to extract latent vectors from input images, achieving a method that recovers vectors for real and generated faces with high fidelity and speed.

Generative adversarial networks (GANs) synthesize realistic images from a random latent vector. While many studies have explored various training configurations and architectures for GANs, the problem of inverting a generative model to extract latent vectors of given input images has been inadequately investigated. Although there is exactly one generated image per given random vector, the mapping from an image to its recovered latent vector can have more than one solution. We train a ResNet architecture to recover a latent vector for a given face that can be used to generate a face nearly identical to the target. We use a perceptual loss to embed face details in the recovered latent vector while maintaining visual quality using a pixel loss. The vast majority of studies on latent vector recovery perform well only on generated images, we argue that our method can be used to determine a mapping between real human faces and latent-space vectors that contain most of the important face style details. In addition, our proposed method projects generated faces to their latent-space with high fidelity and speed. At last, we demonstrate the performance of our approach on both real and generated faces.

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