Marrying NeRF with Feature Matching for One-step Pose Estimation
Ronghan Chen, Yang Cong, Yu Ren
TL;DR
This work addresses real-time, CAD-free object pose estimation by integrating image matching with Neural Radiance Fields (NeRF). By rendering a NeRF from an initial pose, extracting 2D-2D matches via LoFTR, lifting to 3D using NeRF depth, and solving pose with PnP+RANSAC in one step, the method achieves fast, robust estimates and avoids lengthy optimization or heavy training for novel objects. To improve reliability, it introduces 3D consistent point mining to discard unreliable NeRF-derived points and a keypoint-guided occlusion-robust refinement to mitigate occlusion effects; experiments show up to 90× efficiency gains and real-time 6 FPS performance, with strong accuracy on synthetic and real datasets. The approach offers practical benefits for robotics and AR by delivering CAD-free, data-efficient pose estimation with improved occlusion handling and robustness.
Abstract
Given the image collection of an object, we aim at building a real-time image-based pose estimation method, which requires neither its CAD model nor hours of object-specific training. Recent NeRF-based methods provide a promising solution by directly optimizing the pose from pixel loss between rendered and target images. However, during inference, they require long converging time, and suffer from local minima, making them impractical for real-time robot applications. We aim at solving this problem by marrying image matching with NeRF. With 2D matches and depth rendered by NeRF, we directly solve the pose in one step by building 2D-3D correspondences between target and initial view, thus allowing for real-time prediction. Moreover, to improve the accuracy of 2D-3D correspondences, we propose a 3D consistent point mining strategy, which effectively discards unfaithful points reconstruted by NeRF. Moreover, current NeRF-based methods naively optimizing pixel loss fail at occluded images. Thus, we further propose a 2D matches based sampling strategy to preclude the occluded area. Experimental results on representative datasets prove that our method outperforms state-of-the-art methods, and improves inference efficiency by 90x, achieving real-time prediction at 6 FPS.
