Uncertainty-Aware Diffusion Guided Refinement of 3D Scenes
Sarosij Bose, Arindam Dutta, Sayak Nag, Junge Zhang, Jiachen Li, Konstantinos Karydis, Amit K. Roy Chowdhury
TL;DR
This work tackles the ill-posed problem of reconstructing 3D scenes from a single image by refining coarse Gaussians using a camera-controlled Latent Video Diffusion Model (LVDM) to generate pose-consistent pseudo-views. An uncertainty-aware mechanism, driven by MLLM-guided open-vocabulary segmentation, yields per-pixel entropy maps that weight refinement toward trustworthy regions, while Fourier Style Transfer aligns textures between real and generated views. The refinement uses Adaptive Densification and Pruning (ADP) to manage Gaussian density and an uncertainty-weighted reconstruction loss to update Gaussian parameters, producing more realistic and multi-view-consistent novel views. Experiments on RealEstate-10K and KITTI-v2 demonstrate consistent improvements over state-of-the-art feed-forward methods in both interpolation and extrapolation tasks, validating the approach's effectiveness on in-domain and out-domain data without ground-truth supervision.
Abstract
Reconstructing 3D scenes from a single image is a fundamentally ill-posed task due to the severely under-constrained nature of the problem. Consequently, when the scene is rendered from novel camera views, existing single image to 3D reconstruction methods render incoherent and blurry views. This problem is exacerbated when the unseen regions are far away from the input camera. In this work, we address these inherent limitations in existing single image-to-3D scene feedforward networks. To alleviate the poor performance due to insufficient information beyond the input image's view, we leverage a strong generative prior in the form of a pre-trained latent video diffusion model, for iterative refinement of a coarse scene represented by optimizable Gaussian parameters. To ensure that the style and texture of the generated images align with that of the input image, we incorporate on-the-fly Fourier-style transfer between the generated images and the input image. Additionally, we design a semantic uncertainty quantification module that calculates the per-pixel entropy and yields uncertainty maps used to guide the refinement process from the most confident pixels while discarding the remaining highly uncertain ones. We conduct extensive experiments on real-world scene datasets, including in-domain RealEstate-10K and out-of-domain KITTI-v2, showing that our approach can provide more realistic and high-fidelity novel view synthesis results compared to existing state-of-the-art methods.
