paper-with-me

Papers

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 of transfer learning of these models is therefore an urgent topic. Many of the available high-quality pretrained GANs are unconditional (like StyleGAN). For many applications, however, conditional GANs are preferable, because they provide more control over the generation process, despite often suffering more training difficulties. Therefore, in this paper, we focus on transferring from high-quality pretrained unconditional GANs to conditional GANs. This requires architectural adaptation of the pretrained GAN to perform the conditioning. To this end, we propose hyper-modulated generative networks that allow for shared and complementary supervision. To prevent the additional weights of the hypernetwork to overfit, with subsequent mode collapse on small target domains, we introduce a self-initialization procedure that does not require any real data to initialize the hypernetwork parameters. To further improve the sample efficiency of the transfer, we apply contrastive learning in the discriminator, which effectively works on very limited batch sizes. In extensive experiments, we validate the efficiency of the hypernetworks, self-initialization and contrastive loss for knowledge transfer on standard benchmarks.

📄 PDF Abstract BibTeX arXiv:2112.02219

Code (1)

hecoding/hyper-modulation 공식 구현 pytorch

Tasks

Conditional Image GenerationContrastive LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

Large Scale Image Completion via Co-Modulated Generative Adversarial Networks

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Co-modulated GANs link image-conditional GANs and unconditional modulated models to address large-scale image completion tasks. Co-modulation brings stochastic and conditional style representations together. To improve e…

Image-to-Image TranslationTranslation

A New Perspective on Stabilizing GANs training: Direct Adversarial Training

2020-08-19 · Ziqiang Li, Pengfei Xia, Rentuo Tao, Hongjing Niu 외

Generative Adversarial Networks (GANs) are the most popular image generation models that have achieved remarkable progress on various computer vision tasks. However, training instability is still one of the open problems…

Adversarial AttackImage Generation

Collapse by Conditioning: Training Class-conditional GANs with Limited Data

2022-01-17 · ICLR 2022 4 · Mohamad Shahbazi, Martin Danelljan, Danda Pani Paudel, Luc van Gool

Class-conditioning offers a direct means to control a Generative Adversarial Network (GAN) based on a discrete input variable. While necessary in many applications, the additional information provided by the class labels…

Generative Adversarial Network

Exploring The Effect of High-frequency Components in GANs Training

2021-03-20 · Ziqiang Li, Pengfei Xia, Xue Rui, Bin Li

Generative Adversarial Networks (GANs) have the ability to generate images that are visually indistinguishable from real images. However, recent studies have revealed that generated and real images share significant diff…

Vocal Bursts Intensity Prediction

Adversarial Text to Continuous Image Generation

2024-01-01 · CVPR 2024 1 · Kilichbek Haydarov, Aashiq Muhamed, Xiaoqian Shen, Jovana Lazarevic 외

Existing GAN-based text-to-image models treat images as 2D pixel arrays. In this paper we approach the text-to-image task from a different perspective where a 2D image is represented as an implicit neural representat…

Adversarial TextImage Generation