Papers › Generative Adversarial Text to Image Synthesis

Generative Adversarial Text to Image Synthesis

17 May 2016arXiv:1605.05396archive 2025-07-28

Scott Reed, Zeynep Akata, Xinchen Yan, Lajanugen Logeswaran, Bernt Schiele, Honglak Lee

Automatic synthesis of realistic images from text would be interesting and useful, but current AI systems are still far from this goal. However, in recent years generic and powerful recurrent neural network architectures have been developed to learn discriminative text feature representations. Meanwhile, deep convolutional generative adversarial networks (GANs) have begun to generate highly compelling images of specific categories, such as faces, album covers, and room interiors. In this work, we develop a novel deep architecture and GAN formulation to effectively bridge these advances in text and image model- ing, translating visual concepts from characters to pixels. We demonstrate the capability of our model to generate plausible images of birds and flowers from detailed text descriptions.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1605.05396")

Code

Syntology Ran 9 of 19 code samples harvested from 6 repositories linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · honoured contract; 6 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: community (archive-listed): 18 samples from 6 repositories, 8 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

39 repositories listed; official and paper-mentioned ones first.

reedscot/icml2016 officialmentioned on GitHubtorchMIT report
Abhis-123/TextToImage mentioned on GitHubpytorchMIT report
CorneliusHsiao/FoodMethodGAN mentioned on GitHubpytorch report
DanielLongo/AdversarialTrain mentioned on GitHubpytorch report
DanielLongo/GANs mentioned on GitHubpytorch report
DanielLongo/cGANs mentioned on GitHubpytorch report
KanikaNegi/text-to-image-using-GAN mentioned on GitHubpytorch report
Maymaher/StackGANv2 mentioned on GitHubpytorch report
Vigneshthanga/stackGAN-v2 mentioned on GitHubpytorch report
Vishal-V/StackGAN mentioned on GitHubtfMIT report
aelnouby/Text-to-Image-Synthesis mentioned on GitHubpytorch report
anandaltekar/movie-poster-generator mentioned on GitHubpytorch report
charchit7/QuickDraw-App mentioned on GitHubpytorch report
dongdongdong666/CPGAN mentioned on GitHubpytorch report
faizaan09/caption-to-image-generation mentioned on GitHubpytorchMIT report
franroldans/tfm-franroldan-wav2pix mentioned on GitHubpytorch report
hanzhanggit/StackGAN mentioned on GitHubtfMIT report
hanzhanggit/StackGAN-Pytorch mentioned on GitHubpytorchMIT report
hanzhanggit/StackGAN-v2 mentioned on GitHubpytorchMIT report
itsayushthada/Text-To-Image mentioned on GitHubpytorchMIT report
jay-z007/Text-to-Image-Synthesis mentioned on GitHubpytorchMIT report
jdrego/EEE511ANC-Text2ImageGAN mentioned on GitHubtf report
mikepatel/Text-2-Image-GAN mentioned on GitHubtf report
mrStasSmirnoff/GAN_basics mentioned on GitHubtf report
prakashpandey9/Text2Image-PyTorch mentioned on GitHubpytorch report
priscillalui/StackGAN-Stories mentioned on GitHubpytorch report
rightlit/StackGAN-v2-rev mentioned on GitHubpytorchMIT report
scrambleegg7/Text-to-Image-Synthesis2 mentioned on GitHubpytorchMIT report
snow-mn/GAN-INT-CLS mentioned on GitHubpytorch report
vtddggg/BilinearGAN_for_LBIE mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 9 ran; 1 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
6ran · our draft was wrong
1ran · fixture could not drive it
1ran
10unverified

Licence: 6 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 6 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Block3x3_relu priscillalui/StackGAN-Stories/code/model.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 90b28e5e76aecfad · report
conv3x3 Abhis-123/TextToImage/stackgan/utils/from_original.py community (archive-listed) ran · our draft was wrong MIT (permissive) · ea864de5c552bc4a · report
cosine_similarity dongdongdong666/CPGAN/evaluation/caculate_R_precison.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · e0c14774d8283a63 · report
create_optimizer DanielLongo/cGANs/DCGAN.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 1260620e5bfe1614 · report
discriminator_loss DanielLongo/cGANs/cDCGAN.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 8d99aaa30d71b315 · report
generate_nosie DanielLongo/cGANs/DCGAN.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · edd684c8d7918d6a · report
train_gan DanielLongo/cGANs/DCGAN.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 2fb479c48e65d7b4 · report
upBlock dongdongdong666/CPGAN/code/model.py community (archive-listed) ran · our draft was wrong MIT (permissive) · c96308e17ab1e7ae · report
Block3x3_relu Abhis-123/TextToImage/stackgan/utils/from_original.py community (archive-listed) unverified MIT (permissive) · 2bbce63d639e9cfe · report
Conv2dCongruent Abhis-123/TextToImage/stackgan/utils/blocks.py community (archive-listed) unverified MIT (permissive) · 0b7e6680747be066 · report
JoinBlock Abhis-123/TextToImage/stackgan/utils/blocks.py community (archive-listed) unverified MIT (permissive) · aa85d37a12bbf4cd · report
UpsamplingBlock Abhis-123/TextToImage/stackgan/utils/blocks.py community (archive-listed) unverified MIT (permissive) · 6887d29e55f2f670 · report
encode itsayushthada/Text-To-Image/skipthoughts.py community (archive-listed) unverified MIT (permissive) · 2d06283b04889970 · report
preprocess hanzhanggit/StackGAN-inception-model/inception_score.py community (archive-listed) unverified no licence file found · pointer only · b85a728ed7aaaade · report
preprocess itsayushthada/Text-To-Image/skipthoughts.py community (archive-listed) unverified MIT (permissive) · 6f1052a5fada2e72 · report
process_text Abhis-123/TextToImage/datasets.py community (archive-listed) unverified MIT (permissive) · ca07d7ef0a1b5440 · report
upBlock Abhis-123/TextToImage/stackgan/utils/from_original.py community (archive-listed) unverified MIT (permissive) · 6467935a6cd80074 · report
word_features itsayushthada/Text-To-Image/skipthoughts.py community (archive-listed) unverified MIT (permissive) · fca1315be1d730a4 · report
conv1x1 identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 19379807ba70daaa · report

Tasks

Adversarial TextImage GenerationText-to-Image Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections