Guiding GANs: How to control non-conditional pre-trained GANs for conditional image generation
Manel Mateos, Alejandro Gonz\'alez, Xavier Sevillano

TL;DR
This paper introduces a method to steer pre-trained non-conditional GANs towards generating images of specific subcategories by adding an encoder, avoiding retraining the entire model and enabling quick adaptation with limited data.
Contribution
The authors propose a novel approach that guides existing non-conditional GANs to produce conditional-like outputs using an encoder, eliminating the need for retraining from scratch.
Findings
Guided GANs produce high-quality images comparable to trained conditional GANs.
The method requires only a few hundred images to adapt to new subcategories.
It enables seamless addition of new categories without retraining the entire model.
Abstract
Generative Adversarial Networks (GANs) are an arrange of two neural networks -- the generator and the discriminator -- that are jointly trained to generate artificial data, such as images, from random inputs. The quality of these generated images has recently reached such levels that can often lead both machines and humans into mistaking fake for real examples. However, the process performed by the generator of the GAN has some limitations when we want to condition the network to generate images from subcategories of a specific class. Some recent approaches tackle this \textit{conditional generation} by introducing extra information prior to the training process, such as image semantic segmentation or textual descriptions. While successful, these techniques still require defining beforehand the desired subcategories and collecting large labeled image datasets representing them to train…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Digital Media Forensic Detection · AI in cancer detection
