LOGAN: Latent Optimisation for Generative Adversarial Networks
Yan Wu, Jeff Donahue, David Balduzzi, Karen Simonyan, Timothy, Lillicrap

TL;DR
This paper introduces LOGAN, a latent optimization method using natural gradients that enhances GAN training stability and performance, achieving state-of-the-art results on ImageNet with significant improvements in Inception Score and FID.
Contribution
The paper proposes a novel latent optimization technique for GANs that improves training dynamics and performance, outperforming previous models on large-scale datasets.
Findings
Achieves an Inception Score of 148 on ImageNet 128x128
Reduces FID to 3.4, outperforming baseline models
Demonstrates improved training stability and mode coverage
Abstract
Training generative adversarial networks requires balancing of delicate adversarial dynamics. Even with careful tuning, training may diverge or end up in a bad equilibrium with dropped modes. In this work, we improve CS-GAN with natural gradient-based latent optimisation and show that it improves adversarial dynamics by enhancing interactions between the discriminator and the generator. Our experiments demonstrate that latent optimisation can significantly improve GAN training, obtaining state-of-the-art performance for the ImageNet () dataset. Our model achieves an Inception Score (IS) of and an Fr\'echet Inception Distance (FID) of , an improvement of and in IS and FID respectively, compared with the baseline BigGAN-deep model with the same architecture and number of parameters.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Adversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
MethodsDense Connections · Euclidean Norm Regularization · Softmax · Natural Gradient Descent · Bottleneck Residual Block · Feedforward Network · Residual Connection · Non-Local Operation · 1x1 Convolution · Six Ways To Communicate To Someone At Expedia Via Phone And Email's.
