中文

Camera Relocalization in Shadow-free Neural Radiance Fields

计算机视觉与模式识别 2024-05-24 v1 机器人学

摘要

Camera relocalization is a crucial problem in computer vision and robotics. Recent advancements in neural radiance fields (NeRFs) have shown promise in synthesizing photo-realistic images. Several works have utilized NeRFs for refining camera poses, but they do not account for lighting changes that can affect scene appearance and shadow regions, causing a degraded pose optimization process. In this paper, we propose a two-staged pipeline that normalizes images with varying lighting and shadow conditions to improve camera relocalization. We implement our scene representation upon a hash-encoded NeRF which significantly boosts up the pose optimization process. To account for the noisy image gradient computing problem in grid-based NeRFs, we further propose a re-devised truncated dynamic low-pass filter (TDLF) and a numerical gradient averaging technique to smoothen the process. Experimental results on several datasets with varying lighting conditions demonstrate that our method achieves state-of-the-art results in camera relocalization under varying lighting conditions. Code and data will be made publicly available.

引用

@article{arxiv.2405.14824,
  title  = {Camera Relocalization in Shadow-free Neural Radiance Fields},
  author = {Shiyao Xu and Caiyun Liu and Yuantao Chen and Zhenxin Zhu and Zike Yan and Yongliang Shi and Hao Zhao and Guyue Zhou},
  journal= {arXiv preprint arXiv:2405.14824},
  year   = {2024}
}

备注

Accepted by ICRA 2024. 8 pages, 5 figures, 3 tables. Codes and dataset: https://github.com/hnrna/ShadowfreeNeRF-CameraReloc