TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Instance Selection for GANs

Instance Selection for GANs

Terrance DeVries, Michal Drozdzal, Graham W. Taylor

2020-07-30NeurIPS 2020 12Conditional Image Generation
PaperPDFCodeCode(official)

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.

Results

TaskDatasetMetricValueModel
Image GenerationImageNet 64x64FID9.07SAGAN + instance selection
Image GenerationImageNet 64x64Inception score37.1SAGAN + instance selection
Image GenerationImageNet 128x128FID9.61BigGAN + instance selection
Image GenerationImageNet 128x128Inception score114.32BigGAN + instance selection
Conditional Image GenerationImageNet 64x64FID9.07SAGAN + instance selection
Conditional Image GenerationImageNet 64x64Inception score37.1SAGAN + instance selection
Conditional Image GenerationImageNet 128x128FID9.61BigGAN + instance selection
Conditional Image GenerationImageNet 128x128Inception score114.32BigGAN + instance selection

Related Papers

Noise Conditional Variational Score Distillation2025-06-11Forward-only Diffusion Probabilistic Models2025-05-22Context-Aware Autoregressive Models for Multi-Conditional Image Generation2025-05-18Efficient Flow Matching using Latent Variables2025-05-07VistaDepth: Frequency Modulation With Bias Reweighting For Enhanced Long-Range Depth Estimation2025-04-21PRISM: A Unified Framework for Photorealistic Reconstruction and Intrinsic Scene Modeling2025-04-19PixelFlow: Pixel-Space Generative Models with Flow2025-04-10A Unified Agentic Framework for Evaluating Conditional Image Generation2025-04-09