Conditional Image Generation

133 papers with code • 10 benchmarks • 8 datasets

Conditional image generation is the task of generating new images from a dataset conditional on their class.

( Image credit: PixelCNN++ )

Libraries

Use these libraries to find Conditional Image Generation models and implementations

Most implemented papers

Conditional Image Generation with PixelCNN Decoders

openai/pixel-cnn NeurIPS 2016

This work explores conditional image generation with a new image density model based on the PixelCNN architecture.

cGANs with Projection Discriminator

pfnet-research/sngan_projection ICLR 2018

We propose a novel, projection based way to incorporate the conditional information into the discriminator of GANs that respects the role of the conditional information in the underlining probabilistic model.

Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation

eladrich/pixel2style2pixel CVPR 2021

We present a generic image-to-image translation framework, pixel2style2pixel (pSp).

GANimation: Anatomically-aware Facial Animation from a Single Image

albertpumarola/GANimation ECCV 2018

Recent advances in Generative Adversarial Networks (GANs) have shown impressive results for task of facial expression synthesis.

Making Convolutional Networks Shift-Invariant Again

adobe/antialiased-cnns 25 Apr 2019

The well-known signal processing fix is anti-aliasing by low-pass filtering before downsampling.

Hierarchical Text-Conditional Image Generation with CLIP Latents

lucidrains/DALLE2-pytorch 13 Apr 2022

Contrastive models like CLIP have been shown to learn robust representations of images that capture both semantics and style.

Invertible Conditional GANs for image editing

Guim3/IcGAN 19 Nov 2016

Generative Adversarial Networks (GANs) have recently demonstrated to successfully approximate complex data distributions.

Mapping Instructions to Actions in 3D Environments with Visual Goal Prediction

clic-lab/ciff EMNLP 2018

We propose to decompose instruction execution to goal prediction and action generation.

ArtGAN: Artwork Synthesis with Conditional Categorical GANs

cs-chan/Artwork-Synthesis 11 Feb 2017

This paper proposes an extension to the Generative Adversarial Networks (GANs), namely as ARTGAN to synthetically generate more challenging and complex images such as artwork that have abstract characteristics.

Twin Auxiliary Classifiers GAN

batmanlab/twin_ac 5 Jul 2019

One of the popular conditional models is Auxiliary Classifier GAN (AC-GAN), which generates highly discriminative images by extending the loss function of GAN with an auxiliary classifier.