paper-with-me

Papers

Chain of Event-Centric Causal Thought for Physically Plausible Video Generation

2026-03-10 · Zixuan Wang, Yixin Hu, Haolan Wang, Feng Chen, Yan Liu, Wen Li, Yinjie Lei arxiv

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. Code is available at https://github.com/ZixuanWang0525/CoECT.

📄 PDF Abstract BibTeX arXiv:2603.09094

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

ECHo: A Visio-Linguistic Dataset for Event Causality Inference via Human-Centric Reasoning

2023-05-24 · Yuxi Xie, Guanzhen Li, Min-Yen Kan

We introduce ECHo (Event Causality Inference via Human-Centric Reasoning), a diagnostic dataset of event causality inference grounded in visio-linguistic social scenarios. ECHo employs real-world human-centric deductive …

Diagnostic

EventCoT: Event-centric Video Chain-of-thought for Reasoning Temporal Localization

2026-07-06 · Youngkil Song, Yoonjae Baek, Dongwon Kim, Inho Kim 외 arxiv

Reasoning temporal localization (RTL) requires a model to generate an answer that itself contains the time interval supporting it, so high-level reasoning and precise temporal grounding must be produced jointly in a sing…

Video Question Answering

APT: Atomic Physical Transitions for Causal Video-Language Understanding

2026-06-17 · Shang Wu, Haoran Lu, Songling Liu, Chenwei Xu 외 arxiv

Physical events are not understood by their names alone, but by the causal state changes that compose them. A clip-level label such as "bounce" can be correct while hiding the process that makes the event physically vali…

Focused Chain-of-Thought: Efficient LLM Reasoning via Structured Input Information

2025-11-27 · Lukas Struppek, Dominik Hintersdorf, Hannah Struppek, Daniel Neider 외 arxiv

Recent large language models achieve strong reasoning performance by generating detailed chain-of-thought traces, but this often leads to excessive token use and high inference latency. Existing efficiency approaches typ…

Reinforcement LearningInformation Extraction

ProLaViT: Learning Progressive Latent Visual Thoughts in Structured Latent Space

2026-07-03 · Peiming Li, Yifan Wang, Xiaotian Zhang, Zhiyuan Hu 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable progress but still struggle with complex visual reasoning tasks requiring multi-step perception and logical deduction. While explicit visual generation in…

Visual Reasoning