Efficient Conditional GAN Transfer with Knowledge Propagation across Classes
About
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 popularly used conditional batch normalization (BN) to learn the class-specific information of the new classes from that of the old classes, with implicit knowledge sharing among the new ones. This allows for an efficient knowledge propagation from the old classes to the new ones, with the BN parameters increasing linearly with the number of new classes. The extensive evaluation demonstrates the clear superiority of the proposed method over state-of-the-art competitors for efficient conditional GAN transfer tasks. The code is available at: https://github.com/mshahbazi72/cGANTransfer
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Semantic Image Synthesis | ADE20K to COCO-Stuff target: 100 images | FID89.8 | 10 | |
| Semantic Image Synthesis | COCO-Stuff to ADE20K target: 100 images | FID64.9 | 10 | |
| Semantic Image Synthesis | ADE20K to Cityscapes target: 100 images | FID63.6 | 10 | |
| Semantic Image Synthesis | COCO-Stuff to Cityscapes (target: 100 images) | FID57.3 | 10 | |
| Conditional Image Generation | Places365 5 classes 500 samples per class | FID71.1 | 6 | |
| Conditional Image Generation | CIFAR100 20 classes 100 samples per class | FID40.04 | 5 | |
| Conditional Image Generation | CIFAR100 10 classes, 600 samples per class | FID29.95 | 5 | |
| Conditional Image Generation | CIFAR100 10 classes, 300 samples per class | FID35.23 | 5 | |
| Conditional Image Generation | CIFAR100 10 classes, 100 samples per class | FID54.95 | 5 | |
| Conditional Image Generation | CIFAR100 Average over 10/20 class transfer setups | mFID36.71 | 5 |