Latent Space is Feature Space: Regularization Term for GANs Training on Limited Dataset
Pengwei Wang

TL;DR
This paper introduces LFM, a novel regularization method for GANs that enhances feature diversity in the latent space, reducing mode collapse and improving image quality with limited data.
Contribution
The paper proposes a new regularization term called LFM that maximizes feature diversity in the latent space, improving GAN training on small datasets.
Findings
LFM improves FID scores on CelebA dataset.
LFM reduces mode collapse in GANs.
The method requires mild additional computational performance.
Abstract
Generative Adversarial Networks (GAN) is currently widely used as an unsupervised image generation method. Current state-of-the-art GANs can generate photorealistic images with high resolution. However, a large amount of data is required, or the model would prone to generate images with similar patterns (mode collapse) and bad quality. I proposed an additional structure and loss function for GANs called LFM, trained to maximize the feature diversity between the different dimensions of the latent space to avoid mode collapse without affecting the image quality. Orthogonal latent vector pairs are created, and feature vector pairs extracted by discriminator are examined by dot product, with which discriminator and generator are in a novel adversarial relationship. In experiments, this system has been built upon DCGAN and proved to have improvement on Frechet Inception Distance (FID)…
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 · Advanced Image Processing Techniques · Digital Media Forensic Detection
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Convolution · Batch Normalization · HuMan(Expedia)||How do I get a human at Expedia? · Deep Convolutional GAN
