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

10/28/2022
by   Pengwei Wang, et al.
0

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) training from scratch on CelebA Dataset. This system requires mild extra performance and can work with data augmentation methods. The code is available on github.com/penway/LFM.

READ FULL TEXT

page 1

page 9

page 10

research
07/21/2023

LatentAugment: Data Augmentation via Guided Manipulation of GAN's Latent Space

Data Augmentation (DA) is a technique to increase the quantity and diver...
research
11/23/2021

Smoothing the Generative Latent Space with Mixup-based Distance Learning

Producing diverse and realistic images with generative models such as GA...
research
08/22/2018

Escaping from Collapsing Modes in a Constrained Space

Generative adversarial networks (GANs) often suffer from unpredictable m...
research
04/27/2022

Optimized latent-code selection for explainable conditional text-to-image GANs

The task of text-to-image generation has achieved remarkable progress du...
research
08/05/2021

dp-GAN : Alleviating Mode Collapse in GAN via Diversity Penalty Module

The vanilla GAN [5] suffers from mode collapse deeply, which usually man...
research
12/08/2021

Feature Statistics Mixing Regularization for Generative Adversarial Networks

In generative adversarial networks, improving discriminators is one of t...
research
08/16/2019

TunaGAN: Interpretable GAN for Smart Editing

In this paper, we introduce a tunable generative adversary network (Tuna...

Please sign up or login with your details

Forgot password? Click here to reset