English

DReg-NeRF: Deep Registration for Neural Radiance Fields

Computer Vision and Pattern Recognition 2023-08-21 v1

Abstract

Although Neural Radiance Fields (NeRF) is popular in the computer vision community recently, registering multiple NeRFs has yet to gain much attention. Unlike the existing work, NeRF2NeRF, which is based on traditional optimization methods and needs human annotated keypoints, we propose DReg-NeRF to solve the NeRF registration problem on object-centric scenes without human intervention. After training NeRF models, our DReg-NeRF first extracts features from the occupancy grid in NeRF. Subsequently, our DReg-NeRF utilizes a transformer architecture with self-attention and cross-attention layers to learn the relations between pairwise NeRF blocks. In contrast to state-of-the-art (SOTA) point cloud registration methods, the decoupled correspondences are supervised by surface fields without any ground truth overlapping labels. We construct a novel view synthesis dataset with 1,700+ 3D objects obtained from Objaverse to train our network. When evaluated on the test set, our proposed method beats the SOTA point cloud registration methods by a large margin, with a mean RPE=9.67\text{RPE}=9.67^{\circ} and a mean RTE=0.038\text{RTE}=0.038. Our code is available at https://github.com/AIBluefisher/DReg-NeRF.

Keywords

Cite

@article{arxiv.2308.09386,
  title  = {DReg-NeRF: Deep Registration for Neural Radiance Fields},
  author = {Yu Chen and Gim Hee Lee},
  journal= {arXiv preprint arXiv:2308.09386},
  year   = {2023}
}

Comments

Accepted at ICCV 2023

R2 v1 2026-06-28T11:58:32.426Z