明示的な条件またはラベルを使用した画像生成は、通常、無条件の方法よりもうまく機能します。最新のGANフレームワークでは、ジェネレーターとディスクリミネーターの両方が、ラベル付きの画像の条件付き分布をモデル化するように定式化されています。この論文では、画像とラベルの同時分布をモデル化するGANの代替定式化を提供します。この共同定式化には、条件付きアプローチに比べて2つの利点があります。最初の利点は、適切にモデル化されている場合、ジョイントの定式化がノイズのラベル付けに対してより堅牢になることです。これにより、ノイズのないラベルを作成する負担が軽減され、画像生成で弱く監視されたラベルを使用できるようになります。 2つ目は、元の画像データと相関関係があるあらゆる種類の弱いラベルまたは画像の特徴を使用して、無条件の画像生成を強化できることです。最先端のGANアーキテクチャを使用して、CIFAR10、CIFAR100、およびSTLデータセットに対する共同定式化の有効性を示します。
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.