Summary
This paper tackles the task of 4D reconstruction from monocular video. It introduces a training approach for a multi-view video generative model using a synthetic dataset of multi-view videos. The architecture uses a 3D-aware denoising diffusion model previously applied to multi-view images and extends it to accommodate multi-view videos. The model is fine-tuned using 1,000 synthetic multi-view videos from the Objaverse dataset. Then, score-distillation sampling (SDS) is used to generate a dynamic radiance field. The evaluation on videos of synthetic object-centric scenes demonstrates a slight improvement in terms of CLIP and FVD metrics over the recent Consistent4D work on the task of novel view synthesis from monocular video. Although the qualitative results show minor enhancement over baselines, concerns remain about the generalization to real-world videos and the evaluation, especially regarding potential training data leakage and significance of improvement over Consistent4D. Addressing these issues would warrant the acceptance of the paper.
Strengths
- The paper addresses the significant and timely issue of generating 4D content using diffusion models.
- The architectural extension of the 3D-aware diffusion model and its fine-tuning are good contributions that would be useful to know for the community.
- The technical contribution is highlighted by impressive generalization performance (assuming no train data leakage).
- This also highlights the scalability potential of synthetic Objaverse dataset for fine-tuning video diffusion models to perform 4D generation.
- Both qualitative and quantitative results indicate improvements over the baselines, albeit modest compared to Consistent4D.
Weaknesses
- The training requires a multi-view video dataset which is difficult to obtain.
- The evaluation is limited to synthetic, object-centric toy scenes without backgrounds.
- I haven’t found a description of the validation and test dataset for experiments in Section 4.1
- It is not clear whether assets in test-videos are unseen during training of all models (as some of them are also trained on objaverse).
- Evaluation in Sec 4.1 is limited to CLIP and FVD metrics. Since multi-view video datasets were used for training, one could evaluate models for the novel view synthesis task using standard metrics such as LPIPS/PSNR (taking best of 10 due probabilistic nature of the task).
- Minor: Given the small improvement over Consistent4D, further evaluation of statistical significance is needed.
- Minor: The paper would benefit from more precise writing; particularly, the training description in lines 176-182 needs more clarity on each variable and the noising process, and Equation 10 lacks clarity regarding sampled variables used in expectations. The method description is overly complex, and the language is difficult to follow, containing several unclear sentences.
Questions
The paper assumes access to a multi-view video dataset. The rationale behind the need for SDS when a multi-view video diffusion model is already available is unclear. Could you explain why not fit the dynamic NeRF directly on the generated multi-view videos?
Limitations
Authors addressed the limitations.