Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

StackGAN: Text to Photo-realistic Image Synthesis with Stacked Generative Adversarial Networks

About

Synthesizing high-quality images from text descriptions is a challenging problem in computer vision and has many practical applications. Samples generated by existing text-to-image approaches can roughly reflect the meaning of the given descriptions, but they fail to contain necessary details and vivid object parts. In this paper, we propose Stacked Generative Adversarial Networks (StackGAN) to generate 256x256 photo-realistic images conditioned on text descriptions. We decompose the hard problem into more manageable sub-problems through a sketch-refinement process. The Stage-I GAN sketches the primitive shape and colors of the object based on the given text description, yielding Stage-I low-resolution images. The Stage-II GAN takes Stage-I results and text descriptions as inputs, and generates high-resolution images with photo-realistic details. It is able to rectify defects in Stage-I results and add compelling details with the refinement process. To improve the diversity of the synthesized images and stabilize the training of the conditional-GAN, we introduce a novel Conditioning Augmentation technique that encourages smoothness in the latent conditioning manifold. Extensive experiments and comparisons with state-of-the-arts on benchmark datasets demonstrate that the proposed method achieves significant improvements on generating photo-realistic images conditioned on text descriptions.

Han Zhang, Tao Xu, Hongsheng Li, Shaoting Zhang, Xiaogang Wang, Xiaolei Huang, Dimitris Metaxas• 2016

Related benchmarks

TaskDatasetResultRank
Text-to-Image SynthesisMS-COCO (val)--
35
Text-to-Image SynthesisCUB-200-2011 (test)
FID51.89
20
Text-to-Image SynthesisMSCOCO (test)
FID74.05
18
Text-to-Image GenerationCOCO (test)--
18
Text-to-Image SynthesisCUB (test)--
16
Text-to-Image SynthesisOxford-102 (test)
FID55.28
8
Text-to-Image SynthesisCUB
Inception Score3.7
5
Text-to-Image SynthesisCOCO
Inception Score8.45
5
Showing 8 of 8 rows

Other info

Code

Follow for update