REVIEW 4 major objections 5 minor 6 cited by
PhyT2V: LLM-Guided Iterative Self-Refinement for Physics-Grounded Text-to-Video Generation
T0 review · 4 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read PhyT2V claims that an iterative LLM refinement loop, which reads a caption of the current video and rewrites the prompt to close semantic and physical gaps, makes existing text-to-video models obey real-world physical rules up to 2.3x…
desk verdict Genuinely new inference-time prompt refinement loop for physics-grounded T2V, but the headline numbers rest on a circular metric; treat the 2.3x/35% as unverified until an independent evaluation lands. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central mechanism is the iterative self-refinement loop, which decomposes prompt rewriting into two parallel subproblems and one synthesis subproblem. Local chain-of-thought reasoning is used inside Step 1 (physical rules) and Step 2 (mismatch detection), while global step-back reasoning is used in Step 3 to combine those abstractions into a refined prompt; the video captioning model is the load-bearing bridge that keeps all reasoning in text. An external physics evaluator (VideoCon-Physics, a 0-to-1 score for physical commonsense and semantic adherence) supplies the feedback that decides whether another round is needed.
What would settle it
Take the evaluated prompts, generate videos with known physical errors (for example, an apple that splits into multiple bouncing pieces), caption those videos with Tarsier, and test whether the captions mention the violation; if captions are frequently silent or wrong, the mismatch step either corrects a non-existent problem or leaves the real one untouched. A direct rerun with a different video captioning model would also settle whether the reported gains come from the refinement loop or from idiosyncrasies of Tarsier's descriptions.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that chain-of-thought and step-back reasoning can be applied to text-to-video generation entirely in the text domain, using a caption of the generated video as the bridge. In each refinement round, Step 1 extracts the main object and the physical laws it should obey, Step 2 compares the video caption against the user prompt to find semantic and physical mismatches, and Step 3 produces a refined prompt that resolves the mismatch under the stated physical laws. The paper reports that this loop raises physical-commonsense and semantic-adherence scores across CogVideoX-5B, CogVideoX-2B, OpenSora, and VideoCrafter on the VideoPhy and PhyGenBench benchmarks, with gains up to 2.3x over the unrefined model and at least 35% over ChatGPT-4 and Promptist prompt enhancers, typically converging within three to four rounds.
Load-bearing premise
The load-bearing premise is that the video captioning model describes the generated video faithfully and completely enough for the LLM to see the actual physical violation; the paper does not measure caption accuracy on the evaluated videos.
Editorial extensions
If this is right
- Existing T2V models should regain physical plausibility on out-of-distribution prompts through pure prompt rewriting, with most of the gain appearing in the first two refinement rounds.
- The method transfers across model families with different architectures and input formats, since it only changes the text the model receives.
- Prompt enhancers that do not inspect the generated video are expected to lag behind PhyT2V by at least 35% on physical-commonsense benchmarks.
- The refinement loop needs only a few rounds before improvements converge, so the added cost is a handful of extra generations plus LLM calls per prompt.
- VBench video-condition-consistency dimensions should improve alongside the physical-commonsense metrics, as reported in the paper's VBench results.
Reading between the lines
- A natural extension, not tested in the paper, is to use the same generate-caption-compare-rewrite loop for other generative modalities whose outputs can be verbalized by a captioner or describer, such as text-to-image or text-to-3D.
- The paper's stated bound is the captioning model's fidelity; a fair comparison would measure Tarsier's caption accuracy on the evaluated videos, since a hallucinated or over-literal caption would send the loop after a problem that is not in the video.
- A testable follow-up is to replace the binary mismatch description with the evaluator's continuous score as the refinement signal, and check whether the loop converges faster or reaches higher final adherence.
- Because the method requires no retraining and no model-internal access, it could plausibly be applied to closed, API-only T2V systems, which the paper does not demonstrate.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes PhyT2V, a training-free, data-independent method that refines text-to-video prompts through an LLM-driven loop. In each round, Step 1 asks the LLM to identify the main object and relevant physical rules; Step 2 uses a video captioning model (Tarsier) to summarize the generated video and an LLM to find semantic mismatches between the caption and the user prompt; Step 3 uses step-back reasoning, together with a VideoCon-Physics score [S] of the previous round's video, to produce a refined prompt. The loop continues until the VideoCon-Physics score is satisfactory or improvement converges. The authors apply PhyT2V to CogVideoX-5B, CogVideoX-2B, OpenSora, and VideoCrafter on the VideoPhy and PhyGenBench benchmarks, reporting up to 2.3x improvement in physical-rule adherence over the unrefined model and at least 35% improvement over two prompt-enhancer baselines. The central claim is that prompt-only, LLM-guided iterative refinement can push existing T2V models toward more physically plausible videos without retraining or extra inputs.
Significance. If the reported gains hold up under independent measurement, PhyT2V would be a useful and low-cost contribution: it is model-agnostic, requires no retraining, and its three-step prompt templates are clearly specified and easy to reproduce. The paper also includes extensive qualitative comparisons, ablations of both reasoning steps, an honest appendix of failure cases, and a public code link. The main weakness is that the headline metric, VideoCon-Physics PC/SA, is also the feedback signal used inside the refinement loop, so the measured gains may reflect optimization of the evaluator rather than genuine physical adherence. The paper would be substantially strengthened by a human evaluation or a held-out metric not used in the loop, plus caption-fidelity checks, and by extending the baseline comparison to all four T2V models.
major comments (4)
- [§3.2, §3.3, §4] The headline PC/SA gains in Tables 1 and 2 are measured by the VideoCon-Physics evaluator, and the same evaluator's score [S] is injected into the Step 3 prompt (§3.2) and used as the stopping criterion (§3.3). The refinement loop is therefore explicitly optimizing the metric on which the paper's central claim rests: the LLM sees whether the previous prompt scored above or below 0.5, and the process terminates when the same evaluator reports convergence. This does not make the method internally inconsistent, but it means the reported 2.3x and 35% improvements are not independent evidence of improved physical adherence. I ask the authors to (i) report PC/SA with a held-out evaluator that was not used in the loop, (ii) run a blinded human evaluation on a stratified sample of generated videos, and (iii) report the agreement between VideoCon-Physics and human judgments on the generated videos. In addition, Tables 1–6 report only averages over binary outputs, with no confidence intervals or significance tests, so the reliability of the Round 2–4 increments is not established.
- [§3.2, Step 2] The mismatch signal in Step 2 depends on Tarsier's captions being faithful summaries of the generated videos. If the caption hallucinates content or omits a physical violation, the refined prompt will correct a problem that does not exist in the video or will leave the real problem uncorrected. The paper does not measure caption accuracy on the evaluated videos, and Appendix D's failure cases show that the T2V models can diverge substantially from prompts. Please add a caption-fidelity check, such as human evaluation of a random sample of captions or a caption-video consistency score, and report how often the Step 2 mismatch was judged correct on that sample.
- [§4.1, Tables 3 and 4] The claim of 'at least 35% improvement' over prompt enhancers is supported only for CogVideoX-5B and OpenSora; CogVideoX-2B and VideoCrafter are absent from Tables 3 and 4. Since the paper claims PhyT2V is generic across all four tested models, the baseline comparison should be extended to the remaining two models, or the claim should be restricted to the evaluated subset.
- [§1, §4.1, Figure 3] The out-of-distribution generality claim, stated in the abstract and introduction, is not quantified. No OOD split, distribution-shift measure, or separate OOD metric is provided; Figure 3 shows only selected anecdotal examples. I recommend either defining an OOD evaluation split and reporting the relevant metrics separately, or softening the claim to reflect that out-of-distribution behavior is demonstrated qualitatively.
minor comments (5)
- [§3, opening paragraph] The phrase 'Physcial-ground Text-to-Video' contains a typo and should read 'Physics-grounded Text-to-Video'.
- [§4, bullet list] 'PhyT2V is high generic' should be 'PhyT2V is highly generic'.
- [Figure 11 caption] The phrase 'which throne momentarily in the ambient light' appears to contain a typo; 'throne' should probably be 'hover' or 'hang'.
- [Figure 7 and surrounding text] The VBench results are presented only as a radar-style figure without numeric values; please report the numerical scores in a table or appendix so the improvements are independently readable.
- [Appendix A] The sentence 'The diffusion model generated video length is setted as 6 second and 8 frames per second' should be revised to 'set to 6 seconds and 8 frames per second'.
Circularity Check
Reported 2.3x/35% gains are measured with the same VideoCon-Physics evaluator used as the loop's feedback and stopping signal; the central claim is metric-optimization rather than independent evidence of physical grounding.
-
self definitional
[Section 3.2 'Prompting in the Final Subproblem for Global Step-Back Reasoning'; Section 3.3 'The Stopping Condition'; Section 4 'Evaluation metric' and Tables 1-4]
"Furthermore, to ensure the correct reasoning path, we also provide quantitative feedback to the LLM about the effectiveness of previous round’s prompt refinement. Such effectiveness could be measured by the existing T2V evaluators, which judge the semantic alignment and quality of physical common sense of the currently generated video. For example, the VideoCon-Physics evaluator [2] gives a score ([S]) between 0 and 1. ... We use VideoCon-Physics evaluator provided with VideoPhy [2], to measure how the generated video adheres to physical common sense (PC) and achieves semantic adherence (SA)."
The same VideoCon-Physics evaluator supplies [S] to the Step 3 prompt-refinement instruction and to the stopping rule, and then provides the PC/SA numbers from which the paper's headline 2.3x/35% improvements are read. The loop is therefore optimizing the exact metric used to validate it: an increase in PC/SA is an increase in the feedback signal the LLM was told to chase. No human evaluation, held-out video-language evaluator, or independent physics metric is reported, so the central claim 'improves adherence to real-world physical rules' is not separable from 'raised the VideoCon-Physics score it was given as input.' This is a partial rather than full equivalence because the frozen T2V generator sits between the refined prompt and the score, so the LLM does not directly write the score.
full rationale
PhyT2V is otherwise self-contained: it does not fit parameters to the output data, its LLM and video captioner are external tools, and there is no load-bearing self-citation chain or imported uniqueness theorem. The T2V model is frozen and refinement operates only on prompts. The circularity is confined to the evaluation loop: the metric used to measure the claim is the same metric injected into Step 3 and used as the stopping criterion. The appendix's failure cases and ablations do not provide an independent measure of physical correctness; they only illustrate the same VideoCon-Physics-based comparisons. Thus the paper's central quantitative claims are not independently established, though the method could still be genuinely useful if confirmed by a blinded human study or a held-out physics-grounded evaluator.
Assumptions & free parameters
free parameters (3)
- Score threshold for prompt quality =
0.5
- Maximum refined prompt length =
120 words
- Number of refinement rounds =
4 rounds
assumptions (4)
- domain assumption T2V model behavior can be steered by textual prompt content alone toward more physically realistic dynamics.
- domain assumption The video captioning model (Tarsier) accurately and completely describes the generated video's semantics and physical content.
- domain assumption VideoCon-Physics PC/SA scores are a valid proxy for real-world physical adherence.
- domain assumption LLM chain-of-thought and step-back reasoning improves prompt quality for T2V.
Cite this review
Pith. "Pith review of PhyT2V: LLM-Guided Iterative Self-Refinement for Physics-Grounded Text-to-Video Generation." pith.science (2026). https://pith.science/paper/WF6WLDAW
@misc{pith2026241200596,
author = {Pith},
title = {Pith review of: PhyT2V: LLM-Guided Iterative Self-Refinement for Physics-Grounded Text-to-Video Generation},
year = {2026},
howpublished = {\url{https://pith.science/paper/WF6WLDAW}},
note = {Machine review of arXiv:2412.00596}
}
read the original abstract
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.
Figures
Figures from the paper (25 more)
Forward citations
Cited by 6 Pith papers
-
RDPO: Real Data Preference Optimization for Physics Consistency Video Generation
RDPO builds preference pairs by reverse-sampling real video latents with a pre-trained generator, then fine-tunes with Flow-DPO, improving physics consistency metrics on two video models.
-
VideoREPA: Learning Physics for Video Generation through Relational Alignment with Foundation Models
VideoREPA adds a token-relation distillation loss that aligns a text-to-video diffusion model's internal features with VideoMAEv2, boosting physical commonsense scores on VideoPhy and VideoPhy2.
-
Generative Physical AI in Vision: A Survey
A structured review that categorizes physics-aware generative models in vision into explicit-simulation and implicit-learning families and proposes six integration paradigms.
-
From Black Box to Transparency: Enhancing Automated Interpreting Assessment with Explainable AI in College Classrooms
An explainable model using BLEURT, CometKiwi, pause features, and Chinese phraseological diversity predicts human-rated quality dimensions in English-Chinese consecutive interpreting, with SHAP identifying the stronge...
-
Reasoning Physical Video Generation with Diffusion Timestep Tokens via Reinforcement Learning
Phys-AR, an autoregressive LLM trained on diffusion-timestep tokens with RL rewards for velocity and radius, generates physically consistent ball trajectories that extrapolate beyond its training distribution on PhyWorld.
-
Hierarchical Fine-grained Preference Optimization for Physically Plausible Video Generation
A hierarchical direct preference optimization with four alignment levels plus automated data selection improves physical plausibility of text-to-video models.
Reference graph
Works this paper leans on
-
[1]
Luke Auburn. Ai video generation expert discusses the tech- nology’s rapid advances—and its current limitations, 2024. 1
work page 2024
-
[2]
Videophy: Evaluating physical commonsense for video generation
Hritik Bansal, Zongyu Lin, Tianyi Xie, Zeshun Zong, Michal Yarom, Yonatan Bitton, Chenfanfu Jiang, Yizhou Sun, Kai- Wei Chang, and Aditya Grover. Videophy: Evaluating physical commonsense for video generation. arXiv preprint arXiv:2406.03520, 2024. 5, 6
arXiv 2024
-
[3]
Video generation models as world simulators, 2024
Tim Brooks, Bill Peebles, Connor Holmes, Will DePue, Yufei Guo, Li Jing, David Schnurr, Joe Taylor, Troy Luh- man, Eric Luhman, et al. Video generation models as world simulators, 2024. 1, 6
work page 2024
-
[4]
Videocrafter2: Overcoming data limitations for high-quality video diffu- sion models
Haoxin Chen, Yong Zhang, Xiaodong Cun, Menghan Xia, Xintao Wang, Chao Weng, and Ying Shan. Videocrafter2: Overcoming data limitations for high-quality video diffu- sion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 7310– 7320, 2024. 3, 6, 11
work page 2024
-
[5]
A survey on in-context learning
Qingxiu Dong, Lei Li, Damai Dai, Ce Zheng, Jingyuan Ma, Rui Li, Heming Xia, Jingjing Xu, Zhiyong Wu, Tianyu Liu, et al. A survey on in-context learning. arXiv preprint arXiv:2301.00234, 2022. 5
arXiv 2022
-
[6]
A survey on in-context learning
Qingxiu Dong, Lei Li, Damai Dai, Ce Zheng, Jingyuan Ma, Rui Li, Heming Xia, Jingjing Xu, Zhiyong Wu, Baobao Chang, et al. A survey on in-context learning. In Proceed- ings of the 2024 Conference on Empirical Methods in Natu- ral Language Processing, pages 1107–1128, 2024. 5
work page 2024
-
[7]
Theodoros Dounas and Alexandros Sigalas. Blender, an open source design tool: Advances and integration in the architectural production pipeline. Aristoteleio University of Thessaloniki, 21:737–744, 2009. 2, 6
work page 2009
-
[8]
Upbge: an open-source, 3d game en- gine forked from the old blender game engine, 2024
Blender Foundation. Upbge: an open-source, 3d game en- gine forked from the old blender game engine, 2024. 2
work page 2024
Show all 63 references
-
[9]
A systematic survey of prompt engineering on vision-language foundation models, 2023
Jindong Gu, Zhen Han, Shuo Chen, Ahmad Beirami, Bailan He, Gengyuan Zhang, Ruotong Liao, Yao Qin, V olker Tresp, and Philip Torr. A systematic survey of prompt engineering on vision-language foundation models, 2023. 2
2023
-
[10]
Photorealistic video generation with diffusion models
Agrim Gupta, Lijun Yu, Kihyuk Sohn, Xiuye Gu, Meera Hahn, Fei-Fei Li, Irfan Essa, Lu Jiang, and Jos ´e Lezama. Photorealistic video generation with diffusion models. In European Conference on Computer Vision, pages 393–411. Springer, 2025. 2
2025
-
[11]
Cogvideo: Large-scale pretraining for text-to-video generation via transformers
Wenyi Hong, Ming Ding, Wendi Zheng, Xinghan Liu, and Jie Tang. Cogvideo: Large-scale pretraining for text-to-video generation via transformers. arXiv preprint arXiv:2205.15868, 2022. 2, 3
2022 arXiv
-
[12]
Freezeasguard: Mitigating illegal adaptation of diffusion models via selec- tive tensor freezing
Kai Huang, Haoming Wang, and Wei Gao. Freezeasguard: Mitigating illegal adaptation of diffusion models via selec- tive tensor freezing. arXiv preprint arXiv:2405.17472, 2024. 2
2024 arXiv
-
[13]
To- wards green ai in fine-tuning large language models via adap- tive backpropagation
Kai Huang, Hanyun Yin, Heng Huang, and Wei Gao. To- wards green ai in fine-tuning large language models via adap- tive backpropagation. ICLR, 2024. 3
2024
-
[14]
Modality plug-and-play: Runtime modality adaptation in LLM-driven autonomous mobile systems
Kai Huang, Xiangyu Yin, Heng Huang, and Wei Gao. Modality plug-and-play: Runtime modality adaptation in LLM-driven autonomous mobile systems. In ACM Mobi- Com, 2025. 3
2025
-
[15]
Vbench: Comprehensive bench- mark suite for video generative models
Ziqi Huang, Yinan He, Jiashuo Yu, Fan Zhang, Chenyang Si, Yuming Jiang, Yuanhan Zhang, Tianxing Wu, Qingyang Jin, Nattapol Chanpaisit, et al. Vbench: Comprehensive bench- mark suite for video generative models. In Proceedings of the IEEE/CVF Conference on Computer Vision and P...
2024
-
[16]
Unreal engine: The most powerful real- time 3d creation tool, 2024
Epic Games Inc. Unreal engine: The most powerful real- time 3d creation tool, 2024. 2
2024
-
[17]
Pika labs, 2023
Mellis Inc. Pika labs, 2023. 1
2023
-
[18]
Introducing openai o1-preview, 2024
OpenAI Inc. Introducing openai o1-preview, 2024. 2, 6
2024
-
[19]
Kuhlen, and Tim Gerrits
Marcel Kr ¨uger, David Gilbert, Torsten W. Kuhlen, and Tim Gerrits. Game engines for immersive visualization: Using unreal engine beyond entertainment. PRESENCE: Virtual and Augmented Reality, 33:31–55, 2024. 2, 6
2024
-
[20]
A survey on long video generation: Challenges, methods, and prospects, 2024
Chengxuan Li, Di Huang, Zeyu Lu, Yang Xiao, Qingqi Pei, and Lei Bai. A survey on long video generation: Challenges, methods, and prospects, 2024. 2
2024
-
[21]
Promptist: Auto- mated prompt optimization for text-to-image synthesis
WeiJie Li, Jin Wang, and Xuejie Zhang. Promptist: Auto- mated prompt optimization for text-to-image synthesis. In CCF International Conference on Natural Language Pro- cessing and Chinese Computing , pages 295–306. Springer,
-
[22]
Dissecting chain-of- thought: Compositionality through in-context filtering and learning
Yingcong Li, Kartik Sreenivasan, Angeliki Giannou, Dim- itris Papailiopoulos, and Samet Oymak. Dissecting chain-of- thought: Compositionality through in-context filtering and learning. Advances in Neural Information Processing Sys- tems, 36, 2024. 5
2024
-
[23]
Llm- grounded diffusion: Enhancing prompt understanding of text-to-image diffusion models with large language models
Long Lian, Boyi Li, Adam Yala, and Trevor Darrell. Llm- grounded diffusion: Enhancing prompt understanding of text-to-image diffusion models with large language models. arXiv preprint arXiv:2305.13655, 2023. 3
2023 arXiv
-
[24]
Llm-grounded video diffusion models
Long Lian, Baifeng Shi, Adam Yala, Trevor Darrell, and Boyi Li. Llm-grounded video diffusion models. arXiv preprint arXiv:2309.17444, 2023
2023 arXiv
-
[25]
Videodirectorgpt: Consistent multi-scene video generation via llm-guided planning
Han Lin, Abhay Zala, Jaemin Cho, and Mohit Bansal. Videodirectorgpt: Consistent multi-scene video generation via llm-guided planning. arXiv preprint arXiv:2309.15091,
-
[26]
Physgen: Rigid-body physics-grounded image- to-video generation
Shaowei Liu, Zhongzheng Ren, Saurabh Gupta, and Shen- long Wang. Physgen: Rigid-body physics-grounded image- to-video generation. In European Conference on Computer Vision, pages 360–378. Springer, 2025. 2, 6
2025
-
[27]
Gpt4motion: Scripting physical motions in text-to-video generation via blender-oriented gpt planning
Jiaxi Lv, Yi Huang, Mingfu Yan, Jiancheng Huang, Jianzhuang Liu, Yifan Liu, Yafei Wen, Xiaoxin Chen, and Shifeng Chen. Gpt4motion: Scripting physical motions in text-to-video generation via blender-oriented gpt planning. In Proceedings of the IEEE/CVF Conference on Computer Vi...
2024
-
[28]
Gpt4motion: Scripting physical motions in text-to-video generation via blender-oriented gpt planning,
Jiaxi Lv, Yi Huang, Mingfu Yan, Jiancheng Huang, Jianzhuang Liu, Yifan Liu, Yafei Wen, Xiaoxin Chen, and Shifeng Chen. Gpt4motion: Scripting physical motions in text-to-video generation via blender-oriented gpt planning,
-
[29]
Towards world simulator: Crafting physical commonsense-based benchmark for video generation
Fanqing Meng, Jiaqi Liao, Xinyu Tan, Wenqi Shao, Quan- feng Lu, Kaipeng Zhang, Yu Cheng, Dianqi Li, Yu Qiao, and Ping Luo. Towards world simulator: Crafting physical commonsense-based benchmark for video generation. arXiv preprint arXiv:2410.05363, 2024. 6
-
[30]
Scalable diffusion models with transformers
William Peebles and Saining Xie. Scalable diffusion models with transformers. In Proceedings of the IEEE/CVF Inter- national Conference on Computer Vision, pages 4195–4205,
-
[31]
Unrealcv: Connecting com- puter vision to unreal engine
Weichao Qiu and Alan Yuille. Unrealcv: Connecting com- puter vision to unreal engine. In Computer Vision–ECCV 2016 Workshops: Amsterdam, The Netherlands, October 8- 10 and 15-16, 2016, Proceedings, Part III 14 , pages 909–
2016
-
[32]
A systematic sur- vey of prompt engineering in large language models: Tech- niques and applications, 2024
Pranab Sahoo, Ayush Kumar Singh, Sriparna Saha, Vinija Jain, Samrat Mondal, and Aman Chadha. A systematic sur- vey of prompt engineering in large language models: Tech- niques and applications, 2024. 2
2024
-
[33]
Rogers, Inna Goncearenco, Giuseppe Sarli, Igor Galynker, Denis Peskoff, Marine Carpuat, Jules White, Shyamal Anad- kat, Alexander Hoyle, and Philip Resnik
Sander Schulhoff, Michael Ilie, Nishant Balepur, Konstan- tine Kahadze, Amanda Liu, Chenglei Si, Yinheng Li, Aayush Gupta, HyoJung Han, Sevien Schulhoff, Pranav Sandeep Dulepet, Saurav Vidyadhara, Dayeon Ki, Sweta Agrawal, Chau Pham, Gerson Kroiz, Feileen Li, Hudson Tao, Ashay...
2024
-
[34]
The prompt report: A systematic survey of prompting techniques
Sander Schulhoff, Michael Ilie, Nishant Balepur, Konstan- tine Kahadze, Amanda Liu, Chenglei Si, Yinheng Li, Aayush Gupta, HyoJung Han, Sevien Schulhoff, et al. The prompt report: A systematic survey of prompting techniques. arXiv preprint arXiv:2406.06608, 2024. 5
2024 arXiv
-
[35]
Make-a-video: Text-to-video generation without text-video data
Uriel Singer, Adam Polyak, Thomas Hayes, Xi Yin, Jie An, Songyang Zhang, Qiyuan Hu, Harry Yang, Oron Ashual, Oran Gafni, et al. Make-a-video: Text-to-video generation without text-video data. arXiv preprint arXiv:2209.14792 ,
-
[36]
Unity real-time development platform,
Unity Technologies. Unity real-time development platform,
-
[37]
Thompson
Stuart A. Thompson. A.i. can now create lifelike videos. can you tell what’s real?, 2024. 1
2024
-
[38]
Towards understand- ing chain-of-thought prompting: An empirical study of what matters
Boshi Wang, Sewon Min, Xiang Deng, Jiaming Shen, You Wu, Luke Zettlemoyer, and Huan Sun. Towards understand- ing chain-of-thought prompting: An empirical study of what matters. arXiv preprint arXiv:2212.10001, 2022. 4
2022 arXiv
-
[39]
Tarsier: Recipes for training and evaluating large video description models
Jiawei Wang, Liping Yuan, Yuchen Zhang, and Haomiao Sun. Tarsier: Recipes for training and evaluating large video description models. arXiv preprint arXiv:2407.00634, 2024. 2, 6, 11
2024 arXiv
-
[40]
Knowledge-driven cot: Exploring faithful reasoning in llms for knowledge-intensive question answering
Keheng Wang, Feiyu Duan, Sirui Wang, Peiguang Li, Yun- sen Xian, Chuantao Yin, Wenge Rong, and Zhang Xiong. Knowledge-driven cot: Exploring faithful reasoning in llms for knowledge-intensive question answering. arXiv preprint arXiv:2308.13259, 2023. 5
2023 arXiv
-
[41]
Worlddreamer: Towards general world models for video generation via predicting masked to- kens, 2024
Xiaofeng Wang, Zheng Zhu, Guan Huang, Boyuan Wang, Xinze Chen, and Jiwen Lu. Worlddreamer: Towards general world models for video generation via predicting masked to- kens, 2024. 2
2024
-
[42]
Lavie: High-quality video gener- ation with cascaded latent diffusion models
Yaohui Wang, Xinyuan Chen, Xin Ma, Shangchen Zhou, Ziqi Huang, Yi Wang, Ceyuan Yang, Yinan He, Jiashuo Yu, Peiqing Yang, et al. Lavie: High-quality video gener- ation with cascaded latent diffusion models. arXiv preprint arXiv:2309.15103, 2023. 2, 3
2023 arXiv
-
[43]
Internvid: A large-scale video-text dataset for multimodal understanding and generation
Yi Wang, Yinan He, Yizhuo Li, Kunchang Li, Jiashuo Yu, Xin Ma, Xinhao Li, Guo Chen, Xinyuan Chen, Yaohui Wang, et al. Internvid: A large-scale video-text dataset for multimodal understanding and generation. arXiv preprint arXiv:2307.06942, 2023. 3
2023 arXiv
-
[44]
In- context learning unlocked for diffusion models
Zhendong Wang, Yifan Jiang, Yadong Lu, Pengcheng He, Weizhu Chen, Zhangyang Wang, Mingyuan Zhou, et al. In- context learning unlocked for diffusion models. Advances in Neural Information Processing Systems , 36:8542–8562,
-
[45]
Customvideo: Customizing text-to- video generation with multiple subjects
Zhao Wang, Aoxue Li, Lingting Zhu, Yong Guo, Qi Dou, and Zhenguo Li. Customvideo: Customizing text-to- video generation with multiple subjects. arXiv preprint arXiv:2401.09962, 2024. 3
2024
-
[46]
Self-correcting llm-controlled diffu- sion models
Tsung-Han Wu, Long Lian, Joseph E Gonzalez, Boyi Li, and Trevor Darrell. Self-correcting llm-controlled diffu- sion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 6327– 6336, 2024. 3
2024
-
[47]
Worldgpt: a sora-inspired video ai agent as rich world models from text and image inputs
Deshun Yang, Luhui Hu, Yu Tian, Zihao Li, Chris Kelly, Bang Yang, Cindy Yang, and Yuexian Zou. Worldgpt: a sora-inspired video ai agent as rich world models from text and image inputs. arXiv preprint arXiv:2403.07944, 2024. 6, 11
2024 arXiv
-
[48]
Mastering text-to-image dif- fusion: Recaptioning, planning, and generating with multi- modal llms
Ling Yang, Zhaochen Yu, Chenlin Meng, Minkai Xu, Ste- fano Ermon, and CUI Bin. Mastering text-to-image dif- fusion: Recaptioning, planning, and generating with multi- modal llms. In Forty-first International Conference on Ma- chine Learning, 2024. 3
2024
-
[49]
Learn- ing interactive real-world simulators
Mengjiao Yang, Yilun Du, Kamyar Ghasemipour, Jonathan Tompson, Dale Schuurmans, and Pieter Abbeel. Learn- ing interactive real-world simulators. arXiv preprint arXiv:2310.06114, 2023. 2
2023 arXiv
-
[50]
Cogvideox: Text-to-video diffusion models with an expert transformer, 2024
Zhuoyi Yang, Jiayan Teng, Wendi Zheng, Ming Ding, Shiyu Huang, Jiazheng Xu, Yuanming Yang, Wenyi Hong, Xiaohan Zhang, Guanyu Feng, Da Yin, Xiaotao Gu, Yuxuan Zhang, Weihan Wang, Yean Cheng, Ting Liu, Bin Xu, Yuxiao Dong, and Jie Tang. Cogvideox: Text-to-video diffusion models ...
2024
-
[51]
Cogvideox: Text-to-video diffusion models with an expert transformer
Zhuoyi Yang, Jiayan Teng, Wendi Zheng, Ming Ding, Shiyu Huang, Jiazheng Xu, Yuanming Yang, Wenyi Hong, Xiao- han Zhang, Guanyu Feng, et al. Cogvideox: Text-to-video diffusion models with an expert transformer. arXiv preprint arXiv:2408.06072, 2024. 1, 2, 3, 6
2024 arXiv
-
[52]
Video in-context learning
Wentao Zhang, Junliang Guo, Tianyu He, Li Zhao, Linli Xu, and Jiang Bian. Video in-context learning. arXiv preprint arXiv:2407.07356, 2024. 3
2024 arXiv
-
[53]
Open-sora: Democratizing efficient video production for all, 2024
Zangwei Zheng, Xiangyu Peng, Tianji Yang, Chenhui Shen, Shenggui Li, Hongxin Liu, Yukun Zhou, Tianyi Li, and Yang You. Open-sora: Democratizing efficient video production for all, 2024. 3, 6, 11
2024
-
[54]
Compositional 3d-aware video gen- eration with llm director
Hanxin Zhu, Tianyu He, Anni Tang, Junliang Guo, Zhibo Chen, and Jiang Bian. Compositional 3d-aware video gen- eration with llm director. arXiv preprint arXiv:2409.00558,
-
[57]
This is described by the phase transition theory, a subset of thermodynamics
Phase Transition: Arsenic trioxide should experience phase transition under sufficient heat. This is described by the phase transition theory, a subset of thermodynamics . Initially, arsenic trioxide at room conditions is in solid form, and as the thermodynamic equilibrium cha...
-
[58]
Gravity pulls the apple downward, causing it to accelerate toward the Earth
Gravitational Acceleration As the apple falls, it is influenced by the force of gravity. Gravity pulls the apple downward, causing it to accelerate toward the Earth. The apple's acceleration due to gravity is constant near the Earth's surface, regardless of its mass. Its veloc...
-
[59]
The magnitude of air resistance depends on the apple's shape, size, and speed, as well as the density of the air
Air Resistance (Drag Force) While the apple is falling, it encounters air resistance, a force opposing its motion. The magnitude of air resistance depends on the apple's shape, size, and speed, as well as the density of the air. If the apple falls from a sufficient height, it ...
-
[60]
This interaction is governed by: Newton's Third Law of Motion: The apple exerts a force on the ground, and the ground exerts an equal and opposite force on the apple
Impact with the Hard Ground When the apple hits the ground, it undergoes a collision. This interaction is governed by: Newton's Third Law of Motion: The apple exerts a force on the ground, and the ground exerts an equal and opposite force on the apple. Impulse and Momentum: Du...
-
[61]
As it falls, this potential energy is converted into kinetic energy
Conservation of Energy Before the fall, the apple has gravitational potential energy due to its height above the ground. As it falls, this potential energy is converted into kinetic energy. At the moment of impact, some of the kinetic energy transforms into other forms: Elasti...
-
[62]
For the apple-ground system, the COR is less than 1, indicating an inelastic collision where energy is lost to deformation and other processes
Coefficient of Restitution (COR) The apple’s ability to bounce depends on the COR, a measure of how elastic the collision is. For the apple-ground system, the COR is less than 1, indicating an inelastic collision where energy is lost to deformation and other processes
-
[63]
Its upward motion decelerates due to gravity until it momentarily stops at its maximum height
Post-Bounce Motion After bouncing, the apple follows a parabolic trajectory dictated by gravitational forces. Its upward motion decelerates due to gravity until it momentarily stops at its maximum height. If the apple bounces multiple times, each subsequent bounce will be shor...
-
[916]
Springer, 2016. 2, 6
2016
-
[2024]
3 A. Details of Evaluation Setup Since our proposed technique of PhyT2V does not involve any efforts of retraining the T2V model, in this section we describe details about our evaluation setup of the LLM in- ference for CoT and step-back reasoning. In our evaluations, we use 4...
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.