TL;DR
This paper proposes a novel method for transferring knowledge in conditional GANs by propagating class-specific information through conditional batch normalization, enabling efficient learning of new classes with minimal additional parameters.
Contribution
It introduces a new GAN transfer technique that explicitly propagates knowledge across classes using conditional batch normalization, improving efficiency and performance.
Findings
Outperforms state-of-the-art methods in conditional GAN transfer tasks
Enables linear growth of BN parameters with new classes
Demonstrates effective knowledge sharing among classes
Abstract
Generative adversarial networks (GANs) have shown impressive results in both unconditional and conditional image generation. In recent literature, it is shown that pre-trained GANs, on a different dataset, can be transferred to improve the image generation from a small target data. The same, however, has not been well-studied in the case of conditional GANs (cGANs), which provides new opportunities for knowledge transfer compared to unconditional setup. In particular, the new classes may borrow knowledge from the related old classes, or share knowledge among themselves to improve the training. This motivates us to study the problem of efficient conditional GAN transfer with knowledge propagation across classes. To address this problem, we introduce a new GAN transfer method to explicitly propagate the knowledge from the old classes to the new classes. The key idea is to enforce the…
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
MethodsDense Connections · Feedforward Network · Conditional Batch Normalization · Batch Normalization
