Papers › DynamiCrafter: Animating Open-domain Images with Video Diffusion Priors

DynamiCrafter: Animating Open-domain Images with Video Diffusion Priors

18 Oct 2023arXiv:2310.12190archive 2025-07-28

Jinbo Xing, Menghan Xia, Yong Zhang, Haoxin Chen, Wangbo Yu, Hanyuan Liu, Xintao Wang, Tien-Tsin Wong, Ying Shan

Animating a still image offers an engaging visual experience. Traditional image animation techniques mainly focus on animating natural scenes with stochastic dynamics (e.g. clouds and fluid) or domain-specific motions (e.g. human hair or body motions), and thus limits their applicability to more general visual content. To overcome this limitation, we explore the synthesis of dynamic content for open-domain images, converting them into animated videos. The key idea is to utilize the motion prior of text-to-video diffusion models by incorporating the image into the generative process as guidance. Given an image, we first project it into a text-aligned rich context representation space using a query transformer, which facilitates the video model to digest the image content in a compatible fashion. However, some visual details still struggle to be preserved in the resultant videos. To supplement with more precise image information, we further feed the full image to the diffusion model by concatenating it with the initial noises. Experimental results show that our proposed method can produce visually convincing and more logical & natural motions, as well as higher conformity to the input image. Comparative evaluation demonstrates the notable superiority of our approach over existing competitors.

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

Code

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

By repository: official repository: 13 samples from 1 repository, 9 ran; community (archive-listed): 1 sample from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Doubiiu/DynamiCrafter officialmentioned on GitHubpytorchApache-2.0 report
soCzech/ShowHowTo 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

14 samples harvested; 10 ran; 1 honoured the contract we drafted; 4 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
3ran · violated contract
3ran · our draft was wrong
2ran · fixture could not drive it
1ran
4unverified

Licence: 0 of the 14 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

always Doubiiu/DynamiCrafter/lvdm/modules/x_transformer.py official repository ran · our draft was wrong Apache-2.0 (permissive) · fe5dd5258046898c · report
default Doubiiu/DynamiCrafter/lvdm/modules/x_transformer.py official repository ran · violated contract Apache-2.0 (permissive) · 424012cb37b31172 · report
disabled_train Doubiiu/DynamiCrafter/lvdm/basics.py official repository ran · violated contract Apache-2.0 (permissive) · 4cb732f513d69dfd · report
exists Doubiiu/DynamiCrafter/lvdm/modules/x_transformer.py official repository ran · violated contract Apache-2.0 (permissive) · aa5486a3650902d8 · report
extract_into_tensor Doubiiu/DynamiCrafter/lvdm/common.py official repository ran · our draft was wrong Apache-2.0 (permissive) · a15cfd7932844ef9 · report
make_beta_schedule Doubiiu/DynamiCrafter/lvdm/models/utils_diffusion.py official repository ran · honoured contract Apache-2.0 (permissive) · c984209a2c66afbe · report
normal_kl Doubiiu/DynamiCrafter/lvdm/distributions.py official repository ran fingerprinted Apache-2.0 (permissive) · 17eb0a31c91b671c · report
timestep_embedding Doubiiu/DynamiCrafter/lvdm/models/utils_diffusion.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 7e83c65f054fb972 · report
zero_module Doubiiu/DynamiCrafter/lvdm/basics.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 129b804760b3115f · report
autocast Doubiiu/DynamiCrafter/lvdm/common.py official repository unverified Apache-2.0 (permissive) · 32af1c12fd826ef2 · report
gather_data Doubiiu/DynamiCrafter/lvdm/common.py official repository unverified Apache-2.0 (permissive) · b72d8eb89fd75383 · report
make_ddim_timesteps Doubiiu/DynamiCrafter/lvdm/models/utils_diffusion.py official repository unverified Apache-2.0 (permissive) · 662fc3ac21ada8a7 · report
scale_module Doubiiu/DynamiCrafter/lvdm/basics.py official repository unverified Apache-2.0 (permissive) · 9136b5f9b735334b · report
get_latent_z soCzech/ShowHowTo/predict.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 41bf0ab789ce9971 · report

Tasks

Image Animation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionFocus

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