Generative Models

StyleGAN is a type of generative adversarial network. It uses an alternative generator architecture for generative adversarial networks, borrowing from style transfer literature; in particular, the use of adaptive instance normalization. Otherwise it follows Progressive GAN in using a progressively growing training regime. Other quirks include the fact it generates from a fixed value tensor not stochastically generated latent variables as in regular GANs. The stochastically generated latent variables are used as style vectors in the adaptive instance normalization at each resolution after being transformed by an 8-layer feedforward network. Lastly, it employs a form of regularization called mixing regularization, which mixes two style latent variables during training.

Source: A Style-Based Generator Architecture for Generative Adversarial Networks

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Image Generation 58 16.25%
Disentanglement 24 6.72%
Face Generation 15 4.20%
Image Manipulation 15 4.20%
Face Recognition 13 3.64%
Face Swapping 13 3.64%
Super-Resolution 10 2.80%
Video Generation 9 2.52%
Image-to-Image Translation 9 2.52%

Categories