StyleGAN: photorealistic synthetic faces
Computer vision / synthetic mediaNVIDIA researchers wanted a GAN architecture capable of generating high-resolution (1024x1024) human face images with fine, controllable detail (hair strands, pores, freckles) and smoothly disentangled attributes like pose, identity, and style — far beyond what earlier DCGAN-style architectures could produce.
StyleGAN introduced a mapping network that transforms the latent code into an intermediate latent space , then injects style information at multiple resolutions via adaptive instance normalization (AdaIN), combined with progressive growing of the generator and discriminator from low to high resolution during training.
StyleGAN (and its successor StyleGAN2) produced face images judged photorealistic by human evaluators at rates close to indistinguishable from real photographs in user studies, popularizing sites like "This Person Does Not Exist." It also enabled fine-grained semantic editing (changing age, expression, or lighting) by manipulating the learned -space, demonstrating that adversarial training can yield not just realism but a structured, controllable latent representation.
Source: A Style-Based Generator Architecture for Generative Adversarial Networks — Karras, T., Laine, S. and Aila, T.