3D-free meets 3D priors: Novel View Synthesis from a Single Image with Pretrained Diffusion Guidance
Taewon Kang, Divya Kothandaraman, Dinesh Manocha, Ming C. Lin
TL;DR
The paper tackles the challenge of generating camera-controlled novel views from a single image without relying on large 3D training data. It introduces a hybrid approach that fuses off-the-shelf 3D priors with a 3D-free diffusion-based inference-time optimization, enriching the CLIP space with angle information via a target embedding. A four-step process refines text embeddings and LoRA-enabled diffusion networks on both the input image $I_{input}$ and a weakly guided view $I_{view}$, supplemented by a viewpoint regularization loss $L_{reg}=\| e_{view}- e_{target} \|^2$ to align with target angles $(\alpha_{elev}, \alpha_{azi})$. Experiments on HawkI-Syn and HawkI-Real show substantial improvements over both 3D-based and 3D-free baselines in fidelity, background preservation, and viewpoint accuracy, demonstrating a data-efficient path to high-quality, controllable NVS in complex scenes.
Abstract
Recent 3D novel view synthesis (NVS) methods often require extensive 3D data for training, and also typically lack generalization beyond the training distribution. Moreover, they tend to be object centric and struggle with complex and intricate scenes. Conversely, 3D-free methods can generate text-controlled views of complex, in-the-wild scenes using a pretrained stable diffusion model without the need for a large amount of 3D-based training data, but lack camera control. In this paper, we introduce a method capable of generating camera-controlled viewpoints from a single input image, by combining the benefits of 3D-free and 3D-based approaches. Our method excels in handling complex and diverse scenes without extensive training or additional 3D and multiview data. It leverages widely available pretrained NVS models for weak guidance, integrating this knowledge into a 3D-free view synthesis style approach, along with enriching the CLIP vision-language space with 3D camera angle information, to achieve the desired results. Experimental results demonstrate that our method outperforms existing models in both qualitative and quantitative evaluations, achieving high-fidelity, consistent novel view synthesis at desired camera angles across a wide variety of scenes while maintaining accurate, natural detail representation and image clarity across various viewpoints. We also support our method with a comprehensive analysis of 2D image generation models and the 3D space, providing a solid foundation and rationale for our solution.
