Papers › Instance Selection for GANs

Instance Selection for GANs

30 Jul 2020NeurIPS 2020 12arXiv:2007.15255archive 2025-07-28

Terrance DeVries, Michal Drozdzal, Graham W. Taylor

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2007.15255")

Code

Syntology Ran 11 of 19 code samples harvested from 2 repositories linked to this paper; 8 have no recorded run. Of those that ran: 5 ran · honoured contract; 4 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: official repository: 4 samples from 1 repository, 1 ran; community (archive-listed): 15 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

uoguelph-mlrg/instance_selection_for_gans officialmentioned in papermentioned on GitHubpytorch report
snap-research/3dgp mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 11 ran; 5 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran · honoured contract
4ran · our draft was wrong
2ran · fixture could not drive it
8unverified

Licence: 19 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

get_embeddings_from_loader uoguelph-mlrg/instance_selection_for_gans/instance_selection.py official repository ran · fixture could not drive it licence not identified · pointer only · ff18ad392f262bf4 · report
get_embedder uoguelph-mlrg/instance_selection_for_gans/instance_selection.py official repository unverified licence not identified · pointer only · 8c0803be6096a937 · report
get_keep_indices uoguelph-mlrg/instance_selection_for_gans/instance_selection.py official repository unverified licence not identified · pointer only · ed9e5e2f2a6ec523 · report
select_instances uoguelph-mlrg/instance_selection_for_gans/instance_selection.py official repository unverified licence not identified · pointer only · 231ca68a3990599f · report
compute_patch_coords snap-research/3dgp/src/training/loss.py community (archive-listed) ran · honoured contract no licence file found · pointer only · d17ff266a8e14d95 · report
create_patch_params_from_x_scales snap-research/3dgp/src/training/loss.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 1a80415a81ba0286 · report
extract_patches snap-research/3dgp/src/training/loss.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 83050978b92b849d · report
generate_coords snap-research/3dgp/src/training/loss.py community (archive-listed) ran · honoured contract no licence file found · pointer only · dd340f2ccaa3b1c1 · report
get_mean_angles_values snap-research/3dgp/src/training/loss.py community (archive-listed) ran · honoured contract no licence file found · pointer only · c8f0199beb8cdd4a · report
linear_schedule snap-research/3dgp/src/training/loss.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 97c1685bb8978f57 · report
sample_patch_params snap-research/3dgp/src/training/loss.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · fec2702e4e6b4e2a · report
sample_patch_params_beta snap-research/3dgp/src/training/loss.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 1e37173d536f5edf · report
sample_patch_params_uniform snap-research/3dgp/src/training/loss.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · b7fba8479ac80873 · report
sample_random_c snap-research/3dgp/src/training/loss.py community (archive-listed) ran · honoured contract no licence file found · pointer only · 6637867e242d3dab · report
EasyDict snap-research/3dgp/src/training/loss.py community (archive-listed) unverified no licence file found · pointer only · eb7e5d8169d00081 · report
Loss snap-research/3dgp/src/training/loss.py community (archive-listed) unverified no licence file found · pointer only · cec2fa3cb3bf036c · report
StyleGAN2Loss snap-research/3dgp/src/training/loss.py community (archive-listed) unverified no licence file found · pointer only · 80ae2ec4a5e4df48 · report
TensorGroup snap-research/3dgp/src/training/loss.py community (archive-listed) unverified no licence file found · pointer only · 8967de870e98579f · report
maybe_blur snap-research/3dgp/src/training/loss.py community (archive-listed) unverified no licence file found · pointer only · 8558d52802c25638 · report

Tasks

Conditional Image Generation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Conditional Image Generation ImageNet 128x128 BigGAN + instance selection FID 9.61 #16 of 22 Archive leaderboard report
Conditional Image Generation ImageNet 128x128 BigGAN + instance selection Inception score 114.32 #16 of 22 Archive leaderboard report
Conditional Image Generation ImageNet 64x64 SAGAN + instance selection FID 9.07 #2 of 4 Archive leaderboard report
Conditional Image Generation ImageNet 64x64 SAGAN + instance selection Inception score 37.1 #2 of 4 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

1x1 ConvolutionAdamBatch NormalizationBigGANConditional Batch NormalizationConvolutionDense ConnectionsEarly StoppingFeedforward NetworkGAN Hinge LossLinear LayerNon-Local BlockNon-Local OperationOff-Diagonal Orthogonal RegularizationProjection DiscriminatorReLUResidual BlockResidual ConnectionSAGANSoftmaxSpectral NormalizationTTURTruncation Trick

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections