The More You See in 2D, the More You Perceive in 3D
Xinyang Han, Zelin Gao, Angjoo Kanazawa, Shubham Goel, Yossi Gandelsman
TL;DR
SAP3D addresses 3D reconstruction and novel view synthesis from an arbitrary number of unposed images by test-time adapting a view-conditioned diffusion model and refining camera poses to produce instance-specific priors. The method initializes with coarse poses and a pre-trained diffusion model, then jointly optimizes the diffusion network and camera parameters to distill 3D priors that enable 3D reconstruction via NeRF-like representations and multi-view consistency. Experiments on synthetic (GSO) and real data demonstrate that more input views yield higher fidelity geometry and textures as well as improved novel view synthesis, with ablations confirming the importance of test-time adaptation and 3D-prior preservation. The work bridges single-view diffusion-based 3D methods and traditional multi-view optimization by providing a flexible, learnable prior-driven framework that benefits from better pre-trained models and larger datasets. While effective, the approach currently relies on offline optimization and a constrained pose parameterization, suggesting avenues for end-to-end, real-time, and more expressive parametric control in future work.
Abstract
Humans can infer 3D structure from 2D images of an object based on past experience and improve their 3D understanding as they see more images. Inspired by this behavior, we introduce SAP3D, a system for 3D reconstruction and novel view synthesis from an arbitrary number of unposed images. Given a few unposed images of an object, we adapt a pre-trained view-conditioned diffusion model together with the camera poses of the images via test-time fine-tuning. The adapted diffusion model and the obtained camera poses are then utilized as instance-specific priors for 3D reconstruction and novel view synthesis. We show that as the number of input images increases, the performance of our approach improves, bridging the gap between optimization-based prior-less 3D reconstruction methods and single-image-to-3D diffusion-based methods. We demonstrate our system on real images as well as standard synthetic benchmarks. Our ablation studies confirm that this adaption behavior is key for more accurate 3D understanding.
