Structured Generative Adversarial Networks
Zhijie Deng, Hao Zhang, Xiaodan Liang, Luona Yang, Shizhen Xu, Jun, Zhu, Eric P. Xing

TL;DR
Structured GANs enable precise control over generated sample semantics with disentangled representations, achieving state-of-the-art semi-supervised classification and high-quality image generation.
Contribution
We introduce SGAN, a semi-supervised generative model that disentangles semantics and other factors, improving controllability and classification accuracy over prior methods.
Findings
Achieves low error rates on MNIST, SVHN, and CIFAR-10 with limited labels.
Produces high-quality, semantically controlled images.
Establishes new benchmarks in semi-supervised image classification.
Abstract
We study the problem of conditional generative modeling based on designated semantics or structures. Existing models that build conditional generators either require massive labeled instances as supervision or are unable to accurately control the semantics of generated samples. We propose structured generative adversarial networks (SGANs) for semi-supervised conditional generative modeling. SGAN assumes the data x is generated conditioned on two independent latent variables: y that encodes the designated semantics, and z that contains other factors of variation. To ensure disentangled semantics in y and z, SGAN builds two collaborative games in the hidden space to minimize the reconstruction error of y and z, respectively. Training SGAN also involves solving two adversarial games that have their equilibrium concentrating at the true joint data distributions p(x, z) and p(x, y), avoiding…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Music and Audio Processing · Model Reduction and Neural Networks
