# JGAN: A Joint Formulation of GAN for Synthesizing Images and Labels

**Authors:** Minje Park

arXiv: 1905.11574 · 2020-10-22

## TL;DR

This paper introduces JGAN, a joint formulation of GANs that models the combined distribution of images and labels, improving robustness to label noise and enabling the use of weak labels for better image synthesis.

## Contribution

The paper proposes a novel joint distribution formulation of GANs, offering robustness to label noise and flexibility in using weak labels or features, advancing image generation techniques.

## Key findings

- Effective on CIFAR10, CIFAR100, and STL datasets.
- Outperforms conditional GANs in noisy label scenarios.
- Enhances unconditional image generation with weak labels.

## Abstract

Image generation with explicit condition or label generally works better than unconditional methods. In modern GAN frameworks, both generator and discriminator are formulated to model the conditional distribution of images given with labels. In this paper, we provide an alternative formulation of GAN which models the joint distribution of images and labels. There are two advantages in this joint formulation over conditional approaches. The first advantage is that the joint formulation is more robust to label noises if it's properly modeled. This alleviates the burden of making noise-free labels and allows the use of weakly-supervised labels in image generation. The second is that we can use any kinds of weak labels or image features that have correlations with the original image data to enhance unconditional image generation. We will show the effectiveness of our joint formulation on CIFAR10, CIFAR100, and STL dataset with the state-of-the-art GAN architecture.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.11574/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1905.11574/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1905.11574/full.md

---
Source: https://tomesphere.com/paper/1905.11574