paper-with-me

Papers

Zero-shot Generative Model Adaptation via Image-specific Prompt Learning

2023-04-06 · CVPR 2023 1 · Jiayi Guo, Chaofei Wang, You Wu, Eric Zhang, Kai Wang, Xingqian Xu, Shiji Song, Humphrey Shi, Gao Huang

Recently, CLIP-guided image synthesis has shown appealing performance on adapting a pre-trained source-domain generator to an unseen target domain. It does not require any target-domain samples but only the textual domain labels. The training is highly efficient, e.g., a few minutes. However, existing methods still have some limitations in the quality of generated images and may suffer from the mode collapse issue. A key reason is that a fixed adaptation direction is applied for all cross-domain image pairs, which leads to identical supervision signals. To address this issue, we propose an Image-specific Prompt Learning (IPL) method, which learns specific prompt vectors for each source-domain image. This produces a more precise adaptation direction for every cross-domain image pair, endowing the target-domain generator with greatly enhanced flexibility. Qualitative and quantitative evaluations on various domains demonstrate that IPL effectively improves the quality and diversity of synthesized images and alleviates the mode collapse. Moreover, IPL is independent of the structure of the generative model, such as generative adversarial networks or diffusion models. Code is available at https://github.com/Picsart-AI-Research/IPL-Zero-Shot-Generative-Model-Adaptation.

📄 PDF Abstract BibTeX arXiv:2304.03119

Code (1)

picsart-ai-research/ipl-zero-shot-generative-model-adaptation 공식 구현 pytorch

Tasks

DiversityImage GenerationPrompt Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
IPL Iterative Pseudo-Labeling (IPL) is a semi-supervised algorithm for speech recognition which efficiently performs multiple iterations of pseudo-labeling on unlabeled data as…

Similar Papers 제목 키워드 기반

Towards Diverse and Faithful One-shot Adaption of Generative Adversarial Networks

2022-07-18 · Yabo Zhang, Mingshuai Yao, Yuxiang Wei, Zhilong Ji 외

One-shot generative domain adaption aims to transfer a pre-trained generator on one domain to a new domain using one reference image only. However, it remains very challenging for the adapted generator (i) to generate di…

DiversityDomain Adaptation

Improving Diversity in Zero-Shot GAN Adaptation with Semantic Variations

2023-08-21 · ICCV 2023 1 · Seogkyu Jeon, Bei Liu, Pilhyeon Lee, Kibeom Hong 외

Training deep generative models usually requires a large amount of data. To alleviate the data collection cost, the task of zero-shot GAN adaptation aims to reuse well-trained generators to synthesize images of an unseen…

Diversity

A Generative Framework for Zero-Shot Learning with Adversarial Domain Adaptation

2019-06-07 · Varun Khare, Divyat Mahajan, Homanga Bharadhwaj, Vinay Verma 외

We present a domain adaptation based generative framework for zero-shot learning. Our framework addresses the problem of domain shift between the seen and unseen class distributions in zero-shot learning and minimizes th…

AttributeDomain AdaptationZero-Shot Learning

One-shot Generative Domain Adaptation in 3D GANs

2024-10-11 · Ziqiang Li, Yi Wu, Chaoyue Wang, Xue Rui 외

3D-aware image generation necessitates extensive training data to ensure stable training and mitigate the risk of overfitting. This paper first considers a novel task known as One-shot 3D Generative Domain Adaptation (GD…

Domain AdaptationImage Generation

HGNet: Hybrid Generative Network for Zero-shot Domain Adaptation

2020-08-01 · ECCV 2020 8 · Haifeng Xia, Zhengming Ding

Domain Adaptation as an important tool aims to explore a generalized model trained on well-annotated source knowledge to address learning issue on target domain with insufficient or even no annotation. Current approaches…

Domain Adaptation