CVMay 11, 2020

Conditional Image Generation and Manipulation for User-Specified Content

arXiv:2005.04909v135 citations
Originality Incremental advance
AI Analysis

This addresses the need for precise image control in practical content creation scenarios, though it is incremental as it builds on existing GAN methods.

The paper tackles the problem of generating and manipulating images to match user-specified content, such as for facial composites or stock photos, by proposing a pipeline that combines text-to-image generation and semantic manipulation, achieving results for a wide range of facial attributes.

In recent years, Generative Adversarial Networks (GANs) have improved steadily towards generating increasingly impressive real-world images. It is useful to steer the image generation process for purposes such as content creation. This can be done by conditioning the model on additional information. However, when conditioning on additional information, there still exists a large set of images that agree with a particular conditioning. This makes it unlikely that the generated image is exactly as envisioned by a user, which is problematic for practical content creation scenarios such as generating facial composites or stock photos. To solve this problem, we propose a single pipeline for text-to-image generation and manipulation. In the first part of our pipeline we introduce textStyleGAN, a model that is conditioned on text. In the second part of our pipeline we make use of the pre-trained weights of textStyleGAN to perform semantic facial image manipulation. The approach works by finding semantic directions in latent space. We show that this method can be used to manipulate facial images for a wide range of attributes. Finally, we introduce the CelebTD-HQ dataset, an extension to CelebA-HQ, consisting of faces and corresponding textual descriptions.

Code Implementations3 repos
Foundations

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

Your Notes