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.

Methods/InfoGAN

InfoGAN

Computer VisionIntroduced 200035 papers
Source Paper

Description

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 λ\lambdaλ:

min⁡_G,Qmax⁡_DV_INFOGAN(D,G,Q)=V(D,G)−λL_I(G,Q)\min\_{G, Q}\max\_{D}V\_{INFOGAN}\left(D, G, Q\right) = V\left(D, G\right) - \lambda{L}\_{I}\left(G, Q\right)min_G,Qmax_DV_INFOGAN(D,G,Q)=V(D,G)−λL_I(G,Q)

Where QQQ is an auxiliary distribution that approximates the posterior P(c∣x)P\left(c\mid{x}\right)P(c∣x) - the probability of the latent code ccc given the data xxx - and L_IL\_{I}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 QQQ (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.

Papers Using This Method

Generative Adversarial Networks Bridging Art and Machine Intelligence2025-02-06Unsupervised and Interpretable Synthesizing for Electrical Time Series Based on Information Maximizing Generative Adversarial Nets2024-07-18Comparing the information content of probabilistic representation spaces2024-05-31Double InfoGAN for Contrastive Analysis2024-01-31GAN-GA: A Generative Model based on Genetic Algorithm for Medical Image Generation2023-12-30Fusing Conditional Submodular GAN and Programmatic Weak Supervision2023-12-16The objective function equality property of infoGAN for two-layer network2023-09-30HSIC-InfoGAN: Learning Unsupervised Disentangled Representations by Maximising Approximated Mutual Information2022-08-06k-Sliced Mutual Information: A Quantitative Study of Scalability with Dimension2022-06-17Analytical Interpretation of Latent Codes in InfoGAN with SAR Images2022-05-26LatentGAN Autoencoder: Learning Disentangled Latent Distribution2022-04-05Contrastive Fine-grained Class Clustering via Generative Adversarial Networks2021-12-30Generative Adversarial Networks and Adversarial Autoencoders: Tutorial and Survey2021-11-26Inference-InfoGAN: Inference Independence via Embedding Orthogonal Basis Expansion2021-10-02ADIS-GAN: Affine Disentangled GAN2021-01-01Representation Decomposition for Image Manipulation and Beyond2020-11-02DPD-InfoGAN: Differentially Private Distributed InfoGAN2020-10-22CiwGAN and fiwGAN: Encoding information in acoustic data to model lexical learning with Generative Adversarial Networks2020-06-04Disentanglement based Active Learning2019-12-15Towards Better Understanding of Disentangled Representations via Mutual Information2019-11-25