gatheluck / PaperReading

Notes about papers (in Japanese)
0 stars 0 forks source link

[2021] BARF: Bundle-Adjusting Neural Radiance Fields #316

Open gatheluck opened 2 years ago

gatheluck commented 2 years ago

論文リンク

公開日(yyyy/mm/dd)

2021/08/19

概要

TeX

% yyyy/mm/dd
@inproceedings{
    lin2021tbarf,
    title={BARF: Bundle-Adjusting Neural Radiance Fields},
    author={Chen-Hsuan Lin and Wei-Chiu Ma and Antonio Torralba and Simon Lucey},
    booktitle=ICCV,
    year={2021}
}
gatheluck commented 2 years ago

Abstract

Neural Radiance Fields (NeRF) have recently gained a surge of interest within the computer vision community for its power to synthesize photorealistic novel views of real-world scenes. One limitation of NeRF, however, is its requirement of accurate camera poses to learn the scene representations. In this paper, we propose Bundle-Adjusting Neural Radiance Fields (BARF) for training NeRF from imperfect (or even unknown) camera poses -- the joint problem of learning neural 3D representations and registering camera frames. We establish a theoretical connection to classical image alignment and show that coarse-to-fine registration is also applicable to NeRF. Furthermore, we show that naïvely applying positional encoding in NeRF has a negative impact on registration with a synthesis-based objective. Experiments on synthetic and real-world data show that BARF can effectively optimize the neural scene representations and resolve large camera pose misalignment at the same time. This enables view synthesis and localization of video sequences from unknown camera poses, opening up new avenues for visual localization systems (e.g. SLAM) and potential applications for dense 3D mapping and reconstruction.

Anatomy of abstruct

Type