Papers › PhyT2V: LLM-Guided Iterative Self-Refinement for Physics-Grounded Text-to-Video Generation

PhyT2V: LLM-Guided Iterative Self-Refinement for Physics-Grounded Text-to-Video Generation

30 Nov 2024CVPR 2025 1arXiv:2412.00596archive 2025-07-28

Qiyao Xue, Xiangyu Yin, Boyuan Yang, Wei Gao

Text-to-video (T2V) generation has been recently enabled by transformer-based diffusion models, but current T2V models lack capabilities in adhering to the real-world common knowledge and physical rules, due to their limited understanding of physical realism and deficiency in temporal modeling. Existing solutions are either data-driven or require extra model inputs, but cannot be generalizable to out-of-distribution domains. In this paper, we present PhyT2V, a new data-independent T2V technique that expands the current T2V model's capability of video generation to out-of-distribution domains, by enabling chain-of-thought and step-back reasoning in T2V prompting. Our experiments show that PhyT2V improves existing T2V models' adherence to real-world physical rules by 2.3x, and achieves 35% improvement compared to T2V prompt enhancers. The source codes are available at: https://github.com/pittisl/PhyT2V.

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

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

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

pittisl/phyt2v 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

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

Licence: 16 of the 16 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 pittisl/phyt2v. “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.

compute_prompt_embeddings pittisl/phyt2v/finetune/train_cogvideox_lora.py official repository unverified no licence file found · pointer only · 02c48da3e29b7180 · report
conv pittisl/phyt2v/inference/gradio_composite_demo/rife/IFNet.py official repository unverified no licence file found · pointer only · 407efac283ca64e0 · report
convert_prompt pittisl/phyt2v/inference/convert_demo.py official repository unverified no licence file found · pointer only · 3f2fc3183e384950 · report
convert_prompt pittisl/phyt2v/inference/gradio_web_demo.py official repository unverified no licence file found · pointer only · 55cbe394bd642f3b · report
deconv pittisl/phyt2v/inference/gradio_composite_demo/rife/IFNet.py official repository unverified no licence file found · pointer only · 48ae7f74e7480412 · report
encode_prompt pittisl/phyt2v/finetune/train_cogvideox_lora.py official repository unverified no licence file found · pointer only · e1f46e5593d36bb6 · report
enhanced_prompt pittisl/phyt2v/prompts.py official repository unverified no licence file found · pointer only · 26e0ce3a784d8f9d · report
image_to_url pittisl/phyt2v/inference/convert_demo.py official repository unverified no licence file found · pointer only · e8653493c0e3da07 · report
make_inference pittisl/phyt2v/inference/gradio_composite_demo/rife_model.py official repository unverified no licence file found · pointer only · 44d67662b32e0a93 · report
mismatch_prompt pittisl/phyt2v/prompts.py official repository unverified no licence file found · pointer only · 2841d720c3626d9a · report
pad_image pittisl/phyt2v/inference/gradio_composite_demo/rife_model.py official repository unverified no licence file found · pointer only · 371391555c7fdb5b · report
pc_score_generation pittisl/phyt2v/inference.py official repository unverified no licence file found · pointer only · 942a8e1e916973d3 · report
physical_law_prompt pittisl/phyt2v/prompts.py official repository unverified no licence file found · pointer only · 2d91484795ce244a · report
process_one pittisl/phyt2v/inference.py official repository unverified no licence file found · pointer only · e850d74a6f50e46f · report
sa_score_generation pittisl/phyt2v/inference.py official repository unverified no licence file found · pointer only · ac6e32b63611104f · report
save_video pittisl/phyt2v/inference/gradio_web_demo.py official repository unverified no licence file found · pointer only · f104145895788f8e · report

Tasks

Text-to-Video GenerationVideo Generation

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