CVLGMLJun 17, 2019

Inspirational Adversarial Image Generation

arXiv:1906.11661v224 citations
Originality Incremental advance
AI Analysis

This work addresses a practical need for artists and designers by providing a tool to simplify and control image generation, though it is incremental as it builds on existing GAN techniques.

The authors tackled the problem of generating inspirational images for artists and designers by proposing a method to find optimal latent parameters in a GAN's latent space, allowing control over generations based on input images or human preferences, with satisfactory results on datasets of faces, fashion, and textures.

The task of image generation started to receive some attention from artists and designers to inspire them in new creations. However, exploiting the results of deep generative models such as Generative Adversarial Networks can be long and tedious given the lack of existing tools. In this work, we propose a simple strategy to inspire creators with new generations learned from a dataset of their choice, while providing some control on them. We design a simple optimization method to find the optimal latent parameters corresponding to the closest generation to any input inspirational image. Specifically, we allow the generation given an inspirational image of the user choice by performing several optimization steps to recover optimal parameters from the model's latent space. We tested several exploration methods starting with classic gradient descents to gradient-free optimizers. Many gradient-free optimizers just need comparisons (better/worse than another image), so that they can even be used without numerical criterion, without inspirational image, but with only with human preference. Thus, by iterating on one's preferences we could make robust Facial Composite or Fashion Generation algorithms. High resolution of the produced design generations are obtained using progressive growing of GANs. Our results on four datasets of faces, fashion images, and textures show that satisfactory images are effectively retrieved in most cases.

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