A Style-Based Generator Architecture for Generative Adversarial Networks, Tero Karras, Samuli Laine, Timo Aila, 2019Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)DOI: 10.48550/arXiv.1812.04948 - The original paper introducing the StyleGAN architecture, detailing the mapping network, AdaIN for style injection, noise addition, and the concept of style mixing for high-resolution image generation with improved disentanglement.
Analyzing and Improving the Image Quality of StyleGAN, Tero Karras, Samuli Laine, Miika Aittala, Janne Hellsten, Jaakko Lehtinen, Timo Aila, 2020Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)DOI: 10.48550/arXiv.1912.04958 - This follow-up paper identifies and addresses several issues in the original StyleGAN, leading to StyleGAN2. It introduces architectural changes to remove artifacts and improve perceptual quality through non-saturating path length regularization.
Generative Deep Learning: Teaching Machines to Paint, Write, Compose, and Play, David Foster, 2019 (O'Reilly Media) - A comprehensive book that provides practical insights into various generative models, including GANs. It offers a broader understanding of the principles behind StyleGAN and other advanced generative architectures, suitable for advanced learners.