paper-with-me

홈 › Papers

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, Fahad Shahbaz Khan, Joost Van de Weijer

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 relatively little training data. This property has been extensively studied for discriminative networks but has received significantly less attention for generative models. Given the often enormous effort required to train GANs, both computationally as well as in the dataset collection, the re-use of pretrained GANs is a desirable objective. We propose a novel knowledge transfer method for generative models based on mining the knowledge that is most beneficial to a specific target domain, either from a single or multiple pretrained GANs. This is done using a miner network that identifies which part of the generative distribution of each pretrained GAN outputs samples closest to the target domain. Mining effectively steers GAN sampling towards suitable regions of the latent space, which facilitates the posterior finetuning and avoids pathologies of other methods such as mode collapse and lack of flexibility. We perform experiments on several complex datasets using various GAN architectures (BigGAN, Progressive GAN) and show that the proposed method, called MineGAN, effectively transfers knowledge to domains with few target images, outperforming existing methods. In addition, MineGAN can successfully transfer knowledge from multiple pretrained GANs. Our code is available at: https://github.com/yaxingwang/MineGAN.

📄 PDF Abstract BibTeX arXiv:1912.05270

Code (2)

PeterWang512/GANSketching pytorch
yaxingwang/MineGAN tf

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dogecoin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

MineGAN++: Mining Generative Models for Efficient Knowledge Transfer to Limited Data Domains

2021-04-28 · Yaxing Wang, Abel Gonzalez-Garcia, Chenshen Wu, Luis Herranz 외

GANs largely increases the potential impact of generative models. Therefore, we propose a novel knowledge transfer method for generative models based on mining the knowledge that is most beneficial to a specific target d…

Transfer Learning

Federated Transfer Component Analysis Towards Effective VNF Profiling

2024-04-26 · Xunzheng Zhang, Shadi Moazzeni, Juan Marcelo Parra-Ullauri, Reza Nejabati 외

The increasing concerns of knowledge transfer and data privacy challenge the traditional gather-and-analyse paradigm in networks. Specifically, the intelligent orchestration of Virtual Network Functions (VNFs) requires u…

Domain AdaptationTransfer Learning

D3T-GAN: Data-Dependent Domain Transfer GANs for Few-shot Image Generation

2022-05-12 · Xintian Wu, Huanyu Wang, Yiming Wu, Xi Li

As an important and challenging problem, few-shot image generation aims at generating realistic images through training a GAN model given few samples. A typical solution for few-shot generation is to transfer a well-trai…

Image GenerationKnowledge DistillationTransfer Learning

Efficient Conditional GAN Transfer with Knowledge Propagation across Classes

2021-02-12 · CVPR 2021 1 · Mohamad Shahbazi, Zhiwu Huang, Danda Pani Paudel, Ajad Chhatkuli 외

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 transfe…

Conditional Image GenerationImage 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