DreamSparse: Escaping from Plato's Cave with 2D Frozen Diffusion Model Given Sparse Views
Paul Yoo, Jiaxian Guo, Yutaka Matsuo, Shixiang Shane Gu
TL;DR
DreamSparse tackles sparse-view novel-view synthesis by leveraging frozen 2D diffusion priors and injecting 3D awareness through a dedicated geometry module. It introduces a spatial guidance mechanism to translate 3D features into diffusion-input guidance without tuning the diffusion model, augmented by noise perturbation to preserve identity. The approach achieves state-of-the-art results on CO3D for both object- and scene-level NVS, including strong open-set generalization and support for textual style control. These results highlight the practical potential of combining powerful 2D priors with lightweight 3D priors for efficient, generalizable NVS from very few views.
Abstract
Synthesizing novel view images from a few views is a challenging but practical problem. Existing methods often struggle with producing high-quality results or necessitate per-object optimization in such few-view settings due to the insufficient information provided. In this work, we explore leveraging the strong 2D priors in pre-trained diffusion models for synthesizing novel view images. 2D diffusion models, nevertheless, lack 3D awareness, leading to distorted image synthesis and compromising the identity. To address these problems, we propose DreamSparse, a framework that enables the frozen pre-trained diffusion model to generate geometry and identity-consistent novel view image. Specifically, DreamSparse incorporates a geometry module designed to capture 3D features from sparse views as a 3D prior. Subsequently, a spatial guidance model is introduced to convert these 3D feature maps into spatial information for the generative process. This information is then used to guide the pre-trained diffusion model, enabling it to generate geometrically consistent images without tuning it. Leveraging the strong image priors in the pre-trained diffusion models, DreamSparse is capable of synthesizing high-quality novel views for both object and scene-level images and generalising to open-set images. Experimental results demonstrate that our framework can effectively synthesize novel view images from sparse views and outperforms baselines in both trained and open-set category images. More results can be found on our project page: https://sites.google.com/view/dreamsparse-webpage.
