Synthesizing Informative Training Samples with GANDownload PDF

03 Oct 2022 (modified: 21 Apr 2024)Neurips 2022 SyntheticData4MLReaders: Everyone
Keywords: Training set syntheiss, dataset condensation, GAN
TL;DR: We propose to synthesize Informative Training samples with GAN (IT-GAN).
Abstract: Remarkable progress has been achieved in synthesizing photo-realistic images with generative adversarial networks (GANs). Recently, GANs are utilized as the training sample generator when obtaining or storing real training data is expensive even infeasible. However, traditional GANs generated images are not as informative as the real training samples when being used to train deep neural networks. In this paper, we propose a novel method to synthesize Informative Training samples with GAN (IT-GAN). Specifically, we freeze a pre-trained GAN model and learn the informative latent vectors that correspond to informative training samples. The synthesized images are required to preserve information for training deep neural networks rather than visual reality or fidelity. Experiments verify that the deep neural networks can learn faster and achieve better performance when being trained with our IT-GAN generated images. We also show that our method is a promising solution to dataset condensation problem.
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 1 code implementation](https://www.catalyzex.com/paper/arxiv:2204.07513/code)
5 Replies

Loading