PoseDiffusion: Solving Pose Estimation via Diffusion-aided Bundle Adjustment
Jianyuan Wang, Christian Rupprecht, David Novotny
TL;DR
PoseDiffusion reframes camera pose estimation as sampling from a learned conditional distribution $p(x|\mathtt{I})$ using a diffusion model, enabling joint intrinsic and extrinsic estimation for arbitrary image sets. The method integrates a Transformer-based denoiser with diffusion steps and geometry-guided sampling via Sampson epipolar constraints to iteratively refine camera parameters. It achieves state-of-the-art results on CO3Dv2 and RealEstate10k and shows strong generalization across datasets, including cross-domain transfer to RealEstate10k. The approach also improves downstream novel-view synthesis when used to provide camera parameters for NeRF training, highlighting its practical impact for 3D reconstruction and view synthesis workflows.
Abstract
Camera pose estimation is a long-standing computer vision problem that to date often relies on classical methods, such as handcrafted keypoint matching, RANSAC and bundle adjustment. In this paper, we propose to formulate the Structure from Motion (SfM) problem inside a probabilistic diffusion framework, modelling the conditional distribution of camera poses given input images. This novel view of an old problem has several advantages. (i) The nature of the diffusion framework mirrors the iterative procedure of bundle adjustment. (ii) The formulation allows a seamless integration of geometric constraints from epipolar geometry. (iii) It excels in typically difficult scenarios such as sparse views with wide baselines. (iv) The method can predict intrinsics and extrinsics for an arbitrary amount of images. We demonstrate that our method PoseDiffusion significantly improves over the classic SfM pipelines and the learned approaches on two real-world datasets. Finally, it is observed that our method can generalize across datasets without further training. Project page: https://posediffusion.github.io/
