English

UP-NeRF: Unconstrained Pose-Prior-Free Neural Radiance Fields

Computer Vision and Pattern Recognition 2023-11-09 v2 Machine Learning

Abstract

Neural Radiance Field (NeRF) has enabled novel view synthesis with high fidelity given images and camera poses. Subsequent works even succeeded in eliminating the necessity of pose priors by jointly optimizing NeRF and camera pose. However, these works are limited to relatively simple settings such as photometrically consistent and occluder-free image collections or a sequence of images from a video. So they have difficulty handling unconstrained images with varying illumination and transient occluders. In this paper, we propose UP-NeRF\textbf{UP-NeRF} (U\textbf{U}nconstrained P\textbf{P}ose-prior-free Ne\textbf{Ne}ural R\textbf{R}adiance F\textbf{F}ields) to optimize NeRF with unconstrained image collections without camera pose prior. We tackle these challenges with surrogate tasks that optimize color-insensitive feature fields and a separate module for transient occluders to block their influence on pose estimation. In addition, we introduce a candidate head to enable more robust pose estimation and transient-aware depth supervision to minimize the effect of incorrect prior. Our experiments verify the superior performance of our method compared to the baselines including BARF and its variants in a challenging internet photo collection, Phototourism\textit{Phototourism} dataset.

Keywords

Cite

@article{arxiv.2311.03784,
  title  = {UP-NeRF: Unconstrained Pose-Prior-Free Neural Radiance Fields},
  author = {Injae Kim and Minhyuk Choi and Hyunwoo J. Kim},
  journal= {arXiv preprint arXiv:2311.03784},
  year   = {2023}
}

Comments

Neural Information Processing Systems (NeurIPS), 2023. The code is available at https://github.com/mlvlab/UP-NeRF

R2 v1 2026-06-28T13:13:43.426Z