paper-with-me

홈 › Papers

Guiding GANs: How to control non-conditional pre-trained GANs for conditional image generation

2021-01-04 · Manel Mateos, Alejandro González, Xavier Sevillano

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 the GAN from scratch. In this paper we present a novel and alternative method for guiding generic non-conditional GANs to behave as conditional GANs. Instead of re-training the GAN, our approach adds into the mix an encoder network to generate the high-dimensional random input vectors that are fed to the generator network of a non-conditional GAN to make it generate images from a specific subcategory. In our experiments, when compared to training a conditional GAN from scratch, our guided GAN is able to generate artificial images of perceived quality comparable to that of non-conditional GANs after training the encoder on just a few hundreds of images, which substantially accelerates the process and enables adding new subcategories seamlessly.

📄 PDF Abstract BibTeX arXiv:2101.00990

Code (0)

등록된 구현이 없습니다.

Tasks

Conditional Image GenerationImage GenerationSemantic Segmentation

Similar Papers 제목 키워드 기반

Turning Waste into Wealth: Leveraging Low-Quality Samples for Enhancing Continuous Conditional Generative Adversarial Networks

2023-08-20 · Xin Ding, Yongwei Wang, Zuheng Xu

Continuous Conditional Generative Adversarial Networks (CcGANs) enable generative modeling conditional on continuous scalar variables (termed regression labels). However, they can produce subpar fake images due to limite…

Data Augmentation

GANs Conditioning Methods: A Survey

2024-08-28 · Anis Bourou, Valérie Mezger, Auguste Genovesio

In recent years, Generative Adversarial Networks (GANs) have seen significant advancements, leading to their widespread adoption across various fields. The original GAN architecture enables the generation of images witho…

Survey

S2cGAN: Semi-Supervised Training of Conditional GANs with Fewer Labels

2020-10-23 · Arunava Chakraborty, Rahul Ragesh, Mahir Shah, Nipun Kwatra

Generative adversarial networks (GANs) have been remarkably successful in learning complex high dimensional real word distributions and generating realistic samples. However, they provide limited control over the generat…

Transferring Unconditional to Conditional GANs with Hyper-Modulation

2021-12-04 · Héctor Laria, Yaxing Wang, Joost Van de Weijer, Bogdan Raducanu

GANs have matured in recent years and are able to generate high-resolution, realistic images. However, the computational resources and the data required for the training of high-quality GANs are enormous, and the study o…

Conditional Image GenerationContrastive LearningTransfer Learning

Efficient Subsampling of Realistic Images From GANs Conditional on a Class or a Continuous Variable

2021-03-20 · Xin Ding, Yongwei Wang, Z. Jane Wang, William J. Welch

Recently, subsampling or refining images generated from unconditional GANs has been actively studied to improve the overall image quality. Unfortunately, these methods are often observed less effective or inefficient in …

Density Ratio EstimationDiversityImage Generation