Distilling Representations from GAN Generator via Squeeze and Span
Yu Yang, Xiaotian Cheng, Chang Liu, Hakan Bilen, Xiangyang Ji

TL;DR
This paper introduces a novel method to distill and transfer GAN generator representations into a student network using squeezing and spanning techniques, improving real domain performance and aiding self-supervised learning.
Contribution
It proposes a new approach to extract and transfer informative GAN representations to downstream tasks, addressing mode collapse and enhancing real data performance.
Findings
Effective in transferring GAN features to downstream tasks
Improves performance on real domain data
Enhances self-supervised representation learning
Abstract
In recent years, generative adversarial networks (GANs) have been an actively studied topic and shown to successfully produce high-quality realistic images in various domains. The controllable synthesis ability of GAN generators suggests that they maintain informative, disentangled, and explainable image representations, but leveraging and transferring their representations to downstream tasks is largely unexplored. In this paper, we propose to distill knowledge from GAN generators by squeezing and spanning their representations. We squeeze the generator features into representations that are invariant to semantic-preserving transformations through a network before they are distilled into the student network. We span the distilled representation of the synthetic domain to the real domain by also using real training data to remedy the mode collapse of GANs and boost the student network…
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
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis
