GANs Conditioning Methods: A Survey
Anis Bourou, Valérie Mezger, Auguste Genovesio
TL;DR
This survey analyzes how conditioning can be incorporated into GANs, focusing on discriminators (auxiliary classifiers, projection-based, and contrastive discriminators) and generator conditioning techniques. It introduces ECGAN, a unifying energy-based framework that connects classifier-based and classifier-free approaches, and discusses how different formulations approximate the joint distribution p(x,y). Through experiments on CIFAR-10 and a Carnivores subset, the study highlights trade-offs in stability, diversity, and quality across methods, showing that projection- and contrastive-based conditioning often offer robustness where auxiliary classifiers struggle. The findings provide practical guidance for selecting conditioning strategies and motivate future research toward unified, stable, and scalable conditional generative models.
Abstract
In recent years, Generative Adversarial Networks (GANs) have seen significant advancements, leading to their widespread adoption across various fields. The original GAN architecture enables the generation of images without any specific control over the content, making it an unconditional generation process. However, many practical applications require precise control over the generated output, which has led to the development of conditional GANs (cGANs) that incorporate explicit conditioning to guide the generation process. cGANs extend the original framework by incorporating additional information (conditions), enabling the generation of samples that adhere to that specific criteria. Various conditioning methods have been proposed, each differing in how they integrate the conditioning information into both the generator and the discriminator networks. In this work, we review the conditioning methods proposed for GANs, exploring the characteristics of each method and highlighting their unique mechanisms and theoretical foundations. Furthermore, we conduct a comparative analysis of these methods, evaluating their performance on various image datasets. Through these analyses, we aim to provide insights into the strengths and limitations of various conditioning techniques, guiding future research and application in generative modeling.
