paper-with-me

홈 › Papers

When, Why, and Which Pretrained GANs Are Useful?

2022-02-17 · ICLR 2022 4 · Timofey Grigoryev, Andrey Voynov, Artem Babenko

The literature has proposed several methods to finetune pretrained GANs on new datasets, which typically results in higher performance compared to training from scratch, especially in the limited-data regime. However, despite the apparent empirical benefits of GAN pretraining, its inner mechanisms were not analyzed in-depth, and understanding of its role is not entirely clear. Moreover, the essential practical details, e.g., selecting a proper pretrained GAN checkpoint, currently do not have rigorous grounding and are typically determined by trial and error. This work aims to dissect the process of GAN finetuning. First, we show that initializing the GAN training process by a pretrained checkpoint primarily affects the model's coverage rather than the fidelity of individual samples. Second, we explicitly describe how pretrained generators and discriminators contribute to the finetuning process and explain the previous evidence on the importance of pretraining both of them. Finally, as an immediate practical benefit of our analysis, we describe a simple recipe to choose an appropriate GAN checkpoint that is the most suitable for finetuning to a particular target task. Importantly, for most of the target tasks, Imagenet-pretrained GAN, despite having poor visual quality, appears to be an excellent starting point for finetuning, resembling the typical pretraining scenario of discriminative computer vision models.

📄 PDF Abstract BibTeX arXiv:2202.08937

Code (1)

yandex-research/gan-transfer 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Transferring GANs: generating images from limited data

2018-05-04 · ECCV 2018 9 · Yaxing Wang, Chenshen Wu, Luis Herranz, Joost Van de Weijer 외

Transferring the knowledge of pretrained networks to new domains by means of finetuning is a widely used practice for applications based on discriminative models. To the best of our knowledge this practice has not been s…

10-shot image generationDiversityDomain AdaptationImage Generation

On Leveraging Pretrained GANs for Generation with Limited Data

2020-02-26 · ICML 2020 1 · Miaoyun Zhao, Yulai Cong, Lawrence Carin

Recent work has shown generative adversarial networks (GANs) can generate highly realistic images, that are often indistinguishable (by humans) from real images. Most images so generated are not contained in the training…

Image GenerationTransfer Learning

Transferring Unconditional to Conditional GANs with Hyper-Modulation

2021-12-04 · Héctor Laria, Yaxing Wang, Joost Van de Weijer, Bogdan Raducanu

GANs have matured in recent years and are able to generate high-resolution, realistic images. However, the computational resources and the data required for the training of high-quality GANs are enormous, and the study o…

Conditional Image GenerationContrastive LearningTransfer Learning

MineGAN: effective knowledge transfer from GANs to target domains with few images

2019-12-11 · CVPR 2020 6 · Yaxing Wang, Abel Gonzalez-Garcia, David Berga, Luis Herranz 외

One of the attractive characteristics of deep neural networks is their ability to transfer knowledge obtained in one domain to other related domains. As a result, high-quality networks can be trained in domains with rela…

Transfer Learning

Commonality in Natural Images Rescues GANs: Pretraining GANs with Generic and Privacy-free Synthetic Data

2022-04-11 · CVPR 2022 1 · Kyungjune Baek, Hyunjung Shim

Transfer learning for GANs successfully improves generation performance under low-shot regimes. However, existing studies show that the pretrained model using a single benchmark dataset is not generalized to various targ…

Inference AttackMembership Inference AttackTransfer Learning