Tackling fake images in cybersecurity -- Interpretation of a StyleGAN and lifting its black-box
Julia Laubmann, Johannes Reschke

TL;DR
This paper analyzes the inner workings of StyleGAN, revealing how its architecture influences image generation, and discusses ethical concerns related to its potential misuse for creating convincing fake identities.
Contribution
It provides an in-depth interpretation of StyleGAN's architecture, explores weight pruning effects, and examines the manipulation of latent vectors for facial feature control.
Findings
Many learned weights can be pruned without affecting output
Latent vector alterations influence global image attributes
Targeted latent changes enable precise facial feature editing
Abstract
In today's digital age, concerns about the dangers of AI-generated images are increasingly common. One powerful tool in this domain is StyleGAN (style-based generative adversarial networks), a generative adversarial network capable of producing highly realistic synthetic faces. To gain a deeper understanding of how such a model operates, this work focuses on analyzing the inner workings of StyleGAN's generator component. Key architectural elements and techniques, such as the Equalized Learning Rate, are explored in detail to shed light on the model's behavior. A StyleGAN model is trained using the PyTorch framework, enabling direct inspection of its learned weights. Through pruning, it is revealed that a significant number of these weights can be removed without drastically affecting the output, leading to reduced computational requirements. Moreover, the role of the latent vector --…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
