Papers › StoryGPT-V: Large Language Models as Consistent Story Visualizers

StoryGPT-V: Large Language Models as Consistent Story Visualizers

4 Dec 2023CVPR 2025 1arXiv:2312.02252archive 2025-07-28

Xiaoqian Shen, Mohamed Elhoseiny

Recent generative models have demonstrated impressive capabilities in generating realistic and visually pleasing images grounded on textual prompts. Nevertheless, a significant challenge remains in applying these models for the more intricate task of story visualization. Since it requires resolving pronouns (he, she, they) in the frame descriptions, i.e., anaphora resolution, and ensuring consistent characters and background synthesis across frames. Yet, the emerging Large Language Model (LLM) showcases robust reasoning abilities to navigate through ambiguous references and process extensive sequences. Therefore, we introduce \textbf{StoryGPT-V}, which leverages the merits of the latent diffusion (LDM) and LLM to produce images with consistent and high-quality characters grounded on given story descriptions. First, we train a character-aware LDM, which takes character-augmented semantic embedding as input and includes the supervision of the cross-attention map using character segmentation masks, aiming to enhance character generation accuracy and faithfulness. In the second stage, we enable an alignment between the output of LLM and the character-augmented embedding residing in the input space of the first-stage model. This harnesses the reasoning ability of LLM to address ambiguous references and the comprehension capability to memorize the context. We conduct comprehensive experiments on two visual story visualization benchmarks. Our model reports superior quantitative results and consistently generates accurate characters of remarkable quality with low memory consumption. Our code will be made publicly available.

PaperPDFConference PDFCodeCode 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="2312.02252")

Code

Syntology Ran 9 of 15 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 8 ran with no contract checked.

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

xiaoqian-shen/StoryGPT-V 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

15 samples harvested; 9 ran; 0 honoured the contract we drafted; 6 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 · our draft was wrong
8ran
6unverified

Licence: 15 of the 15 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 xiaoqian-shen/StoryGPT-V. “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.

collate_fn xiaoqian-shen/StoryGPT-V/models/data.py official repository ran no licence file found · pointer only · a3b4f58d84032797 · report
contrastive_loss xiaoqian-shen/StoryGPT-V/gill/losses.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 83ada93fd84968cc · report
find_start_match xiaoqian-shen/StoryGPT-V/models/data.py official repository ran fingerprinted no licence file found · pointer only · 8d1084e28d0e8fb1 · report
get_reg_loss_layer xiaoqian-shen/StoryGPT-V/models/model.py official repository ran no licence file found · pointer only · 697ac9abccfd1b93 · report
get_test_transforms xiaoqian-shen/StoryGPT-V/models/transforms.py official repository ran no licence file found · pointer only · addaaf66c3ab7352 · report
get_train_transforms xiaoqian-shen/StoryGPT-V/models/transforms.py official repository ran no licence file found · pointer only · c036796b62b5952d · report
get_train_transforms_with_segmap xiaoqian-shen/StoryGPT-V/models/transforms.py official repository ran no licence file found · pointer only · 15ed5aec7f6bd270 · report
prepare_image_token_idx xiaoqian-shen/StoryGPT-V/models/data.py official repository ran no licence file found · pointer only · 817e9d69c2cd23d3 · report
stable_diffusion_call_with_references_delayed_conditioning xiaoqian-shen/StoryGPT-V/models/pipeline.py official repository ran no licence file found · pointer only · d3c9a29ac1be57e9 · report
calculate_activation_statistics xiaoqian-shen/StoryGPT-V/eval/fid_score.py official repository unverified no licence file found · pointer only · eefbde796616ac35 · report
calculate_frechet_distance xiaoqian-shen/StoryGPT-V/eval/fid_score.py official repository unverified no licence file found · pointer only · b71963b3facc5fb5 · report
fuse_object_embeddings xiaoqian-shen/StoryGPT-V/models/model.py official repository unverified no licence file found · pointer only · 2fa8e59bc1db947b · report
l1_loss xiaoqian-shen/StoryGPT-V/gill/losses.py official repository unverified no licence file found · pointer only · 7f4dc018c6466fcc · report
l2_loss xiaoqian-shen/StoryGPT-V/gill/losses.py official repository unverified no licence file found · pointer only · f04280cd71a46d32 · report
unet_store_cross_attention_scores xiaoqian-shen/StoryGPT-V/models/model.py official repository unverified no licence file found · pointer only · 0a5a54048f832e12 · report

Tasks

Language ModellingLarge Language ModelNavigateStory Visualization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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