Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Instance-Conditioned GAN

About

Generative Adversarial Networks (GANs) can generate near photo realistic images in narrow domains such as human faces. Yet, modeling complex distributions of datasets such as ImageNet and COCO-Stuff remains challenging in unconditional settings. In this paper, we take inspiration from kernel density estimation techniques and introduce a non-parametric approach to modeling distributions of complex datasets. We partition the data manifold into a mixture of overlapping neighborhoods described by a datapoint and its nearest neighbors, and introduce a model, called instance-conditioned GAN (IC-GAN), which learns the distribution around each datapoint. Experimental results on ImageNet and COCO-Stuff show that IC-GAN significantly improves over unconditional models and unsupervised data partitioning baselines. Moreover, we show that IC-GAN can effortlessly transfer to datasets not seen during training by simply changing the conditioning instances, and still generate realistic images. Finally, we extend IC-GAN to the class-conditional case and show semantically controllable generation and competitive quantitative results on ImageNet; while improving over BigGAN on ImageNet-LT. Code and trained models to reproduce the reported results are available at https://github.com/facebookresearch/ic_gan.

Arantxa Casanova, Marl\`ene Careil, Jakob Verbeek, Michal Drozdzal, Adriana Romero-Soriano• 2021

Related benchmarks

TaskDatasetResultRank
Image GenerationImageNet (val)--
198
Class-conditional Image GenerationImageNet 64x64
FID6.7
126
Image GenerationImageNet 64x64
FID10.4
114
Image GenerationImageNet 256x256 (train)
FID15.6
91
Class-conditional Image GenerationImageNet 64x64 (test)
FID6.7
86
Image GenerationImageNet 64x64 (train val)
FID6.7
83
Class-conditional Image GenerationImageNet (val)
FID6.7
54
Unconditional Image GenerationImageNet 256x256 (train)
FID15.6
21
Image GenerationImageNet (train val)
Precision82.2
17
Class-conditional Image GenerationImageNet-LT (val)
FID23.4
15
Showing 10 of 16 rows

Other info

Code

Follow for update