菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-10
📄 Abstract - Chain of Event-Centric Causal Thought for Physically Plausible Video Generation

Physically Plausible Video Generation (PPVG) has emerged as a promising avenue for modeling real-world physical phenomena. PPVG requires an understanding of commonsense knowledge, which remains a challenge for video diffusion models. Current approaches leverage commonsense reasoning capability of large language models to embed physical concepts into prompts. However, generation models often render physical phenomena as a single moment defined by prompts, due to the lack of conditioning mechanisms for modeling causal progression. In this paper, we view PPVG as generating a sequence of causally connected and dynamically evolving events. To realize this paradigm, we design two key modules: (1) Physics-driven Event Chain Reasoning. This module decomposes the physical phenomena described in prompts into multiple elementary event units, leveraging chain-of-thought reasoning. To mitigate causal ambiguity, we embed physical formulas as constraints to impose deterministic causal dependencies during reasoning. (2) Transition-aware Cross-modal Prompting (TCP). To maintain continuity between events, this module transforms causal event units into temporally aligned vision-language prompts. It summarizes discrete event descriptions to obtain causally consistent narratives, while progressively synthesizing visual keyframes of individual events by interactive editing. Comprehensive experiments on PhyGenBench and VideoPhy benchmarks demonstrate that our framework achieves superior performance in generating physically plausible videos across diverse physical domains. Our code will be released soon.

顶级标签: video generation multi-modal model training
详细标签: causal reasoning physics-driven generation event decomposition cross-modal prompting video diffusion models 或 搜索:

基于事件链因果推理的物理合理视频生成 / Chain of Event-Centric Causal Thought for Physically Plausible Video Generation


1️⃣ 一句话总结

这篇论文提出了一种新方法,通过将物理过程分解为因果关联的事件链并利用物理公式作为约束,显著提升了AI生成视频在物理规律上的合理性和连贯性。

源自 arXiv: 2603.09094