Visible to the public DzGAN: Improved Conditional Generative Adversarial Nets Using Divided Z-Vector

TitleDzGAN: Improved Conditional Generative Adversarial Nets Using Divided Z-Vector
Publication TypeConference Paper
Year of Publication2018
AuthorsTsunashima, Hideki, Hoshi, Taisei, Chen, Qiu
Conference NameProceedings of the 2018 International Conference on Computing and Big Data
PublisherACM
ISBN Number978-1-4503-6540-6
KeywordsConditional GAN, gan, Generative Adversarial Learning, image generation, machine learning, Metrics, pubcrawl, Resiliency, Scalability
Abstract

Conditional Generative Adversarial Nets [1](cGAN) was recently proposed as a novel conditional learning method by feeding some extra information into the network. In this paper we propose an improved conditional GANs which use divided z-vector (DzGAN). The computation amount will be reduced because DzGAN can implement conditional learning using not images but one-hot vector by dividing the range of z-vector (e.g. -1\textasciitilde1 to -1\textasciitilde0 and 0\textasciitilde1). In the DzGAN, the discriminator is fed by the images with label using one-hot vector and the generator is fed by divided z-vector (e.g. there are 10 classes In MNIST dataset, the divided z-vector will be z1\textasciitildez10 accordingly) with corresponding label fed into the discriminator, thus we can implement conditional learning. In this paper we use conditional Deep Convolutional Generative Adversarial Networks (cDCGAN) [7] instead of cGAN because cDCGAN can generate clear image better than cGAN. Heuristic experiments of conditional learning which compare the computation amount demonstrate that DzGAN is superior than cDCGAN.

URLhttps://dl.acm.org/citation.cfm?doid=3277104.3277110
DOI10.1145/3277104.3277110
Citation Keytsunashima_dzgan:_2018