Mind the Gap in Distilling StyleGANs
Guodong Xu, Yuenan Hou, Ziwei Liu, Chen Change Loy

TL;DR
This paper investigates the challenges of distilling StyleGAN models, identifies output discrepancy as a key issue, and proposes novel initialization and latent-direction-based distillation methods to improve semantic consistency and performance.
Contribution
It introduces a new approach to StyleGAN distillation addressing output discrepancy, with a focus on initialization and latent space relations, leading to superior results.
Findings
Outperforms existing GAN distillation methods significantly.
Effective in maintaining semantic consistency between teacher and student.
Addresses the output discrepancy issue in heterogeneous distillation scenarios.
Abstract
StyleGAN family is one of the most popular Generative Adversarial Networks (GANs) for unconditional generation. Despite its impressive performance, its high demand on storage and computation impedes their deployment on resource-constrained devices. This paper provides a comprehensive study of distilling from the popular StyleGAN-like architecture. Our key insight is that the main challenge of StyleGAN distillation lies in the output discrepancy issue, where the teacher and student model yield different outputs given the same input latent code. Standard knowledge distillation losses typically fail under this heterogeneous distillation scenario. We conduct thorough analysis about the reasons and effects of this discrepancy issue, and identify that the mapping network plays a vital role in determining semantic information of generated images. Based on this finding, we propose a novel…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Neural Network Applications · Computer Graphics and Visualization Techniques
MethodsStyleGAN · Dense Connections · Path Length Regularization · Weight Demodulation · Feedforward Network · Knowledge Distillation · Adaptive Instance Normalization · HuMan(Expedia)||How do I get a human at Expedia? · Convolution · R1 Regularization
