Papers › StoryDALL-E: Adapting Pretrained Text-to-Image Transformers for Story Continuation

StoryDALL-E: Adapting Pretrained Text-to-Image Transformers for Story Continuation

13 Sep 2022arXiv:2209.06192archive 2025-07-28

Adyasha Maharana, Darryl Hannan, Mohit Bansal

Recent advances in text-to-image synthesis have led to large pretrained transformers with excellent capabilities to generate visualizations from a given text. However, these models are ill-suited for specialized tasks like story visualization, which requires an agent to produce a sequence of images given a corresponding sequence of captions, forming a narrative. Moreover, we find that the story visualization task fails to accommodate generalization to unseen plots and characters in new narratives. Hence, we first propose the task of story continuation, where the generated visual story is conditioned on a source image, allowing for better generalization to narratives with new characters. Then, we enhance or 'retro-fit' the pretrained text-to-image synthesis models with task-specific modules for (a) sequential image generation and (b) copying relevant elements from an initial frame. Then, we explore full-model finetuning, as well as prompt-based tuning for parameter-efficient adaptation, of the pre-trained model. We evaluate our approach StoryDALL-E on two existing datasets, PororoSV and FlintstonesSV, and introduce a new dataset DiDeMoSV collected from a video-captioning dataset. We also develop a model StoryGANc based on Generative Adversarial Networks (GAN) for story continuation, and compare it with the StoryDALL-E model to demonstrate the advantages of our approach. We show that our retro-fitting approach outperforms GAN-based models for story continuation and facilitates copying of visual elements from the source image, thereby improving continuity in the generated visual story. Finally, our analysis suggests that pretrained transformers struggle to comprehend narratives containing several characters. Overall, our work demonstrates that pretrained text-to-image synthesis models can be adapted for complex and low-resource tasks like story continuation.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2209.06192")

Code

Syntology Ran 2 of 3 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 2 ran with no contract checked.

By repository: official repository: 3 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

adymaharana/storydalle officialmentioned in papermentioned 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

3 samples harvested; 2 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran
1unverified

Licence: 0 of the 3 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 adymaharana/storydalle. “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.

Block adymaharana/storydalle/story-dalle/dalle/models/stage2/transformer.py official repository ran MIT (permissive) · 5f34dd7c6d84070b · report
MultiHeadSelfAttention adymaharana/storydalle/story-dalle/dalle/models/stage2/transformer.py official repository ran MIT (permissive) · c354cf95a9627777 · report
Transformer1d adymaharana/storydalle/story-dalle/dalle/models/stage2/transformer.py official repository unverified MIT (permissive) · b446857df78ea96c · report

Tasks

Image GenerationStory ContinuationStory VisualizationVideo Captioning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Story Continuation FlintstonesSV StoryDALL-E Char-F1 74.28 #3 of 6 Archive leaderboard report
Story Continuation FlintstonesSV StoryDALL-E F-Acc 52.35 #3 of 6 Archive leaderboard report
Story Continuation FlintstonesSV StoryDALL-E FID 28.37 #3 of 6 Archive leaderboard report
Story Continuation FlintstonesSV StoryDALL-E (Story Embeddings) Char-F1 72.18 #4 of 6 Archive leaderboard report
Story Continuation FlintstonesSV StoryDALL-E (Story Embeddings) F-Acc 53.28 #4 of 6 Archive leaderboard report
Story Continuation FlintstonesSV StoryDALL-E (Story Embeddings) FID 29.21 #4 of 6 Archive leaderboard report
Story Continuation FlintstonesSV StoryDALL-E (Cross-Attention) Char-F1 73.94 #5 of 6 Archive leaderboard report
Story Continuation FlintstonesSV StoryDALL-E (Cross-Attention) F-Acc 52.72 #5 of 6 Archive leaderboard report
Story Continuation FlintstonesSV StoryDALL-E (Cross-Attention) FID 35.04 #5 of 6 Archive leaderboard report
Story Continuation FlintstonesSV StoryDALL-E (Story Embeddings + Cross-Attention) Char-F1 72.44 #6 of 6 Archive leaderboard report
Story Continuation FlintstonesSV StoryDALL-E (Story Embeddings + Cross-Attention) F-Acc 51.32 #6 of 6 Archive leaderboard report
Story Continuation FlintstonesSV StoryDALL-E (Story Embeddings + Cross-Attention) FID 36.28 #6 of 6 Archive leaderboard report
Story Continuation PororoSV StoryDALL-E Char-F1 40.28 #3 of 6 Archive leaderboard report
Story Continuation PororoSV StoryDALL-E F-Acc 20.94 #3 of 6 Archive leaderboard report
Story Continuation PororoSV StoryDALL-E FID 21.64 #3 of 6 Archive leaderboard report
Story Continuation PororoSV StoryDALL-E (Cross-Attention) Char-F1 40.25 #4 of 6 Archive leaderboard report
Story Continuation PororoSV StoryDALL-E (Cross-Attention) F-Acc 18.16 #4 of 6 Archive leaderboard report
Story Continuation PororoSV StoryDALL-E (Cross-Attention) FID 23.27 #4 of 6 Archive leaderboard report
Story Continuation PororoSV StoryDALL-E (Story Embeddings) Char-F1 39.32 #5 of 6 Archive leaderboard report
Story Continuation PororoSV StoryDALL-E (Story Embeddings) F-Acc 34.65 #5 of 6 Archive leaderboard report
Story Continuation PororoSV StoryDALL-E (Story Embeddings) FID 30.45 #5 of 6 Archive leaderboard report
Story Continuation PororoSV StoryDALL-E (Story Embeddings + Cross-Attention) Char-F1 35.29 #6 of 6 Archive leaderboard report
Story Continuation PororoSV StoryDALL-E (Story Embeddings + Cross-Attention) F-Acc 16.73 #6 of 6 Archive leaderboard report
Story Continuation PororoSV StoryDALL-E (Story Embeddings + Cross-Attention) FID 31.68 #6 of 6 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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