CVNov 21, 2025

NoPe-NeRF++: Local-to-Global Optimization of NeRF with No Pose Prior

arXiv:2511.17322v1
Originality Incremental advance
AI Analysis

This addresses the challenge of accurate 3D scene reconstruction for computer vision applications, though it appears incremental by building on prior work like NoPe-NeRF.

The paper tackles the problem of training Neural Radiance Fields (NeRF) without pose priors by introducing a local-to-global optimization algorithm, resulting in improved pose estimation accuracy and novel view synthesis compared to state-of-the-art methods.

In this paper, we introduce NoPe-NeRF++, a novel local-to-global optimization algorithm for training Neural Radiance Fields (NeRF) without requiring pose priors. Existing methods, particularly NoPe-NeRF, which focus solely on the local relationships within images, often struggle to recover accurate camera poses in complex scenarios. To overcome the challenges, our approach begins with a relative pose initialization with explicit feature matching, followed by a local joint optimization to enhance the pose estimation for training a more robust NeRF representation. This method significantly improves the quality of initial poses. Additionally, we introduce global optimization phase that incorporates geometric consistency constraints through bundle adjustment, which integrates feature trajectories to further refine poses and collectively boost the quality of NeRF. Notably, our method is the first work that seamlessly combines the local and global cues with NeRF, and outperforms state-of-the-art methods in both pose estimation accuracy and novel view synthesis. Extensive evaluations on benchmark datasets demonstrate our superior performance and robustness, even in challenging scenes, thus validating our design choices.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes