AIAny
Icon for item

StateFlow: Building, Evolving, and Accessing 3D World States for Previsualization

Builds an editable, persistent 3D world state to drive iterative previsualization for film, games, and design — enabling local edits and recombinations instead of one-shot video regeneration. Uses separate stages for state construction, state evolution, and state access, with render-feedback camera refinement.

Introduction

Most current AI video and storyboard tools generate shots in one shot, which makes iterative editing, long-horizon continuity, and fine-grained camera control brittle and costly. StateFlow reframes previsualization around an explicit, persistent 3D world state so creators can edit scene elements, evolve action sequences, and refine cameras without regenerating the entire scene.

Key Findings
  • Persistent world as working memory: Organizes scene elements (geometry, appearance, cameras) into a reusable 3D state so later frames are produced via local transitions rather than full-scene synthesis — this reduces redundant generation and preserves identity across edits.
  • Three-stage pipeline with concrete tradeoffs: State construction lifts 2D content into 3D via a prior-guided, conflict-aware dual-view initialization; state evolution converts user intent into structured state transitions that keep world memory; state access refines camera plans using render-feedback to ensure visually feasible trajectories. Together these stages improve editability and multi-shot consistency.
  • Hybrid visual quality strategy: Keeps an editable engine-native state for structure and continuity, while optionally invoking off-the-shelf video models when higher visual fidelity is required — this separates geometric/semantic control from final rendering quality.
  • Practical constraints matter: The system leans on engine verification and explicit state bookkeeping to avoid hallucinations, which improves physical plausibility at the cost of needing asset/engine integration.
Who it's for and tradeoffs

Great fit if you need iterative, long-horizon previsualization where continuity and local edits are crucial — e.g., directors, cinematographers, game designers, architectural walkthrough authors. It is beneficial when you want programmatic camera planning and memory-preserving scene edits rather than regenerating frames. Look elsewhere if you only need single-shot, photorealistic video outputs without the overhead of maintaining an engine-backed world, or if you lack access to a game/3D engine and asset pipeline (StateFlow assumes an editable 3D workspace and verification loop).

Where it fits

Compared with one-shot diffusion or purely 2D video pipelines, StateFlow emphasizes a persistent, structured state and engine-verified feedback. Relative to other multi-shot systems, its distinguishing points are the dual-view 3D initialization, explicit state transitions for evolution, and render-feedback for camera trajectory feasibility. This places it between 3D-grounded storyboard systems and diffusion-enhanced visualizers: structural control plus optional visual refinement.

How it works (brief)
  • State construction: lifts generated 2D content into a coherent 3D representation using priors and a conflict-aware dual-view init to align geometry and identity.
  • State evolution: maps user edits or script-level intents into structured state transitions that update only affected elements, preserving the rest of the world memory.
  • State access: produces camera plans and uses render-feedback (engine verification and optionally video models) to iteratively refine trajectories so outputs are both semantically and visually feasible.

Information

  • Websitearxiv.org
  • AuthorsYuyang Yin, Zixiang Li, Longxuan Deng, Hongkai Li, Shifang Zhao, Junnan Liu, Weirong Huang, Mengyu Wang, Tianxiao Fu, Yikai Wang …
  • Published date2026/08/12

More Items

Introduces a rubric-based approach for video reward modeling that generates explicit, query-adaptive evaluation criteria before scoring to reduce scalar drift; proposes RGPO, a two-stage training (seed warm-up + joint optimization) that achieves strong pointwise and pairwise evaluation with high data efficiency.

Teaches vision-language models to predict and integrate physical-world state transitions from interaction trajectories (observation → action → next observation). Introduces a three-level curriculum and the LSI-108K dataset, and applies supervised fine-tuning plus on-policy distillation to improve local transition modeling and long-horizon spatial integration.

Evaluates whether generative world models maintain consistent, controllable, and physically plausible simulated environments under exploration, interaction, and intervention. Introduces a six-level W1–W6 capability taxonomy across three tracks (video, spatial, embodied) with human A/B Arena and automated metrics to measure behavioral correctness.