AIAny
Icon for item

VideoCoCo: Code-as-CoT for Physically-Consistent Video Generation via an Agentic Dual-Engine System

Converts text prompts into physically consistent videos by synthesizing executable Blender programs as a process-level chain-of-thought and using a dual-engine pipeline (deterministic simulation draft + draft-conditioned video editor). Ships with a VideoCoCo-3K draft–instruction–target dataset and shows substantial gains in physical-consistency benchmarks.

Introduction

Most text-to-video systems infer temporal dynamics implicitly from compressed prompts, which often yields physically inconsistent motion. VideoCoCo takes a different tack: it makes the temporal process explicit and executable by generating Blender code as a process-level chain-of-thought, rendering a deterministic draft, then conditioning a generative video editor on that draft to produce the final photorealistic video. This separation lets the system control and inspect dynamics independently from visual realization.

Key Findings
  • Executable code as CoT: Synthesizing Blender programs gives a fully-specified, inspectable spatiotemporal draft (scene + scripted evolution) that a sandboxed simulator deterministically renders, enabling precise process-level control rather than relying solely on learned priors.
  • Dual-engine decomposition: A coding agent (program synthesis) + simulation engine (deterministic draft) + instruction agent + adapted generative editor (draft-conditioned editing) separates reasoning about dynamics from high-fidelity rendering, reducing ambiguity in temporal evolution.
  • Empirical gains: Introducing VideoCoCo to an OmniWeaving base raised PhyGenBench consistency from 0.475 to 0.558 and VBench-2.0 average from 52.18% to 77.88%, with notable improvements on mechanics, material, and thermal categories.
  • Supervised adaptation: VideoCoCo-3K (draft–instruction–target triplets) adapts the editor to realize simulated drafts as photorealistic outputs while preserving the encoded spatiotemporal process.
Who it's for and tradeoffs

Great fit if you need reproducible, controllable, and physically plausible text-to-video synthesis—researchers benchmarking physical plausibility, systems that must enforce specific dynamics, and workflows that value inspectable intermediate artifacts. It is less appropriate when you only need stylistic or purely artistic video generation without fidelity to real-world physics, or when computational and engineering budgets cannot accommodate simulation and program synthesis overhead. The approach inherits simulator limits (scenes must be expressible in Blender and fidelity depends on simulation detail) and adds engineering complexity compared with end-to-end generative models.

Where it fits

VideoCoCo occupies the intersection of programmatic simulation and generative video editing: it complements appearance-driven generative models by providing an explicit dynamics reference, improving categories where learned priors struggle (materials, thermal effects, mechanics) while relying on a separate editor for photoreal rendering.

Information

  • Websitearxiv.org
  • AuthorsHaodong Li, Tianfei Ren, Xiaoxiao Ma, Chunmei Qing, Zhen Fang, Sipeng He, Ziyu Guo, Haoyu Wu, Juanxi Tian, Yihang Zou
  • Published date2026/07/29

More Items

Suppresses grid-like and granular “digital ripple” artifacts introduced by iterative reference-conditioned image editing using selective spectral notching, structure-aware smoothing, and cleaned-reference regeneration. Prioritizes low-distortion filtering when artifacts are spectrally separable and visual reconstruction when artifacts overlap content.

Trains LVLMs to improve 3D spatial reasoning using a synthetic block-stacking dataset of 15,000 problems that cover 3D→2D projection, viewpoint transforms, and structural combination; includes color-anchored cues and provides code and data.

Synthesizes a deployment-specific safety harness (natural-language policy plus executable logic) for a frozen LLM in a target domain, using model behavior, domain specs, and adversarial review to optimize safety–utility trade-offs and transfer across agent benchmarks.