paper-with-me

홈 › Papers

DynaGAN: Dynamic Few-shot Adaptation of GANs to Multiple Domains

2022-11-26 · Seongtae Kim, Kyoungkook Kang, Geonung Kim, Seung-Hwan Baek, Sunghyun Cho

Few-shot domain adaptation to multiple domains aims to learn a complex image distribution across multiple domains from a few training images. A na\"ive solution here is to train a separate model for each domain using few-shot domain adaptation methods. Unfortunately, this approach mandates linearly-scaled computational resources both in memory and computation time and, more importantly, such separate models cannot exploit the shared knowledge between target domains. In this paper, we propose DynaGAN, a novel few-shot domain-adaptation method for multiple target domains. DynaGAN has an adaptation module, which is a hyper-network that dynamically adapts a pretrained GAN model into the multiple target domains. Hence, we can fully exploit the shared knowledge across target domains and avoid the linearly-scaled computational requirements. As it is still computationally challenging to adapt a large-size GAN model, we design our adaptation module light-weight using the rank-1 tensor decomposition. Lastly, we propose a contrastive-adaptation loss suitable for multi-domain few-shot adaptation. We validate the effectiveness of our method through extensive qualitative and quantitative evaluations.

📄 PDF Abstract BibTeX arXiv:2211.14554

Code (1)

blueGorae/DynaGAN 공식 구현 pytorch

Tasks

Domain AdaptationTensor Decomposition

Similar Papers 제목 키워드 기반

Few-Shot Adaptation of Generative Adversarial Networks

2020-10-22 · Esther Robb, Wen-Sheng Chu, Abhishek Kumar, Jia-Bin Huang

Generative Adversarial Networks (GANs) have shown remarkable performance in image synthesis tasks, but typically require a large number of training samples to achieve high-quality synthesis. This paper proposes a simple …

Image Generation

Regularized Low-Rank Adaptation for Few-Shot Organ Segmentation

2025-07-21 · Ghassen Baklouti, Julio Silva-Rodríguez, Jose Dolz, Houda Bahig 외 arxiv

Parameter-efficient fine-tuning (PEFT) of pre-trained foundation models is increasingly attracting interest in medical imaging due to its effectiveness and computational efficiency. Among these methods, Low-Rank Adaptati…

parameter-efficient fine-tuningMedical Image SegmentationComputational Efficiency

StyleDomain: Efficient and Lightweight Parameterizations of StyleGAN for One-shot and Few-shot Domain Adaptation

2022-12-20 · ICCV 2023 1 · Aibek Alanov, Vadim Titov, Maksim Nakhodnov, Dmitry Vetrov

Domain adaptation of GANs is a problem of fine-tuning GAN models pretrained on a large dataset (e.g. StyleGAN) to a specific domain with few samples (e.g. painting faces, sketches, etc.). While there are many methods tha…

Domain AdaptationImage MorphingImage-to-Image Translation

Few-shot Image Generation via Masked Discrimination

2022-10-27 · Jingyuan Zhu, Huimin Ma, Jiansheng Chen, Jian Yuan

Few-shot image generation aims to generate images of high quality and great diversity with limited data. However, it is difficult for modern GANs to avoid overfitting when trained on only a few images. The discriminator …

DiversityImage Generation

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