CVROSep 24, 2022

NeRF-Loc: Transformer-Based Object Localization Within Neural Radiance Fields

arXiv:2209.12068v214 citationsh-index: 56
Originality Incremental advance
AI Analysis

This work addresses object localization in NeRF scenes for robotics navigation and manipulation, representing an incremental improvement over existing methods.

The paper tackles the problem of extracting 3D bounding boxes of objects in Neural Radiance Fields (NeRFs) for robotics applications, proposing NeRF-Loc, a transformer-based framework that outperforms conventional RGB(-D) methods.

Neural Radiance Fields (NeRFs) have become a widely-applied scene representation technique in recent years, showing advantages for robot navigation and manipulation tasks. To further advance the utility of NeRFs for robotics, we propose a transformer-based framework, NeRF-Loc, to extract 3D bounding boxes of objects in NeRF scenes. NeRF-Loc takes a pre-trained NeRF model and camera view as input and produces labeled, oriented 3D bounding boxes of objects as output. Using current NeRF training tools, a robot can train a NeRF environment model in real-time and, using our algorithm, identify 3D bounding boxes of objects of interest within the NeRF for downstream navigation or manipulation tasks. Concretely, we design a pair of paralleled transformer encoder branches, namely the coarse stream and the fine stream, to encode both the context and details of target objects. The encoded features are then fused together with attention layers to alleviate ambiguities for accurate object localization. We have compared our method with conventional RGB(-D) based methods that take rendered RGB images and depths from NeRFs as inputs. Our method is better than the baselines.

Foundations

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

Your Notes