Summary
This paper proposes debiased score sampling (D-SDS) for improving 2D diffusion-based 3D generation, targeting at the Janus problem. The method is composed of two parts: (i) score debiasing that cuts off scores from 2D diffusion and (ii) prompt debiasing that fixes the discrepancy between view prompts and object orientation. Experiments have been conducted from the baseline method SJC [Wang et al., 2023], where impressive improvements have been shown, especially in solving the Janus problem. A detailed ablation study has shown the value of each debiasing design.
[Wang et al., 2023] Score Jacobian Chaining: Lifting Pretrained 2D Diffusion Models for 3D Generation. In CVPR.
Strengths
- This work is well-motivated, targeting a relevant problem of the Janus problem in 3D generation. The discussions on the problem and technical derivations are solid, insightful, and interesting. Besides, the paper is well-written.
- The proposed method is novel. I like the idea of debiasing scores and prompts, which makes good sense to me. Besides, the proposed method can be easily extended to other 2D diffusion-based methods.
- Experiments are well-designed and presented. Qualitative, quantitative, and user study experiments are shown, and the results demonstrate the effectiveness of solving the Janus problem.
Weaknesses
- Somewhat not essential. The proposed method is simple and effective. However, it seems the method is only applicable to these SJC/DreamFusion 2D diffusion score-based methods. This is not a fundamental solution for the Janus problem but is kind of like a temporary effective trick that alleviates problems.
- Lacking complex examples. The presented results use relative prompts mainly for simple 3D objects. What about more complex 3D structures like the "Temple of Heaven" shown in SJC? Since one of the main difficulties of text-to-3D generation is for these more comprehensive geometries, it is important to show more of these cases. Is it another limitation of the proposed method?
- Limited baseline. The proposed method is currently conducted to improve the SJC baseline. What about other methods? Is it possible to be applied to the more recent work ProlificDreamer [Wang et al., 2023]?
- Minor suggestion: It seems that the Janus problem in 3D generation was first pointed out and termed for DreamFusion by Ben Poole before on [social media](https://twitter.com/poolio/status/1578045212236034048?s=20), it would be better to cite DreamFusion when first listing this issue in the paper. But it is okay if it is not cited for this term.
[Wang et al., 2023] ProlificDreamer: High-Fidelity and Diverse Text-to-3D Generation with Variational Score Distillation. arXiv preprint.
[Poole et al., 2023] DreamFusion: Text-to-3D using 2D Diffusion. In ICLR.
Questions
I have no other questions besides those listed before. I am happy to increase the score if my concerns are addressed.
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
Confidence
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.
Limitations
Since the method is based on SJC, it will strongly bound its performance.