Conditioning GAN Without Training Dataset
Kidist Amde Mekonnen

TL;DR
This paper explores generating conditioned images using a pretrained GAN and classifier without additional training data, addressing data scarcity issues in training generative models.
Contribution
It introduces a method to develop a conditioned generator from pretrained models without relying on new training datasets.
Findings
Conditioned image generation is feasible without dataset retraining.
Pretrained models can be adapted for conditioned generation tasks.
The approach reduces data and computational requirements for GAN conditioning.
Abstract
Deep learning algorithms have a large number of trainable parameters often with sizes of hundreds of thousands or more. Training this algorithm requires a large amount of training data and generating a sufficiently large dataset for these algorithms is costly\cite{noguchi2019image}. GANs are generative neural networks that use two deep learning networks that are competing with each other. The networks are generator and discriminator networks. The generator tries to generate realistic images which resemble the actual training dataset by approximating the training data distribution and the discriminator is trained to classify images as real or fake(generated)\cite{goodfellow2016nips}. Training these GAN algorithms also requires a large amount of training dataset\cite{noguchi2019image}. In this study, the aim is to address the question, "Given an unconditioned pretrained generator…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Generative Adversarial Networks and Image Synthesis · AI in cancer detection
