Methods › Computer Vision › Generative Adversarial Networks › InfoGAN

InfoGAN

35 papers tagged archive 2025-07-28

Introduced by Xi Chen et al. in InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

InfoGAN is a type of generative adversarial network that modifies the GAN objective to encourage it to learn interpretable and meaningful representations. This is done by maximizing the mutual information between a fixed small subset of the GAN’s noise variables and the observations.

Formally, InfoGAN is defined as a minimax game with a variational regularization of mutual information and the hyperparameter λ:

min_(G, Q)max_DV_(INFOGAN)(D, G, Q) = V(D, G) - λL_I(G, Q)

Where Q is an auxiliary distribution that approximates the posterior P(c|x) - the probability of the latent code c given the data x - and L_I is the variational lower bound of the mutual information between the latent code and the observations.

In the practical implementation, there is another fully-connected layer to output parameters for the conditional distribution Q (negligible computation ontop of regular GAN structures). Q is represented with a softmax non-linearity for a categorical latent code. For a continuous latent code, the authors assume a factored Gaussian.

PaperSourceSee Code · eriklindernoren/PyTorch-GAN

Papers archive 2025-07-28

30 shown of 35, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

20 shown of 50 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Disentanglement9
Generative Adversarial Network6
Image Generation6
Representation Learning4
Attribute3
General Classification3
Clustering2
Diversity2
Image Classification2
Inductive Bias2
Text-to-Image Generation2
Translation2
Unsupervised Image Classification2
image-classification2
Active Learning1
Anomaly Detection1
Classification1
Contrastive Learning1
Data Augmentation1
Decision Making1

Usage over time archive 2025-07-28

Papers per year tagged with InfoGAN: 2016 to 2025, peak 11 11 0 2016: 1 paper 2016 2017: 3 papers 2017 2018: 2 papers 2018 2019: 11 papers 2019 2020: 3 papers 2020 2021: 4 papers 2021 2022: 4 papers 2022 2023: 3 papers 2023 2024: 3 papers 2024 2025: 1 paper 2025
Papers per year the archive tags with this method, by the paper's archive date (35 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Generative Adversarial NetworksGenerative Models

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