Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Dist-GAN: An Improved GAN using Distance Constraints

About

We introduce effective training algorithms for Generative Adversarial Networks (GAN) to alleviate mode collapse and gradient vanishing. In our system, we constrain the generator by an Autoencoder (AE). We propose a formulation to consider the reconstructed samples from AE as "real" samples for the discriminator. This couples the convergence of the AE with that of the discriminator, effectively slowing down the convergence of discriminator and reducing gradient vanishing. Importantly, we propose two novel distance constraints to improve the generator. First, we propose a latent-data distance constraint to enforce compatibility between the latent sample distances and the corresponding data sample distances. We use this constraint to explicitly prevent the generator from mode collapse. Second, we propose a discriminator-score distance constraint to align the distribution of the generated samples with that of the real samples through the discriminator score. We use this constraint to guide the generator to synthesize samples that resemble the real ones. Our proposed GAN using these distance constraints, namely Dist-GAN, can achieve better results than state-of-the-art methods across benchmark datasets: synthetic, MNIST, MNIST-1K, CelebA, CIFAR-10 and STL-10 datasets. Our code is published here (https://github.com/tntrung/gan) for research.

Ngoc-Trung Tran, Tuan-Anh Bui, Ngai-Man Cheung• 2018

Related benchmarks

TaskDatasetResultRank
Image GenerationCIFAR-10 (test)
FID17.61
471
Image GenerationCIFAR-10--
178
Image GenerationCelebA
FID23.7
110
Image GenerationSTL-10
FID36.19
66
Image GenerationSTL-10 (test)--
59
Image Generation2D Synthetic Data (test)
Registered Modes25
12
Image GenerationSTACKEDMNIST (test)
Modes917.9
12
Image GenerationMNIST 1K
Index Score917.9
8
Unconditional Image GenerationSTL-10 (test)--
8
Image GenerationCIFAR-10 10K-10K samples Protocol (test)
FID13.01
7
Showing 10 of 11 rows

Other info

Code

Follow for update