Papers › Text-Guided Synthesis of Eulerian Cinemagraphs

Text-Guided Synthesis of Eulerian Cinemagraphs

6 Jul 2023arXiv:2307.03190archive 2025-07-28

Aniruddha Mahapatra, Aliaksandr Siarohin, Hsin-Ying Lee, Sergey Tulyakov, Jun-Yan Zhu

We introduce Text2Cinemagraph, a fully automated method for creating cinemagraphs from text descriptions - an especially challenging task when prompts feature imaginary elements and artistic styles, given the complexity of interpreting the semantics and motions of these images. We focus on cinemagraphs of fluid elements, such as flowing rivers, and drifting clouds, which exhibit continuous motion and repetitive textures. Existing single-image animation methods fall short on artistic inputs, and recent text-based video methods frequently introduce temporal inconsistencies, struggling to keep certain regions static. To address these challenges, we propose an idea of synthesizing image twins from a single text prompt - a pair of an artistic image and its pixel-aligned corresponding natural-looking twin. While the artistic image depicts the style and appearance detailed in our text prompt, the realistic counterpart greatly simplifies layout and motion analysis. Leveraging existing natural image and video datasets, we can accurately segment the realistic image and predict plausible motion given the semantic information. The predicted motion can then be transferred to the artistic image to create the final cinemagraph. Our method outperforms existing approaches in creating cinemagraphs for natural landscapes as well as artistic and other-worldly scenes, as validated by automated metrics and user studies. Finally, we demonstrate two extensions: animating existing paintings and controlling motion directions using text.

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

Code

Syntology Ran 11 of 13 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 3 ran · our draft was wrong; 5 ran with no contract checked.

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

text2cinemagraph/text2cinemagraph officialmentioned on GitHubpytorchMIT 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

13 samples harvested; 11 ran; 1 honoured the contract we drafted; 2 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
2ran · violated contract
3ran · our draft was wrong
5ran
2unverified

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

default text2cinemagraph/text2cinemagraph/models/attention.py official repository ran · violated contract MIT (permissive) · 424012cb37b31172 · report
exists text2cinemagraph/text2cinemagraph/models/attention.py official repository ran · violated contract MIT (permissive) · aa5486a3650902d8 · report
find_dir_from_caption text2cinemagraph/text2cinemagraph/inference_t2c.py official repository ran fingerprinted MIT (permissive) · fca998c0c502f6dc · report
fused_bn text2cinemagraph/text2cinemagraph/models/normalization.py official repository ran · honoured contract fingerprinted MIT (permissive) · d7c46b2392abf5fd · report
get_D_norm_layer text2cinemagraph/text2cinemagraph/models/normalization.py official repository ran MIT (permissive) · ef64c9bacc1b00b0 · report
get_linear_layer text2cinemagraph/text2cinemagraph/models/normalization.py official repository ran · our draft was wrong MIT (permissive) · 066d51ac5067e804 · report
get_norm_layer text2cinemagraph/text2cinemagraph/models/networks.py official repository ran · our draft was wrong MIT (permissive) · 29bb0088c8c38ae4 · report
get_resnet_arch text2cinemagraph/text2cinemagraph/models/configs.py official repository ran MIT (permissive) · 2346c2f6fbbc68bf · report
lcm text2cinemagraph/text2cinemagraph/train_motion.py official repository ran fingerprinted MIT (permissive) · 81e8721e2bf7575c · report
modify_sd2pix2pixHD_keys text2cinemagraph/text2cinemagraph/models/networks.py official repository ran MIT (permissive) · eb055361deea8a74 · report
uniq text2cinemagraph/text2cinemagraph/models/attention.py official repository ran · our draft was wrong MIT (permissive) · 9a299fe5ae09e407 · report
create_model text2cinemagraph/text2cinemagraph/models/models.py official repository unverified MIT (permissive) · 34fd565f2856a69f · report
cupy_kernel text2cinemagraph/text2cinemagraph/models/softsplat.py official repository unverified MIT (permissive) · 4ceac51c7b8e4270 · report

Tasks

Image Animation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

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