Papers › Character-Centric Story Visualization via Visual Planning and Token Alignment

Character-Centric Story Visualization via Visual Planning and Token Alignment

16 Oct 2022arXiv:2210.08465archive 2025-07-28

Hong Chen, Rujun Han, Te-Lin Wu, Hideki Nakayama, Nanyun Peng

Story visualization advances the traditional text-to-image generation by enabling multiple image generation based on a complete story. This task requires machines to 1) understand long text inputs and 2) produce a globally consistent image sequence that illustrates the contents of the story. A key challenge of consistent story visualization is to preserve characters that are essential in stories. To tackle the challenge, we propose to adapt a recent work that augments Vector-Quantized Variational Autoencoders (VQ-VAE) with a text-tovisual-token (transformer) architecture. Specifically, we modify the text-to-visual-token module with a two-stage framework: 1) character token planning model that predicts the visual tokens for characters only; 2) visual token completion model that generates the remaining visual token sequence, which is sent to VQ-VAE for finalizing image generations. To encourage characters to appear in the images, we further train the two-stage framework with a character-token alignment objective. Extensive experiments and evaluations demonstrate that the proposed method excels at preserving characters and can produce higher quality image sequences compared with the strong baselines. Codes can be found in https://github.com/sairin1202/VP-CSV

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

Code

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

By repository: found in paper text by Syntology: 21 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

pluslabnlp/vp-csv officialmentioned in paperpytorch report
sairin1202/vp-csv officialmentioned in paperpytorch 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

21 samples harvested; 12 ran; 1 honoured the contract we drafted; 9 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
1ran · our draft was wrong
2ran · fixture could not drive it
8ran
9unverified

Licence: 0 of the 21 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/VLCStoryGan. “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.

BertEmbeddings adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 79728760d660d983 · report
BertIntermediate adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 455739c5ad6b2387 · report
DynamicFilterLayer adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · a8ea3a32f7622e56 · report
LxmertAttention adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 118186316f75b11b · report
LxmertAttentionOutput adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology ran MIT (permissive) · 37566e964d58aad9 · report
MartPooler adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · f5111c56952b1ddc · report
PositionEncoding adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · b6f03dfe01742a92 · report
ResBlock adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · d434aa3ac7f6993a · report
gelu adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · a3abf3fe697fabd0 · report
make_pad_shifted_mask adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 93af85ca91baf7b0 · report
make_shifted_mask adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · cd0b5f41868c631f · report
upBlock adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 721bc7234edf9845 · report
BertAttention adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology unverified MIT (permissive) · 7758e2dc60da7479 · report
BertEncoderWithMemory adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology unverified MIT (permissive) · 38a29e27a1641775 · report
BertLayerWithMemory adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology unverified MIT (permissive) · 3b66ce72af6145fa · report
BertSelfAttention adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology unverified MIT (permissive) · e5006dcf91e21556 · report
CA_NET adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology unverified MIT (permissive) · 99751ef923ab069c · report
MemoryUpdater adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology unverified MIT (permissive) · 44aa26a7f2f9a571 · report
NEXT_STAGE_G adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology unverified MIT (permissive) · b72cbd35cd593c73 · report
StoryMartGAN adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology unverified MIT (permissive) · eddb0906b50d313d · report
make_video_only_mask adymaharana/VLCStoryGan/vlcgan/model.py found in paper text by Syntology unverified MIT (permissive) · 4b14e2379269d142 · report

Tasks

Image GenerationStory VisualizationText to Image GenerationText-to-Image Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

VQ-VAE

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