CVAug 3, 2020

Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation

arXiv:2008.00951v21271 citations
AI Analysis

This provides a generic, simplified approach for image-to-image translation, benefiting researchers and practitioners in computer vision, though it is incremental as it builds on existing StyleGAN methods.

The authors tackled image-to-image translation by proposing pSp, a framework that uses an encoder to generate style vectors for a pretrained StyleGAN generator, enabling tasks without pixel-to-pixel correspondence and multi-modal synthesis. They demonstrated its effectiveness on facial translation tasks, matching or outperforming state-of-the-art single-task solutions.

We present a generic image-to-image translation framework, pixel2style2pixel (pSp). Our pSp framework is based on a novel encoder network that directly generates a series of style vectors which are fed into a pretrained StyleGAN generator, forming the extended W+ latent space. We first show that our encoder can directly embed real images into W+, with no additional optimization. Next, we propose utilizing our encoder to directly solve image-to-image translation tasks, defining them as encoding problems from some input domain into the latent domain. By deviating from the standard invert first, edit later methodology used with previous StyleGAN encoders, our approach can handle a variety of tasks even when the input image is not represented in the StyleGAN domain. We show that solving translation tasks through StyleGAN significantly simplifies the training process, as no adversary is required, has better support for solving tasks without pixel-to-pixel correspondence, and inherently supports multi-modal synthesis via the resampling of styles. Finally, we demonstrate the potential of our framework on a variety of facial image-to-image translation tasks, even when compared to state-of-the-art solutions designed specifically for a single task, and further show that it can be extended beyond the human facial domain.

Code Implementations10 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes