4D Scene Generation
Generating or rendering 4D (3D + time) dynamic scenes from limited 2D observations — typically a single monocular video or even a single reference frame — under user-specified camera and/or object trajectories. The filed papers split into two design philosophies: explicit-state methods that expose an editable 4D world representation (point cloud + per-object 3D Gaussian trajectories, or static-background point cloud + animation-time signal) and reconstruction-then-generate methods that hand geometry to a feed-forward 4DGS reconstructor and use the diffusion model to clean up renderings. All three are built on a frozen Wan2.1 backbone with a lightweight learned conditioning branch.
Key claims
Section titled “Key claims”- “4D Geometric Control” — a static background point cloud plus per-object 3D Gaussian trajectories in a shared world coordinate frame — is sufficient to encode the world state for both camera and multi-object dynamics, in a single category-agnostic representation (VerseCrafter: Dynamic Realistic Video World Model with 4D Geometric Control §3.1).
- Probabilistic 3D occupancy (Gaussians with full covariance) is more expressive than rigid 3D bounding boxes (orientation but no shape softness) or 3D point trajectories (motion only, no occupancy) for 4D scene control: ObjMC 2.51 vs 4.52 vs 6.90 on VerseControl4D (VerseCrafter: Dynamic Realistic Video World Model with 4D Geometric Control Table 3).
- Feed-forward, pose-free 4DGS reconstruction is feasible from monocular video by “Gaussianizing” VGGT with bidirectional motion features, producing per-pixel 4D Gaussian attributes in a single forward pass (NeoVerse: Enhancing 4D World Model with in-the-wild Monocular Videos §3.1).
- Disentangling space (camera viewpoint) and time (scene-motion progression) at the diffusion-conditioning level enables effects no real capture can express — reverse playback, bullet-time, retiming, freeze — provided the conditioning channels for the two axes are independent (SpaceTimePilot: Generative Rendering of Dynamic Scenes Across Space and Time §3.2).
- The 4D-data scalability bottleneck is structural: real multi-view dynamic captures don’t scale, and offline reconstruction/depth pre-processing pipelines are expensive. All three filed scene-level papers manufacture the supervision they need synthetically — CamTime + temporal warping (SpaceTimePilot: Generative Rendering of Dynamic Scenes Across Space and Time); online degradation simulation on monocular video (NeoVerse: Enhancing 4D World Model with in-the-wild Monocular Videos §3.2); automatic per-object Gaussian-trajectory annotation via MegaSAM + Grounded-SAM2 (VerseCrafter: Dynamic Realistic Video World Model with 4D Geometric Control §4). DynamicVerse promotes this ad-hoc-per-paper recipe to a standalone, reusable >100K-scene dataset with the full metric-depth + camera + moving-object + hierarchical-caption stack (DynamicVerse: A Physically-Aware Multimodal Framework for 4D World Modeling).
- Reconstruction-then-generate gives an explicit quality/compute knob at inference: NeoVerse VBench scales monotonically with keyframe budget (ImgQ 59.75 at 11 keyframes → 61.51 at full) while remaining 6–8× faster than TrajectoryCrafter/ReCamMaster (NeoVerse: Enhancing 4D World Model with in-the-wild Monocular Videos Table 3).
- Bidirectional motion modelling (separate forward and backward velocity heads) is what makes sparse-keyframe 4DGS training work — removing it drops DyCheck PSNR from 11.56 to 11.27 (NeoVerse: Enhancing 4D World Model with in-the-wild Monocular Videos Table 4).
- For object-centric video-to-4D, a temporal axis added to a pretrained image-to-3D latent diffusion model (vecset-based, TripoSG/Craftsman) via inflated self-attention + relative-frame RoPE is sufficient to fix per-frame inconsistencies, and a paired temporal autoencoder converts the resulting sequence of independent meshes into a single-topology animated mesh — CD_4D 0.069 vs 0.127 best-prior on Objaverse-32 at 3 min vs 15–35 min (ActionMesh: Animated 3D Mesh Generation with Temporal 3D Diffusion §3.2, §3.3, Table 1).
- Output representation matters and is now trimodal in the filed cluster: scene-level methods emit Gaussians or point clouds rendered through a frozen video diffusion model (NeoVerse: Enhancing 4D World Model with in-the-wild Monocular Videos, VerseCrafter: Dynamic Realistic Video World Model with 4D Geometric Control, SpaceTimePilot: Generative Rendering of Dynamic Scenes Across Space and Time); object-centric generation methods emit topology-consistent meshes that drop straight into a DCC pipeline (ActionMesh: Animated 3D Mesh Generation with Temporal 3D Diffusion); object-centric edit methods reconstruct a deformable-3DGS-derived mesh for one object in an existing video and re-render via ControlNet-on-SVD (Shape-for-Motion: Precise and Consistent Video Editing with 3D Proxy). No filed paper bridges these three on the same benchmark.
- Static-3D predecessor on file: WonderJourney generates perpetual (unbounded along a camera trajectory) 3D scenes as colored point clouds from a single image or text prompt using a training-free LLM + Stable-Diffusion-inpaint + MiDaS-depth + VLM-validator pipeline — but every scene is static, with no dynamics (WonderJourney: Going from Anywhere to Everywhere §3, §5). The dynamics axis is precisely what the rest of this cluster adds; bridging “single-image perpetual generation” with “per-scene dynamics” is not yet on file as a single artifact.
- Object-edit predecessor on file: Shape-for-Motion (2025-06) is the cluster’s earliest object-centric, edit-oriented data point. Deformable 3DGS reconstructs a time-consistent canonical mesh for one foreground object; the user edits the canonical mesh once and a Dual-Propagation Strategy routes geometry through canonical Gaussians and texture through the canonical mesh to avoid vertex-misalignment artifacts. A two-stage mixed-training recipe on an SVD ControlNet handles the edited-mesh → video re-render. Frame-Acc 0.970, CLAP 0.917 on V3DBench, beating Tune-A-Video / Pix2Video / I2V-Edit / DragVideo (Shape-for-Motion: Precise and Consistent Video Editing with 3D Proxy §3, Table 1).
- Position-level counterargument on file: Sitzmann argues that explicit 3D / 4D representations (point clouds, Gaussians, NeRFs, SDFs, voxel grids) are hand-crafted intermediates the Bitter Lesson predicts will be dissolved in favor of end-to-end perception–action loops, with generative-rollout world models as the scalable pre-training objective. The thought experiment: a perfect 3D reconstruction of a scene still requires a separate intelligent algorithm to do anything with it, reducing the 3D representation to a clever pre-processing step. Explicit 3D meshes remain reasonable at the human–machine interface layer (CAD, manufacturing output), but should not be baked into training architectures (The flavor of the bitter lesson for computer vision). Conflict: the filed methods are existence proofs that explicit-state + frozen-Wan or vecset-DiT recipes produce competitive 4D control today; Sitzmann’s claim is about the long-run foundation-layer arc, not benchmark numbers. Not reconciled by any filed head-to-head. Note that ActionMesh’s mesh-output choice survives Sitzmann’s critique explicitly (meshes are the legitimate human–machine interface), and Shape-for-Motion’s mesh-as-editing-UI is the same survival pattern at the per-object granularity. WonderJourney’s training-free + explicit-3D-point-cloud recipe is precisely the family Sitzmann predicts gets dissolved — and the Voyager: Long-Range and World-Consistent Video Diffusion for Explorable 3D Scene Generation vs WonderJourney WorldScore gap (77.62 vs 63.75) is a partial empirical datapoint in Sitzmann’s favor, though Voyager itself still carries an explicit 3D world cache.
Recent contributions
Section titled “Recent contributions”- [2026-07-13] Video2Robo: 3DGS-based Synthetic Data from One Video Enables Scalable Robot Learning: Video2Robo (CVPR 2026) uses 3D Gaussian Splatting as an editable scene representation for downstream robot-data generation: high-fidelity re-rendering of a reconstructed demo scene under swapped objects, augmented textures, altered lighting, and novel camera views, driven from a single monocular human demonstration video.
- [2026-07-08] RynnWorld-4D: 4D Embodied World Models for Robotic Manipulation: RynnWorld-4D operationalizes “4D” as synchronized RGB + depth + optical flow generation from a single RGB-D image and language instruction, arguing that co-producing appearance + geometry + motion is closer to end-effector actions than 2D pixel video alone.
- [2026-06-25] InfiniteDiffusion: Bridging Learned Fidelity and Procedural Utility for Open-World Terrain Generation: InfiniteDiffusion / Terrain Diffusion (SIGGRAPH 2026) attacks a different axis from existing bounded scene generators: a training-free generalization of MultiDiffusion makes any diffusion model into a lazy, functionally stateless, infinite generator with O(1) random access by seed+coordinate; demonstrated as a cascaded planetary-terrain Minecraft mod with multiplayer seed-sharing and instant teleport.
- [2026-06-24] Lift4D: Harmonizing Single-View 3D Estimation for 4D Reconstruction In-the-Wild: Object-centric monocular 4D reconstruction that combines causal-latent propagation on a pretrained image-to-3D DiT (for temporally consistent per-frame Gaussian splats) with a deformable 3DGS canonical model sculpted via novel-view diffusion distillation on occlusion-inpainted frames — explicitly targets heavy-occlusion in-the-wild dynamic objects, a regime neither feed-forward 4DGS regressors nor video-loss-only refinement handle well.
- [2026-06-09] Latent Spatial Memory for Video World Models: Mirage uses depth-guided back-projection of diffusion latent tokens into a persistent 3D cache and synthesizes novel views by warping those latents back into a target camera — a 4D control surface that stays entirely in the diffusion latent manifold, contrasting with the explicit-3DGS / point-cloud-as-ControlNet recipes (NeoVerse, VerseCrafter, SPMem) that round-trip through RGB.
- [2026-06-03] A Functional Taxonomy of World Models: Fei-Fei Li / World Labs essay names Marble (multimodal prompt → Gaussian splats + collision meshes from one model) as the canonical “simulator” output type — explicit geometry that a physics engine can operate on, derived from the same model that also produces splats for visual exploration. Frames the splat+mesh dual-output design as crossing the renderer↔simulator boundary intentionally.
- [2026-06-03] NeuROK: Generative 4D Neural Object Kinematics: First filed object-centric physics-conditioned 4D-generation method — turns a static 3D shape into a simulative 4D asset under forces/actions/velocities via a learned kinematic state parameterization (transformer encoder–decoder over deformed shapes) + Euler–Lagrange dynamics in the latent space. Category-agnostic across elastic, cloth, continuum, and multi-body objects; no physical annotations needed for training. Adds a fourth output-representation point to the cluster (latent-state + decoded geometry) alongside scene-level Gaussians/point clouds, object-level animated meshes, and object-level edit-meshes. CVPR 2026.
- [2026-05-24] Shape-for-Motion: Precise and Consistent Video Editing with 3D Proxy: Earliest filed object-centric edit method in the cluster (June 2025). Deformable-3DGS-based time-consistent canonical mesh + Dual-Propagation Strategy (geometry via canonical Gaussians, texture via canonical mesh) + Stable-Video-Diffusion ControlNet with two-stage mixed training. Introduces V3DBench (22 videos × 6 edit categories); beats Tune-A-Video, Pix2Video, I2V-Edit (Image-Sculpting + I2V), and DragVideo on all reported metrics. Adds a new design point — object-centric edit — to the existing scene-generation / scene-edit / object-generation triad.
- [2026-05-24] DynamicVerse: A Physically-Aware Multimodal Framework for 4D World Modeling: Project page for DynamicVerse + DynamicGen — an automated 4D curation pipeline (metric-scale geometry + moving-object recovery + hierarchical captions from raw web video) and the >100K-scene dataset it produced. Surfaced explicitly as supervision infrastructure for the cluster: every prior filed paper here builds its own ad-hoc auto-annotation stack (MegaSAM+Grounded-SAM2 for VerseCrafter, online degradation for NeoVerse, CamTime for SpaceTimePilot); DynamicVerse promotes that step to a reusable artifact. No headline numerical scores disclosed yet on the project page.
- [2026-05-24] WonderJourney: Going from Anywhere to Everywhere: CVPR 2024 predecessor — perpetual static 3D scene generation from a single image or prompt via a training-free, fully modularized pipeline (LLM scene-description generator + Stable-Diffusion text-guided inpainting + MiDaS depth with SAM/OneFormer refinement + VLM artifact validator). Outputs a colored point cloud per scene; scenes are diverse and coherently connected along a camera trajectory but every scene is static. Strong human-preference wins over InfiniteNature-Zero (88–95%) and SceneScape (80–90%) on diversity/quality/complexity/overall but no geometric or video-consistency metrics. Surfaced via Slack with the explicit framing: lifting this from 3D to 4D would enable a “Reshoot” live-v2v application. The dynamics axis is precisely what the rest of this cluster adds.
- [2026-05-24] ActionMesh: Animated 3D Mesh Generation with Temporal 3D Diffusion: First filed video-to-4D method whose output is a topology-consistent animated mesh rather than scene-level Gaussians/point clouds; introduces “temporal 3D diffusion” (inflate self-attention across the temporal axis of a pretrained vecset DiT) + a temporal 3D autoencoder that converts sequence-of-independent-meshes to a deformation field of a reference mesh. Beats LIM/DM4D/V2M4 on Objaverse-32 at ~10× speed.
- [2026-05-23] The flavor of the bitter lesson for computer vision: Position essay; not a 4D-generation method, but the clearest articulation on file of the counterargument to the explicit-3D-state recipe shared by all three filed papers in this cluster. Worth re-reading when reviewing any proposal that adds a 3D/4D-structured module to a generative video stack.
- [2026-05-22] VerseCrafter: Dynamic Realistic Video World Model with 4D Geometric Control: First filed paper to expose an editable, category-agnostic 4D world state (background point cloud + per-object 3D Gaussian trajectories) and to ablate it against 3D bounding boxes and 3D point trajectories on the same backbone and data.
- [2026-05-22] NeoVerse: Enhancing 4D World Model with in-the-wild Monocular Videos: First feed-forward, pose-free 4DGS reconstructor + frozen-diffusion hybrid; introduces the on-the-fly degradation simulator paradigm and the keyframe-budget quality/compute knob.
- [2026-05-22] SpaceTimePilot: Generative Rendering of Dynamic Scenes Across Space and Time: First diffusion-only treatment of full space/time disentanglement with a dedicated animation-time embedder and a synthetic full-grid dataset (CamTime).
Open questions
Section titled “Open questions”- Is “explicit-state-and-edit” (VerseCrafter) or “reconstruct-then-clean-up” (NeoVerse) the right factoring for industrial-scale 4D generation? The two have not been compared head-to-head on the same benchmark.
- Scene-level (Gaussians, point clouds) vs object-level generation (animated mesh) vs object-level edit (deformable-3DGS-derived mesh) all have filed champions (NeoVerse: Enhancing 4D World Model with in-the-wild Monocular Videos / VerseCrafter: Dynamic Realistic Video World Model with 4D Geometric Control vs ActionMesh: Animated 3D Mesh Generation with Temporal 3D Diffusion vs Shape-for-Motion: Precise and Consistent Video Editing with 3D Proxy); are these durably distinct product surfaces, or does one foundation absorb the others (mesh → Gaussians is cheap; Gaussians → mesh is hard; per-object-edit → scene-edit needs background handling)?
- The three scene-level filed papers are built on Wan2.1; ActionMesh is built on TripoSG; Shape-for-Motion is built on SVD I2V. How transferable is each design to other backbones? No filed paper has run their adapter recipe on a non-native backbone family.
- 3D Gaussian trajectory control is ellipsoid-level — when does this hurt? VerseCrafter explicitly flags near-isotropic human shapes as ambiguous; whether SMPL-X hybridization is needed for human-centric video is open.
- The reconstruction → generation pipeline (NeoVerse, Shape-for-Motion) and the control-rendering → generation pipeline (VerseCrafter, SpaceTimePilot) impose different inductive biases. Which one degrades more gracefully on out-of-distribution inputs (rare object categories, unusual scene topologies, extreme camera moves)?
- Synthetic-supervision recipes (CamTime, online degradation, automatic 4D annotation, Objaverse-rendered video for ActionMesh, augmented pre/post-edit pairs for Shape-for-Motion) each target a different failure mode — no filed paper has tried to combine them. Does training on DynamicVerse — which bundles metric depth + camera + moving-object semantics + hierarchical captions on the same raw-web-video clip — collapse some of these into a single shared corpus, or do the per-paper synthetic recipes still beat the shared real-video corpus on their own targeted axis?
- Single-image perpetual generation + per-scene dynamics: WonderJourney generates unbounded sequences of static 3D scenes from one image/prompt; the filed 4D cluster generates dynamics from an input video and a control signal. No filed paper does both — i.e. from a single image, produce a perpetual sequence of dynamic 3D scenes along an arbitrary camera trajectory. This is the explicit “Reshoot for live-v2v” target Ravi flagged and is the obvious gap to close.
- Does the foundation-layer Bitter-Lesson critique bind? Sitzmann argues explicit 3D representations are intermediates the field will discard; the filed methods bet the opposite at the product layer (frozen Wan2.1 + explicit 3D/4D state controller, or vecset-DiT + mesh decoder, or deformable-3DGS + SVD-ControlNet). A direct comparison — same camera/object-control task, explicit-4D-state controller vs no-3D generative-rollout WFM — would resolve this, and is not on file. The 2024 → 2026 trajectory from WonderJourney (training-free + per-scene point cloud, WorldScore 63.75) to Voyager (fine-tuned video DiT + bounded 3D cache, WorldScore 77.62) is a partial datapoint in Sitzmann’s favor but not a clean test.
Papers
Section titled “Papers”2026-04
Section titled “2026-04”- Vista4D: Video Reshooting with 4D Point Clouds — Vista4D: Video Reshooting with 4D Point Clouds (published 2026-04-23)
- HY-World 2.0: A Multi-Modal World Model for Reconstructing, Generating, and Simulating 3D Worlds — HY-World 2.0: A Multi-Modal World Model for Reconstructing, Generating, and Simulating 3D Worlds (published 2026-04-16)
- Lyra 2.0: Explorable Generative 3D Worlds — Lyra 2.0: Explorable Generative 3D Worlds (published 2026-04-15)
2026-02
Section titled “2026-02”- Xmax X1 — Real-Time Interactive Video Model (Product Announcement) — Xmax X1 — Real-Time Interactive Video Model (Product Announcement) (published 2026-02-08)
- The Waymo World Model: A New Frontier For Autonomous Driving Simulation — The Waymo World Model: A New Frontier For Autonomous Driving Simulation (published 2026-02-06)
- The flavor of the bitter lesson for computer vision — The flavor of the bitter lesson for computer vision (published 2026-02-01)
2026-01
Section titled “2026-01”- 360Anything: Geometry-Free Lifting of Images and Videos to 360° — 360Anything: Geometry-Free Lifting of Images and Videos to 360° (published 2026-01-28)
- ActionMesh: Animated 3D Mesh Generation with Temporal 3D Diffusion — ActionMesh: Animated 3D Mesh Generation with Temporal 3D Diffusion (published 2026-01-22)
- VerseCrafter: Dynamic Realistic Video World Model with 4D Geometric Control — VerseCrafter: Dynamic Realistic Video World Model with 4D Geometric Control (published 2026-01-08)
- NeoVerse: Enhancing 4D World Model with in-the-wild Monocular Videos — NeoVerse: Enhancing 4D World Model with in-the-wild Monocular Videos (published 2026-01-01)
2025-12
Section titled “2025-12”- SpaceTimePilot: Generative Rendering of Dynamic Scenes Across Space and Time — SpaceTimePilot: Generative Rendering of Dynamic Scenes Across Space and Time (published 2025-12-31)
- Sharp Monocular View Synthesis in Less Than a Second — Sharp Monocular View Synthesis in Less Than a Second (published 2025-12-11)
- Generative Video Motion Editing with 3D Point Tracks — Generative Video Motion Editing with 3D Point Tracks (published 2025-12-01)
- D4RT: Efficiently Reconstructing Dynamic Scenes One D4RT at a Time — D4RT: Efficiently Reconstructing Dynamic Scenes One D4RT at a Time (published 2025-12-01)
2025-11
Section titled “2025-11”- WorldGen: From Text to Traversable and Interactive 3D Worlds — WorldGen: From Text to Traversable and Interactive 3D Worlds (published 2025-11-21)
2025-10
Section titled “2025-10”- FlashWorld: High-quality 3D Scene Generation within Seconds — FlashWorld: High-quality 3D Scene Generation within Seconds (published 2025-10-15)
2025-09
Section titled “2025-09”- OmniWorld: A Multi-Domain and Multi-Modal Dataset for 4D World Modeling — OmniWorld: A Multi-Domain and Multi-Modal Dataset for 4D World Modeling (published 2025-09-15)
- SpatialVID: A Large-Scale Video Dataset with Spatial Annotations — SpatialVID: A Large-Scale Video Dataset with Spatial Annotations (published 2025-09-11)
2025-06
Section titled “2025-06”- Shape-for-Motion: Precise and Consistent Video Editing with 3D Proxy — Shape-for-Motion: Precise and Consistent Video Editing with 3D Proxy (published 2025-06-27)
- Video World Models with Long-term Spatial Memory — Video World Models with Long-term Spatial Memory (published 2025-06-05)
- Voyager: Long-Range and World-Consistent Video Diffusion for Explorable 3D Scene Generation — Voyager: Long-Range and World-Consistent Video Diffusion for Explorable 3D Scene Generation (published 2025-06-04)
2023-12
Section titled “2023-12”- WonderJourney: Going from Anywhere to Everywhere — WonderJourney: Going from Anywhere to Everywhere (published 2023-12-06)
Unknown date
Section titled “Unknown date”- DynamicVerse: A Physically-Aware Multimodal Framework for 4D World Modeling — DynamicVerse: A Physically-Aware Multimodal Framework for 4D World Modeling (published unknown)