This Is AuburnElectronic Theses and Dissertations

Understanding and Improving Generative Adversarial Networks

Date

2020-04-06

Author

Li, Qi

Type of Degree

Master's Thesis

Department

Computer Science and Software Engineering

Abstract

Generative Adversarial Networks (GANs) have been under the spotlight in the machine learning field for a few years. Especially, the power that learns a data distribution in an unsupervised fashion leads GANs to be applied to various applications such as page generation, image style transformation, image attribution manipulation, and similar domains in computer vision. Despite the huge success of GANs, the difficult and unstable training process still limits the applications of GANs in the real world. Mode collapse is a well-known byproduct of unstable GAN training. We propose to improve the sample diversity of a pre-trained class- conditional generator by modifying its class embeddings in the direction of maximizing the log probability outputs of a classifier pre-trained on the same dataset. We improved the sample diversity of state-of-the-art ImageNet BigGANs at both 128 × 128 and 256 × 256 resolutions. By replacing the embeddings, We can also synthesize plausible images for Places365 using a BigGAN pre-trained on ImageNet.