Skip to content

DynamicVerse: A Physically-Aware Multimodal Framework for 4D World Modeling

DynamicVerse is a project page for a physically-aware, multi-modal 4D dataset and the automated curation pipeline (DynamicGen) that produced it. From raw in-the-wild videos, DynamicGen recovers metric-scale geometry, camera intrinsics and pose, moving-object masks/categories, and dense hierarchical captions (object, camera, scene) without any human annotation. The released dataset covers >100K dynamic scenes with this stack of annotations attached — explicitly positioned as a scale-and-richness upgrade over both 2D video corpora and prior 4D scene datasets.

  • DynamicGen is an automated 4D curation pipeline with five steps: (1) 4D scene curation from raw video, (2) data filtering, (3) moving-object recovery (category + mask), (4) dynamic bundle adjustment for metric-scale geometry and camera, (5) hierarchical dynamic-content captioning [project page §Pipeline].
  • The pipeline groups into two stages: a metric-scale geometric and moving-object recovery front end, followed by hierarchical dynamic-content caption generation conditioned on the recovered geometry [project page §Pipeline].
  • Captioning is hierarchical across three semantic levels: per-object, camera trajectory, and whole-scene [project page §Pipeline].
  • DynamicGen is validated on standard benchmarks for video depth and camera pose/intrinsics estimation, with qualitative generalization on web video and human/LLM-assisted caption-quality evaluation [project page §Conclusion].
  • DynamicVerse, the resulting dataset, contains >100K dynamic scenes with the full physically-aware multi-modal annotation stack attached [project page §Dataset, §Conclusion].
  • The framing claim is that prior 4D data curation is limited on three axes — scalability (real multi-view dynamic capture doesn’t scale), physical reality (no metric scale, no moving-object semantics), and modality diversity (geometry-only or caption-only, not both) — and DynamicVerse attacks all three at once [project page §Conclusion].

DynamicGen takes raw monocular video and runs a two-stage stack. Stage 1 recovers metric-scale 4D geometry: a filtering pass discards unsuitable clips; foundation-model-based segmentation identifies moving objects and their categories/masks; a dynamic bundle-adjustment step jointly solves for camera pose, intrinsics, and per-pixel metric depth in a dynamic scene. Stage 2 uses the recovered structure to drive a hierarchical caption generator that produces per-object, camera-trajectory, and scene-level descriptions. The output of one pass through the pipeline is a video clip annotated with metric depth + camera

  • moving-object masks/labels + hierarchical text — the full stack a 4D-scene generator would want as supervision.

The project page does not name the specific foundation models used at each step, but the recipe matches the wider 2025 toolchain: dense-depth/geometry front ends in the VGGT/MegaSAM family, Grounded-SAM2-style segmentation for moving objects, and VLM-driven captioning conditioned on the recovered geometric context. Demo material shows raw-video → moving-object-recovery → dynamic-point-cloud rollouts as the visual proxy for the recovered 4D state.

The project page reports validation on (a) standard video-depth benchmarks, (b) standard camera pose/intrinsics estimation benchmarks, (c) qualitative generalization on in-the-wild web videos, and (d) human-/LLM-assisted caption quality evaluation — but the page does not disclose headline numerical scores or comparison tables for any of these axes. The headline quantitative claim is the dataset scale itself: >100K dynamic scenes, expanding both scale and annotation richness over prior 4D scene datasets and bringing metric-physical multi-modal annotations to a regime that previously belonged only to 2D video corpora [project page §Dataset, §Conclusion].

The filed 4D Scene Generation cluster keeps running into the same bottleneck: every method has to manufacture its own supervision because real 4D capture doesn’t scale (SpaceTimePilot: Generative Rendering of Dynamic Scenes Across Space and Time‘s CamTime, NeoVerse: Enhancing 4D World Model with in-the-wild Monocular Videos‘s online degradation simulator, VerseCrafter: Dynamic Realistic Video World Model with 4D Geometric Control‘s MegaSAM+Grounded-SAM2 auto-annotation). DynamicVerse pulls that ad-hoc supervision step out into a reusable dataset + pipeline — exactly the shared-supervision layer the cluster is missing. It complements Sekai: A Video Dataset towards World Exploration (large-scale video corpus targeted at world-model exploration, but without the metric-scale geometry + moving-object semantics) by adding the physically-aware annotation stack on top of the raw-video collection problem. If the pipeline generalizes, it’s also a candidate ingestion path for the kind of in-the-wild video that Introducing the V-JEPA 2 world model and new benchmarks for physical reasoning-style perception backbones need but currently get without explicit 3D/4D structure.