Summary
DreamScene4D is a novel approach to generating 3D dynamic scenes of multiple objects from monocular videos using 360° novel view synthesis. The method employs a "decompose-recompose" strategy, segmenting the video scene into background and object tracks and further decomposing object motion into object-centric deformation, object-to-world-frame transformation, and camera motion. This decomposition enables effective recovery of object 3D completions and deformations, guided by bounding box tracks for large object movements. DreamScene4D demonstrates extensive results on challenging datasets like DAVIS, Kubric, and self-captured videos, providing quantitative comparisons and user preference studies. The approach also achieves accurate 2D persistent point tracking by projecting inferred 3D trajectories into 2D. The release of the code aims to stimulate further research in fine-grained 4D understanding from videos.
Strengths
1. The paper introduces a novel "decompose-recompose" strategy, effectively handling complex multi-object scenes and fast object motion by robustly recovering object 3D completions and deformations.
2. The paper demonstrates comprehensive experimental validation on challenging datasets such as DAVIS, Kubric, and self-captured videos, showcasing its applicability to real-world scenarios and superiority over existing methods through strong quantitative comparisons and user preference studies.
3. The paper is well-written and well-structured, making it easy to follow and understand the key ideas and methodologies.
Weaknesses
1. Figure 2 appears to show artifacts in the decomposed background. The paper should clarify how the video scene decomposition separates the background and objects, as this is crucial for the model's performance.
2. The paper does not explain how temporal consistency is maintained between object motion and camera motion. Ensuring synchronized motion is essential for the accuracy of the 4D scene generation.
3. The paper lacks comparisons with relevant baselines such as Animate124[1] and 4Diffusion[2]. It should also address how the model handles scenarios with many objects or objects appearing at different times.
[1] Zhao Y, Yan Z, Xie E, et al. Animate124: Animating one image to 4d dynamic scene[J]. arXiv preprint arXiv:2311.14603, 2023.
[2] Zhang H, Chen X, Wang Y, et al. 4Diffusion: Multi-view Video Diffusion Model for 4D Generation[J]. arXiv preprint arXiv:2405.20674, 2024.
4. The model relies on an off-the-shelf depth estimator to compute the depth of each object and the background for 4D scene composition. However, the effectiveness of this guidance in dense object scenarios is questionable and needs further evaluation.
5. The paper should include visualizations of the 3D Gaussians from Figure 2 to provide a clearer understanding of the spatial representation and validate the model's effectiveness.
Questions
While the authors effectively demonstrate their method, the paper lacks some intermediate visualizations, such as the 3D Gaussian visualizations for Figure 2. Additionally, there are potential bad cases involving multiple objects that need further exploration and clarification. These aspects are crucial for thoroughly understanding and validating the proposed approach.
Limitations
The authors do not discuss the limitations in the manuscript.