HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Instance-Conditioned GAN

Arantxa Casanova Marlène Careil Jakob Verbeek Michal Drozdzal Adriana Romero-Soriano

Instance-Conditioned GAN

Abstract

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.

Code Repositories

facebookresearch/ic_gan
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
conditional-image-generation-on-imagenetIC-GAN + DA
FID: 9.5
Inception score: 108.6
conditional-image-generation-on-imagenet-1IC-GAN + DA
FID: 6.7
Inception score: 45.9±0.3
conditional-image-generation-on-imagenet-1BigGAN* [Brock et al.] +DA
FID: 10.2±0.1
Inception score: 30.1±0.1
conditional-image-generation-on-imagenet-2IC-GAN (chx96) + DA
FID: 8.2±0.1
Inception score: 173.8±0.9
conditional-image-generation-on-imagenet-2BigGAN+ [Brock et al.] (chx96)
FID: 8.1
Inception score: 144.2

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Instance-Conditioned GAN | Papers | HyperAI