LGMLSep 24, 2019

Subsampling Generative Adversarial Networks: Density Ratio Estimation in Feature Space with Softplus Loss

arXiv:1909.10670v521 citations
Originality Highly original
AI Analysis

This work addresses the limitation of existing GAN subsampling methods that rely on optimal discriminators and are not applicable to all GAN types, offering a more robust solution for improving GAN-generated image quality.

The paper tackled the problem of filtering unrealistic images from trained GANs by proposing a novel Softplus loss for density ratio estimation in feature space, leading to subsampling methods that outperform existing approaches on synthetic and CIFAR-10 datasets with substantial improvements.

Filtering out unrealistic images from trained generative adversarial networks (GANs) has attracted considerable attention recently. Two density ratio based subsampling methods---Discriminator Rejection Sampling (DRS) and Metropolis-Hastings GAN (MH-GAN)---were recently proposed, and their effectiveness in improving GANs was demonstrated on multiple datasets. However, DRS and MH-GAN are based on discriminator based density ratio estimation (DRE) methods, so they may not work well if the discriminator in the trained GAN is far from optimal. Moreover, they do not apply to some GANs (e.g., MMD-GAN). In this paper, we propose a novel Softplus (SP) loss for DRE. Based on it, we develop a sample-based DRE method in a feature space learned by a specially designed and pre-trained ResNet-34 (DRE-F-SP). We derive the rate of convergence of a density ratio model trained under the SP loss. Then, we propose three different density ratio subsampling methods (DRE-F-SP+RS, DRE-F-SP+MH, and DRE-F-SP+SIR) for GANs based on DRE-F-SP. Our subsampling methods do not rely on the optimality of the discriminator and are suitable for all types of GANs. We empirically show our subsampling approach can substantially outperform DRS and MH-GAN on a synthetic dataset and the CIFAR-10 dataset, using multiple GANs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes