UVRM: A Scalable 3D Reconstruction Model from Unposed Videos
Shiu-hong Kao, Xiao Li, Jinglu Wang, Yang Li, Chi-Keung Tang, Yu-Wing Tai, Yan Lu
TL;DR
UVRM addresses the problem of training 3D reconstruction models from unposed 2D videos by learning a pose-invariant latent representation via a transformer and decoding to a tri-plane $3$D representation. The training framework blends Score Distillation Sampling with an analysis-by-synthesis diffusion-based augmentation to synthesize pseudo-views without pose annotations. Evaluations on G-Objaverse and CO3D demonstrate robust reconstruction for diverse objects and real-world videos, outperforming pose-free NeRF baselines in several metrics. This work advances scalable 3D foundation-model development by eliminating pose-label requirements and leveraging diffusion priors for view-consistent 3D reconstruction.
Abstract
Large Reconstruction Models (LRMs) have recently become a popular method for creating 3D foundational models. Training 3D reconstruction models with 2D visual data traditionally requires prior knowledge of camera poses for the training samples, a process that is both time-consuming and prone to errors. Consequently, 3D reconstruction training has been confined to either synthetic 3D datasets or small-scale datasets with annotated poses. In this study, we investigate the feasibility of 3D reconstruction using unposed video data of various objects. We introduce UVRM, a novel 3D reconstruction model capable of being trained and evaluated on monocular videos without requiring any information about the pose. UVRM uses a transformer network to implicitly aggregate video frames into a pose-invariant latent feature space, which is then decoded into a tri-plane 3D representation. To obviate the need for ground-truth pose annotations during training, UVRM employs a combination of the score distillation sampling (SDS) method and an analysis-by-synthesis approach, progressively synthesizing pseudo novel-views using a pre-trained diffusion model. We qualitatively and quantitatively evaluate UVRM's performance on the G-Objaverse and CO3D datasets without relying on pose information. Extensive experiments show that UVRM is capable of effectively and efficiently reconstructing a wide range of 3D objects from unposed videos.
