Papers › Implicit competitive regularization in GANs

Implicit competitive regularization in GANs

13 Oct 2019ICML 2020 1arXiv:1910.05852archive 2025-07-28

Florian Schäfer, Hongkai Zheng, Anima Anandkumar

To improve the stability of GAN training we need to understand why they can produce realistic samples. Presently, this is attributed to properties of the divergence obtained under an optimal discriminator. This argument has a fundamental flaw: If we do not impose regularity of the discriminator, it can exploit visually imperceptible errors of the generator to always achieve the maximal generator loss. In practice, gradient penalties are used to regularize the discriminator. However, this needs a metric on the space of images that captures visual similarity. Such a metric is not known, which explains the limited success of gradient penalties in stabilizing GANs. We argue that the performance of GANs is instead due to the implicit competitive regularization (ICR) arising from the simultaneous optimization of generator and discriminator. ICR promotes solutions that look real to the discriminator and thus leverages its inductive biases to generate realistic images. We show that opponent-aware modelling of generator and discriminator, as present in competitive gradient descent (CGD), can significantly strengthen ICR and thus stabilize GAN training without explicit regularization. In our experiments, we use an existing implementation of WGAN-GP and show that by training it with CGD we can improve the inception score (IS) on CIFAR10 for a wide range of scenarios, without any hyperparameter tuning. The highest IS is obtained by combining CGD with the WGAN-loss, without any explicit regularization.

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="1910.05852")

Code

Syntology Ran 3 of 14 code samples harvested from 2 repositories linked to this paper; 11 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran with no contract checked.

By repository: community (archive-listed): 14 samples from 2 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

devzhk/Implicit-Competitive-Regularization mentioned on GitHubpytorchApache-2.0 report
devzhk/cgds-package mentioned on GitHubpytorch report
wagenaartje/torch-cgd mentioned on GitHubpytorchMIT 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

14 samples harvested; 3 ran; 0 honoured the contract we drafted; 11 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.

2ran · our draft was wrong
1ran
11unverified

Licence: 0 of the 14 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.

d_logistic_loss devzhk/Implicit-Competitive-Regularization/losses.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 3651db4e5ae8d189 · report
gram_schmidt devzhk/Implicit-Competitive-Regularization/GANs/layers.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · c41836f3e51fa8f1 · report
reduce_sum devzhk/Implicit-Competitive-Regularization/distributed.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 3f0a1105ef251d78 · report
all_gather devzhk/Implicit-Competitive-Regularization/distributed.py community (archive-listed) unverified Apache-2.0 (permissive) · ed03ba54397adbe4 · report
apply_given_rotation wagenaartje/torch-cgd/torch_cgd/solvers/gmres.py community (archive-listed) unverified MIT (permissive) · b7914ea8af7be96d · report
arnoldi wagenaartje/torch-cgd/torch_cgd/solvers/gmres.py community (archive-listed) unverified MIT (permissive) · 5c0dbc25ffbe6494 · report
cal_rotation wagenaartje/torch-cgd/torch_cgd/solvers/gmres.py community (archive-listed) unverified MIT (permissive) · 9ccb04835431ae7d · report
d_r1_loss devzhk/Implicit-Competitive-Regularization/losses.py community (archive-listed) unverified Apache-2.0 (permissive) · 0143fef228211c97 · report
get_loss devzhk/Implicit-Competitive-Regularization/losses.py community (archive-listed) unverified Apache-2.0 (permissive) · b3537003a80eee42 · report
ith_element wagenaartje/torch-cgd/torch_cgd/utils.py community (archive-listed) unverified MIT (permissive) · 302d868d4be5c1c5 · report
power_iteration devzhk/Implicit-Competitive-Regularization/GANs/layers.py community (archive-listed) unverified Apache-2.0 (permissive) · 28d3a35157f2916d · report
proj devzhk/Implicit-Competitive-Regularization/GANs/layers.py community (archive-listed) unverified Apache-2.0 (permissive) · 4015ab1f3ab9b881 · report
reduce_loss_dict devzhk/Implicit-Competitive-Regularization/distributed.py community (archive-listed) unverified Apache-2.0 (permissive) · 5144ad456049f8ce · report
vectorize wagenaartje/torch-cgd/torch_cgd/utils.py community (archive-listed) unverified MIT (permissive) · 480f12ea8540663b · report

Tasks

Image Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Convolution

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