Pow3R: Empowering Unconstrained 3D Reconstruction with Camera and Scene Priors
Wonbong Jang, Philippe Weinzaepfel, Vincent Leroy, Lourdes Agapito, Jerome Revaud
TL;DR
Pow3R addresses the need for a unified 3D regression model that can utilize test-time priors. It extends the DUSt3R foundation by conditioning the model on camera intrinsics, extrinsics, and depth maps via lightweight adapters within a transformer backbone. The model learns under random modality subsets during training, enabling robust performance when priors are available and preserving unconstrained RGB-only capabilities otherwise. The results show state-of-the-art performance across depth completion, multi-view depth, multi-view stereo, and multi-view pose tasks, and unlocks high-resolution and sparse-to-dense capabilities.
Abstract
We present Pow3r, a novel large 3D vision regression model that is highly versatile in the input modalities it accepts. Unlike previous feed-forward models that lack any mechanism to exploit known camera or scene priors at test time, Pow3r incorporates any combination of auxiliary information such as intrinsics, relative pose, dense or sparse depth, alongside input images, within a single network. Building upon the recent DUSt3R paradigm, a transformer-based architecture that leverages powerful pre-training, our lightweight and versatile conditioning acts as additional guidance for the network to predict more accurate estimates when auxiliary information is available. During training we feed the model with random subsets of modalities at each iteration, which enables the model to operate under different levels of known priors at test time. This in turn opens up new capabilities, such as performing inference in native image resolution, or point-cloud completion. Our experiments on 3D reconstruction, depth completion, multi-view depth prediction, multi-view stereo, and multi-view pose estimation tasks yield state-of-the-art results and confirm the effectiveness of Pow3r at exploiting all available information. The project webpage is https://europe.naverlabs.com/pow3r.
