REVIEW 2 major objections 6 minor 49 references
LivingWorld: Interactive 4D World Generation with Environmental Dynamics
T0 review · 2 major / 6 minor · reviewed 2026-07-13 · grok-4.5
Pith's one-line read LivingWorld builds interactive 4D worlds with coherent clouds, water, and smoke from one image by growing a global motion field in seconds.
desk verdict Solid interactive systems paper: progressive hash motion field + Kabsch alignment gets environmental 4D dynamics to ~12 s/step with competitive quality; global-coherence claim is only partly stress-tested. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The hash-based global motion field F_θ : R³ → R³, trained on scene-flow samples that have first been aligned across views by a Kabsch-plus-refinement geometry-aware module; it supplies continuous velocity queries so Gaussians can be advected forward and backward while an opacity scheduler keeps density and temporal continuity.
What would settle it
Generate a large multi-view expansion of a scene with strong environmental motion (e.g., a river or drifting clouds), render novel trajectories never used during construction, and check whether motion directions and magnitudes remain consistent with the original views and with physical expectations; systematic drift, holes, or reverse-direction artifacts would falsify the claim that alignment-plus-hash field is sufficient without video refinement.
Extended reading notes
Core claim
Environmental dynamics that span an expanding 3D scene can be represented as a single continuous global motion field that is built incrementally from user-guided Eulerian flow, kept consistent by geometry-aware 3D alignment of sparse scene-flow samples, and rendered by bidirectional propagation, yielding temporally coherent 4D worlds at interactive speeds without video-based optimization.
Load-bearing premise
That independent 2D Eulerian flow estimates, after a simple rotation-and-scale alignment of the sparse 3D samples they produce, already give enough correct supervision for a continuous motion field whose bidirectional advection stays plausible under large expansions and new viewpoints without any later video refinement.
Editorial extensions
If this is right
- Interactive world builders can add user-controllable environmental motion (clouds, water, smoke, fire) as a native 3D layer rather than as post-hoc video synthesis.
- Each new camera expansion can update both geometry and a coherent global motion field in roughly twelve seconds on a single modern GPU, supporting real-time feedback loops.
- Long looping 4D sequences become available without the minutes-to-hours cost of video-driven 4D Gaussian optimization.
- Localized object motion can be overlaid on the same environmental field, giving a path toward mixed rigid and fluid dynamics in one scene.
- Downstream simulation, perception, or embodied-agent pipelines gain access to dynamic environments that remain geometrically consistent under free camera navigation.
Reading between the lines
- If the alignment step is the main bottleneck for global consistency, replacing or augmenting Kabsch with learned cross-view flow correspondences could further reduce residual directional errors in non-overlapping regions.
- The same progressive hash-field construction may transfer to other continuous scene attributes (temperature, wind fields, soft-body deformation) that must stay coherent under interactive expansion.
- Because the method never relies on multi-view video supervision, it could serve as a lightweight motion prior that later video models fine-tune only where higher fidelity is required.
- Boundary-hole rates already drop sharply with bidirectional propagation; adding a lightweight density-repair step would likely close the remaining gaps without sacrificing interactivity.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. LivingWorld is an interactive systems framework that generates 4D worlds with scene-scale environmental dynamics (clouds, water, smoke/fog, fire) from a single image. Starting from a static 3D reconstruction pipeline in the WonderWorld style, it progressively builds a continuous global Eulerian motion field: user-guided 2D Eulerian flows are lifted with depth, aligned across views by a geometry-aware Kabsch rotation/scale module plus light refinement (Eq. 4), and regressed into a multi-resolution hash-encoded field F_θ (Eqs. 5–7). During rendering, Gaussians are advected bidirectionally with a linear opacity scheduler (Eqs. 8–12) to produce looping, temporally coherent dynamics without video-based refinement. On a 60-scene benchmark the method is competitive on VBench, best on GPT-based PhysReal, preferred in 2AFC human studies, and completes each expansion step in ~12 s on one RTX 5090 versus minutes for video and prior 4D baselines.
Significance. The paper targets a genuine and timely gap: interactive large-scale 3D world generation has largely produced static geometry, while environmental dynamics that are intrinsically scene-coupled remain underexplored under interactive latency constraints. The contribution is primarily engineering—geometry-aware alignment of sparse scene flow, a compact hash motion field decoupled from per-Gaussian optimization, and bidirectional propagation that avoids expensive video supervision—but it is well motivated and practically useful. Strengths include a clear runtime breakdown (~9 s expansion + ~3 s motion update), ablations of alignment and motion-field design (Table 3, Fig. 5–6), both automatic and human evaluation (Tables 1–2, interactivity Likert study), and an honest statement that no prior method solves the same interactive 4D task. If the global-coherence claim holds under multi-step expansion, the work is a solid systems advance for interactive 4D content creation and a useful foundation for later object-centric dynamics.
major comments (2)
- The central claim of “globally coherent environmental dynamics” under progressive expansion is only partially stress-tested. Table 3 and Fig. 5 report MCA/FMV and global cosine/magnitude ratio on accumulated (or nearby) scene-flow samples after alignment, not on held-out novel camera trajectories after several expansion steps far from the views that supervised F_θ. Qualitative multi-view results (Fig. 4) and VBench/PhysReal scores assess rendered appearance, not whether the underlying 3D velocity field remains directionally and magnitude-consistent once outpainting has revealed large new regions. Because depth (MoGeV2), Eulerian flow (3D-Cinemagraphy), and SAM masks are off-the-shelf and never jointly refined, residual scale/direction errors can accumulate; Kabsch+refinement (Eq. 4, Sec. 3.2) only aligns overlapping reprojected points. Please add either (i) a multi-step expansion protoco
- Sec. 3.3’s bidirectional Euler advection plus linear opacity schedule (Eqs. 8–12, w(t)=t/T) produces temporally looped dynamics that return Gaussians toward the initial configuration. This is effective for hole reduction (Table 6: 9.8%→0.9%) and seamless looping, but it is not open-ended continuous evolution. The abstract and introduction frame the output as “long and temporally coherent 4D sequences” and “interactive 4D world generation,” which can be read as supporting non-periodic, indefinitely evolving environments. Please clarify in the method and evaluation that the current renderer is designed for stable looping environmental motion, and discuss how (or whether) the same field supports non-looping long-horizon simulation without reintroducing density gaps.
minor comments (6)
- Table 1 reports LivingWorld runtime as 12 s against multi-minute baselines; the comparison is informative for interactivity but conflates different task formulations (video synthesis vs. explicit 4D scene). A short note in Sec. 4.4 that video models are not interactive 4D systems (already stated in Sec. 4.1) would prevent over-reading the runtime column as a pure quality–speed Pareto claim.
- PhysReal (and PhotoReal in Supp. Table 4) rely on GPT-based scoring. The paper already includes VBench and 2AFC human preference; still, briefly state the prompt template or scoring protocol (or point more explicitly to PhysGen3D) so the metric is reproducible.
- Eq. (5) uses a product/XOR hash notation that is slightly hard to parse in the rendered text (“3M j=1”, “L denotes bitwise XOR”). Align the notation with Instant-NGP-style multi-resolution hash encoding and define all symbols (π_j, T, ℓ) in one place.
- Fig. 3’s caption and body text describe the geometry-aware alignment module, but the figure itself is largely placeholder-like in the manuscript text. Ensure the camera-ready figure clearly shows before/after alignment of scene-flow directions.
- Sec. 4.7 and Fig. 15 correctly note that rigid-body motion is outside the primary scope and can distort geometry. Consider moving a one-sentence limitation of this kind into the main conclusion so readers do not over-generalize the object-centric demo.
- Minor typos/consistency: “LivingW orld” spacing artifacts in the abstract and Table 1; “image sequences” spacing in Sec. 1; arXiv date stamps in the header (v2, Jul 2026) should be cleaned for the journal version.
Circularity Check
No significant circularity: empirical systems paper whose motion field is supervised by off-the-shelf estimates and judged on external perceptual/physical metrics, not by construction.
full rationale
LivingWorld is a systems/engineering paper. The global motion field F_ heta is regressed (Eq. 7) from sparse scene-flow samples that themselves come from independent, publicly available estimators (Eulerian flow of 3D-Cinemagraphy, MoGeV2 depth, SAM masks). Geometry-aware alignment (Kabsch + light SGD on reprojected correspondences, Eq. 4) and bidirectional Euler advection (Eqs. 8–12) are algorithmic choices whose outputs are then rendered and scored by VBench, GPT-based PhysReal, 2AFC human preference, and runtime on a held-out 60-scene benchmark. Nothing is fitted to a target quantity and then re-presented as a prediction of that same quantity; no uniqueness theorem is imported from the authors’ prior work to forbid alternatives; the self-citation to 4DGS-Cinemagraphy/3D-MOM is used only as a related baseline that the new alignment is shown to improve upon (Table 3, Fig. 5). The derivation chain therefore remains open to external falsification and does not reduce by construction to its inputs. Minor self-citation of the authors’ earlier 4DGS work is ordinary and non-load-bearing, justifying a score of 1 rather than 0.
Assumptions & free parameters
free parameters (5)
- hash table size T and multi-resolution grid settings =
T=2^19; 16 levels
- alignment refinement iterations and learning rate =
300 iters, lr=0.1
- motion-field training iterations and learning rate =
100 iters, lr=1e-2
- bidirectional opacity schedule w(t) =
w(t)=t/T
- per-axis advection step size ψ
assumptions (5)
- domain assumption Eulerian per-pixel velocity fields are an adequate model for fluid-like environmental dynamics (clouds, water, smoke, fire).
- ad hoc to paper A single global rotation R in SO(3) and uniform scale s suffice to align newly lifted scene flow to previously accumulated flow via Kabsch + light refinement.
- ad hoc to paper Bidirectional Euler advection of Gaussians plus linear opacity blending preserves spatial coverage and temporal stability without video supervision.
- domain assumption Off-the-shelf monocular depth (MoGeV2), SAM masks, and Eulerian flow predictors are accurate enough to supervise a global 3D motion field under viewpoint change.
- standard math Standard multiresolution hash encoding + MLP can represent continuous 3D velocity fields from sparse scene-flow samples.
invented entities (3)
-
geometry-aware alignment module (3D Kabsch + refinement on scene-flow samples)
-
hash-based global Eulerian motion field F_θ for interactive 4D expansion
-
bidirectional opacity scheduler for looped Gaussian trajectories
Cite this review
Pith. "Pith review of LivingWorld: Interactive 4D World Generation with Environmental Dynamics." pith.science (2026). https://pith.science/paper/2EVVGF4A
@misc{pith2026260401641,
author = {Pith},
title = {Pith review of: LivingWorld: Interactive 4D World Generation with Environmental Dynamics},
year = {2026},
howpublished = {\url{https://pith.science/paper/2EVVGF4A}},
note = {Machine review of arXiv:2604.01641}
}
read the original abstract
We introduce LivingWorld, an interactive framework for generating 4D worlds with environmental dynamics from a single image. While recent advances in 3D scene generation enable large-scale environment creation, most approaches focus primarily on reconstructing static geometry, leaving scene-scale environmental dynamics such as clouds, water, or smoke largely unexplored. Modeling such dynamics is challenging because motion must remain coherent across an expanding scene while supporting low-latency user feedback. LivingWorld addresses this challenge by progressively constructing a globally coherent motion field as the scene expands. To maintain global consistency during expansion, we introduce a geometry-aware alignment module that resolves directional and scale ambiguities across views. We further represent motion using a compact hash-based motion field, enabling efficient querying and stable propagation of dynamics throughout the scene. This representation also supports bidirectional motion propagation during rendering, producing long and temporally coherent 4D sequences without relying on expensive video-based refinement. On a single RTX 5090 GPU, generating each new scene expansion step requires 9 seconds, followed by 3 seconds for motion alignment and motion field updates, enabling interactive 4D world generation with globally coherent environmental dynamics. Video demonstrations are available at paper.pnu-cvsp.com/LivingWorld.
Reference graph
Works this paper leans on
-
[1]
In: European Conference on Computer Vision
Bae, J., Kim, S., Yun, Y., Lee, H., Bang, G., Uh, Y.: Per-gaussian embedding-based deformation for deformable 3d gaussian splatting. In: European Conference on Computer Vision. pp. 321–335. Springer (2024)
2024
-
[2]
In: European Conference on Computer Vision
Bahmani, S., Liu, X., Yifan, W., Skorokhodov, I., Rong, V., Liu, Z., Liu, X., Park, J.J., Tulyakov, S., Wetzstein, G., et al.: Tc4d: Trajectory-conditioned text-to-4d generation. In: European Conference on Computer Vision. pp. 53–72. Springer (2024)
2024
-
[3]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Bahmani, S., Skorokhodov, I., Rong, V., Wetzstein, G., Guibas, L., Wonka, P., Tulyakov, S., Park, J.J., Tagliasacchi, A., Lindell, D.B.: 4d-fy: Text-to-4d gener- ation using hybrid score distillation sampling. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 7996–8006 (2024)
2024
-
[4]
arXiv preprint arXiv:2408.07009 (2024)
Baldridge, J., Bauer, J., Bhutani, M., Brichtova, N., Bunner, A., Castrejon, L., Chan, K., Chen, Y., Dieleman, S., Du, Y., et al.: Imagen 3. arXiv preprint arXiv:2408.07009 (2024)
arXiv 2024
-
[5]
In: Proceedings of the Computer Vision and Pattern Recognition Conference
Chen, B., Jiang, H., Liu, S., Gupta, S., Li, Y., Zhao, H., Wang, S.: Physgen3d: Crafting a miniature interactive world from a single image. In: Proceedings of the Computer Vision and Pattern Recognition Conference. pp. 6178–6189 (2025)
2025
-
[6]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Choi, J., Seo, K., Ashtari, A., Noh, J.: Stylecinegan: Landscape cinemagraph gener- ation using a pre-trained stylegan. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 7872–7881 (2024)
2024
-
[7]
In: ACM SIGGRAPH 2005 Papers, pp
Chuang, Y.Y., Goldman, D.B., Zheng, K.C., Curless, B., Salesin, D.H., Szeliski, R.: Animating pictures with stochastic motion textures. In: ACM SIGGRAPH 2005 Papers, pp. 853–860. Association for Computing Machinery (2005).https: //doi.org/10.1145/1186822.1073273
-
[8]
arXiv preprint arXiv:2311.13384 (2023)
Chung, J., Lee, S., Nam, H., Lee, J., Lee, K.M.: Luciddreamer: Domain-free gener- ation of 3d gaussian splatting scenes. arXiv preprint arXiv:2311.13384 (2023)
arXiv 2023
Show all 49 references
-
[9]
arXiv preprint arXiv:1910.07192 (2019)
Endo, Y., Kanamori, Y., Kuriyama, S.: Animating landscape: self-supervised learn- ing of decoupled motion and appearance for single-image video synthesis. arXiv preprint arXiv:1910.07192 (2019)
1910 arXiv
-
[10]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Höllein, L., Cao, A., Owens, A., Johnson, J., Nießner, M.: Text2room: Extracting textured 3d meshes from 2d text-to-image models. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 7909–7920 (2023)
2023
-
[11]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Holynski, A., Curless, B.L., Seitz, S.M., Szeliski, R.: Animating pictures with eulerian motion fields. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 5810–5819 (2021)
2021
-
[12]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Hua, T., Jiang, L., Chen, Y.C., Zhao, W.: Sat2city: 3d city generation from a single satellite image with cascaded latent diffusion. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 27978–27988 (2025)
2025
-
[13]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Huang, Z., He, Y., Yu, J., Zhang, F., Si, C., Jiang, Y., Zhang, Y., Wu, T., Jin, Q., Chanpaisit, N., et al.: Vbench: Comprehensive benchmark suite for video generative models. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 21807–21818 (2024)
2024
-
[14]
IEEE Transactions on Multimedia18(1), 4–13 (2015)
Jhou, W.C., Cheng, W.H.: Animating still landscape photographs through cloud motion creation. IEEE Transactions on Multimedia18(1), 4–13 (2015)
2015
-
[15]
In: The Thirteenth International Conference on Learning Representations (2025) LivingWorld 17
Jin, I.H., Choo, H., Jeong, S.H., Heemoon, P., Kim, J., Kwon, O.j., Kong, K.: Optimizing 4d gaussians for dynamic scene video from single landscape images. In: The Thirteenth International Conference on Learning Representations (2025) LivingWorld 17
2025
-
[16]
Kabsch,W.:Asolutionforthebestrotationtorelatetwosetsofvectors.Foundations of Crystallography32(5), 922–923 (1976)
1976
-
[17]
Proceedings of the IEEE 98(8), 1391–1407 (2010)
Kaneva, B., Sivic, J., Torralba, A., Avidan, S., Freeman, W.T.: Infinite images: Creating and exploring a large photorealistic virtual space. Proceedings of the IEEE 98(8), 1391–1407 (2010)
2010
-
[18]
ACM Trans
Kerbl, B., Kopanas, G., Leimkühler, T., Drettakis, G.: 3d gaussian splatting for real-time radiance field rendering. ACM Trans. Graph.42(4), 139–1 (2023)
2023
-
[19]
In: Proceedings of the IEEE/CVF international conference on computer vision
Kirillov, A., Mintun, E., Ravi, N., Mao, H., Rolland, C., Gustafson, L., Xiao, T., Whitehead, S., Berg, A.C., Lo, W.Y., et al.: Segment anything. In: Proceedings of the IEEE/CVF international conference on computer vision. pp. 4015–4026 (2023)
2023
-
[20]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Li, X., Cao, Z., Sun, H., Zhang, J., Xian, K., Lin, G.: 3d cinemagraphy from a single image. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 4595–4605 (2023)
2023
-
[21]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Li, Z., Chen, Z., Li, Z., Xu, Y.: Spacetime gaussian feature splatting for real-time dynamic view synthesis. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 8508–8520 (2024)
2024
-
[22]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Li, Z., Yu, H.X., Liu, W., Yang, Y., Herrmann, C., Wetzstein, G., Wu, J.: Wonder- play: Dynamic 3d scene generation from a single image and actions. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 9080–9090 (2025)
2025
-
[23]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Liu, A., Tucker, R., Jampani, V., Makadia, A., Snavely, N., Kanazawa, A.: Infi- nite nature: Perpetual view generation of natural scenes from a single image. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 14458–14467 (2021)
2021
-
[24]
In: European Conference on Computer Vision
Logacheva, E., Suvorov, R., Khomenko, O., Mashikhin, A., Lempitsky, V.: Deep- landscape: Adversarial modeling of landscape videos. In: European Conference on Computer Vision. pp. 256–272. Springer (2020)
2020
-
[25]
ACM Transactions on Graphics (TOG)42(6), 1–13 (2023)
Mahapatra, A., Siarohin, A., Lee, H.Y., Tulyakov, S., Zhu, J.Y.: Text-guided synthesis of eulerian cinemagraphs. ACM Transactions on Graphics (TOG)42(6), 1–13 (2023)
2023
-
[26]
Commu- nications of the ACM65(1), 99–106 (2021)
Mildenhall, B., Srinivasan, P.P., Tancik, M., Barron, J.T., Ramamoorthi, R., Ng, R.: Nerf: Representing scenes as neural radiance fields for view synthesis. Commu- nications of the ACM65(1), 99–106 (2021)
2021
-
[27]
ACM transactions on graphics (TOG)41(4), 1–15 (2022)
Müller, T., Evans, A., Schied, C., Keller, A.: Instant neural graphics primitives with a multiresolution hash encoding. ACM transactions on graphics (TOG)41(4), 1–15 (2022)
2022
-
[28]
arXiv preprint arXiv:2312.09242 (2023)
Ouyang, H., Heal, K., Lombardi, S., Sun, T.: Text2immersion: Generative immersive scene with 3d gaussians. arXiv preprint arXiv:2312.09242 (2023)
2023 arXiv
-
[29]
Pexels: Royalty-free stock footage website.https://www.pexels.com, accessed: 2026-06-28
2026
-
[30]
In: Proceedings of the 31st ACM International Conference on Multimedia
Shen, L., Li, X., Sun, H., Peng, J., Xian, K., Cao, Z., Lin, G.: Make-it-4d: Synthesiz- ing a consistent long-term dynamic scene video from a single image. In: Proceedings of the 31st ACM International Conference on Multimedia. pp. 8167–8175 (2023)
2023
-
[31]
In: Proceedings of the Computer Vision and Pattern Recognition Conference
Shi, S., Gong, B., Chen, X., Zheng, D., Tan, S., Yang, Z., Li, Y., He, J., Zheng, K., Chen, J., et al.: Motionstone: Decoupled motion intensity modulation with diffusion transformer for image-to-video generation. In: Proceedings of the Computer Vision and Pattern Recognition C...
2025
-
[32]
In: ACM SIGGRAPH 2024 Conference Papers
Shi, X., Huang, Z., Wang, F.Y., Bian, W., Li, D., Zhang, Y., Zhang, M., Cheung, K.C., See, S., Qin, H., et al.: Motion-i2v: Consistent and controllable image-to-video generation with explicit motion modeling. In: ACM SIGGRAPH 2024 Conference Papers. pp. 1–11 (2024) 18 H. Mun, ...
2024
-
[33]
arXiv preprint arXiv:2301.11280 (2023)
Singer, U., Sheynin, S., Polyak, A., Ashual, O., Makarov, I., Kokkinos, F., Goyal, N., Vedaldi, A., Parikh, D., Johnson, J., et al.: Text-to-4d dynamic scene generation. arXiv preprint arXiv:2301.11280 (2023)
2023 arXiv
-
[34]
Unsplash: Unsplash: Beautiful free images and pictures.https://unsplash.com (2026), accessed: June 2026
2026
-
[35]
arXiv preprint arXiv:2503.20314 (2025)
Wan, T., Wang, A., Ai, B., Wen, B., Mao, C., Xie, C.W., Chen, D., Yu, F., Zhao, H., Yang, J., et al.: Wan: Open and advanced large-scale video generative models. arXiv preprint arXiv:2503.20314 (2025)
2025 arXiv
-
[36]
Advances in Neural Information Processing Systems38, 35928–35959 (2026)
Wang, R., Xu, S., Dong, Y., Deng, Y., Xiang, J., Lv, Z., Sun, G., Tong, X., Yang, J.: Moge-2: Accurate monocular geometry with metric scale and sharp details. Advances in Neural Information Processing Systems38, 35928–35959 (2026)
2026
-
[37]
arXiv preprint arXiv:2509.20328 (2025)
Wiedemer, T., Li, Y., Vicol, P., Gu, S.S., Matarese, N., Swersky, K., Kim, B., Jaini, P., Geirhos, R.: Video models are zero-shot learners and reasoners. arXiv preprint arXiv:2509.20328 (2025)
2025 arXiv
-
[38]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Wu, G., Yi, T., Fang, J., Xie, L., Zhang, X., Wei, W., Liu, W., Tian, Q., Wang, X.: 4d gaussian splatting for real-time dynamic scene rendering. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 20310–20320 (2024)
2024
-
[39]
Wu, R., Gao, R., Poole, B., Trevithick, A., Zheng, C., Barron, J.T., Holynski, A.: Cat4d:Createanythingin4dwithmulti-viewvideodiffusionmodels.In:Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 26057–26068 (2025)
2025
-
[40]
ACM Transactions on Graphics (ToG)43(4), 1–17 (2024)
Wu, Z., Li, Y., Yan, H., Shang, T., Sun, W., Wang, S., Cui, R., Liu, W., Sato, H., Li, H., et al.: Blockfusion: Expandable 3d scene generation using latent tri-plane extrapolation. ACM Transactions on Graphics (ToG)43(4), 1–17 (2024)
2024
-
[41]
In: Proceedings of the Special Interest Group on Computer Graphics and Interactive Techniques Conference Conference Papers
Xing, J., Mai, L., Ham, C., Huang, J., Mahapatra, A., Fu, C.W., Wong, T.T., Liu, F.: Motioncanvas: Cinematic shot design with controllable image-to-video generation. In: Proceedings of the Special Interest Group on Computer Graphics and Interactive Techniques Conference Confer...
2025
-
[42]
arXiv preprint arXiv:2408.06072 (2024)
Yang, Z., Teng, J., Zheng, W., Ding, M., Huang, S., Xu, J., Yang, Y., Hong, W., Zhang, X., Feng, G., et al.: Cogvideox: Text-to-video diffusion models with an expert transformer. arXiv preprint arXiv:2408.06072 (2024)
2024 arXiv
-
[43]
In: Proceedings of the Computer Vision and Pattern Recognition Conference
Yu, H.X., Duan, H., Herrmann, C., Freeman, W.T., Wu, J.: Wonderworld: Inter- active 3d scene generation from a single image. In: Proceedings of the Computer Vision and Pattern Recognition Conference. pp. 5916–5926 (2025)
2025
-
[44]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Yu, H.X., Duan, H., Hur, J., Sargent, K., Rubinstein, M., Freeman, W.T., Cole, F., Sun, D., Snavely, N., Wu, J., et al.: Wonderjourney: Going from anywhere to everywhere. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 6658–6667 (2024)
2024
-
[45]
arXiv preprint arXiv:2410.07155 (2024)
Zeng, B., Yang, L., Li, S., Liu, J., Zhang, Z., Tian, J., Zhu, K., Guo, Y., Wang, F.Y., Xu, M., et al.: Trans4d: Realistic geometry-aware transition for compositional text-to-4d synthesis. arXiv preprint arXiv:2410.07155 (2024)
2024 arXiv
-
[46]
arXiv preprint arXiv:2602.04876 (2026)
Zhan, J., Li, Z., Yu, H.X., Wu, J.: Perpetualwonder: Long-horizon action-conditioned 4d scene generation. arXiv preprint arXiv:2602.04876 (2026)
2026 arXiv
-
[47]
In: Proceedings of the Computer Vision and Pattern Recognition Conference
Zhang, Z., Liao, J., Li, M., Dai, Z., Qiu, B., Zhu, S., Qin, L., Wang, W.: Tora: Trajectory-oriented diffusion transformer for video generation. In: Proceedings of the Computer Vision and Pattern Recognition Conference. pp. 2063–2073 (2025)
-
[48]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Zheng, Y., Li, X., Nagano, K., Liu, S., Hilliges, O., De Mello, S.: A unified approach for text- and image-guided 4d scene generation. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 7300–7309 (2024) LivingWorld 19
2024
-
[49]
In: Proceedings of the AAAI Conference on Artificial Intelligence
Zhou, M., Wang, Y., Hou, J., Zhang, S., Li, Y., Luo, C., Peng, J., Zhang, Z.: Scenex: Procedural controllable large-scale scene generation. In: Proceedings of the AAAI Conference on Artificial Intelligence. vol. 39, pp. 10806–10814 (2025) 20 H. Mun, I. Jin et al. Supplementary...
2025
Reviewed July 13, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.