TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Stacked Generative Adversarial Networks

Stacked Generative Adversarial Networks

Xun Huang, Yixuan Li, Omid Poursaeed, John Hopcroft, Serge Belongie

2016-12-13CVPR 2017 7Conditional Image Generation
PaperPDFCodeCode(official)

Abstract

In this paper, we propose a novel generative model named Stacked Generative Adversarial Networks (SGAN), which is trained to invert the hierarchical representations of a bottom-up discriminative network. Our model consists of a top-down stack of GANs, each learned to generate lower-level representations conditioned on higher-level representations. A representation discriminator is introduced at each feature hierarchy to encourage the representation manifold of the generator to align with that of the bottom-up discriminative network, leveraging the powerful discriminative representations to guide the generative model. In addition, we introduce a conditional loss that encourages the use of conditional information from the layer above, and a novel entropy loss that maximizes a variational lower bound on the conditional entropy of generator outputs. We first train each stack independently, and then train the whole model end-to-end. Unlike the original GAN that uses a single noise vector to represent all the variations, our SGAN decomposes variations into multiple levels and gradually resolves uncertainties in the top-down generative process. Based on visual inspection, Inception scores and visual Turing test, we demonstrate that SGAN is able to generate images of much higher quality than GANs without stacking.

Results

TaskDatasetMetricValueModel
Image GenerationCIFAR-10Inception score8.59SGAN
Conditional Image GenerationCIFAR-10Inception score8.59SGAN

Related Papers

Noise Conditional Variational Score Distillation2025-06-11Forward-only Diffusion Probabilistic Models2025-05-22Context-Aware Autoregressive Models for Multi-Conditional Image Generation2025-05-18Efficient Flow Matching using Latent Variables2025-05-07VistaDepth: Frequency Modulation With Bias Reweighting For Enhanced Long-Range Depth Estimation2025-04-21PRISM: A Unified Framework for Photorealistic Reconstruction and Intrinsic Scene Modeling2025-04-19PixelFlow: Pixel-Space Generative Models with Flow2025-04-10A Unified Agentic Framework for Evaluating Conditional Image Generation2025-04-09