HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Instance Selection for GANs

Terrance DeVries Michal Drozdzal Graham W. Taylor

Instance Selection for GANs

Abstract

Recent advances in Generative Adversarial Networks (GANs) have led to their widespread adoption for the purposes of generating high quality synthetic imagery. While capable of generating photo-realistic images, these models often produce unrealistic samples which fall outside of the data manifold. Several recently proposed techniques attempt to avoid spurious samples, either by rejecting them after generation, or by truncating the model's latent space. While effective, these methods are inefficient, as a large fraction of training time and model capacity are dedicated towards samples that will ultimately go unused. In this work we propose a novel approach to improve sample quality: altering the training dataset via instance selection before model training has taken place. By refining the empirical data distribution before training, we redirect model capacity towards high-density regions, which ultimately improves sample fidelity, lowers model capacity requirements, and significantly reduces training time. Code is available at https://github.com/uoguelph-mlrg/instance_selection_for_gans.

Code Repositories

snap-research/3dgp
pytorch
Mentioned in GitHub
uoguelph-mlrg/instance_selection_for_gans
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
conditional-image-generation-on-imagenetBigGAN + instance selection
FID: 9.61
Inception score: 114.32
conditional-image-generation-on-imagenet-1SAGAN + instance selection
FID: 9.07
Inception score: 37.1

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Instance Selection for GANs | Papers | HyperAI