CVROOct 14, 2021

SGoLAM: Simultaneous Goal Localization and Mapping for Multi-Object Goal Navigation

arXiv:2110.07171v111 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses efficient navigation for agents in realistic 3D environments without requiring neural network training, though it is incremental as it builds on classical approaches.

The paper tackles Multi-Object Goal Navigation by introducing SGoLAM, a training-free algorithm that decomposes the task into mapping and goal localization, achieving performance comparable to state-of-the-art learning-based methods and ranking 2nd in the CVPR 2021 MultiON challenge.

We present SGoLAM, short for simultaneous goal localization and mapping, which is a simple and efficient algorithm for Multi-Object Goal navigation. Given an agent equipped with an RGB-D camera and a GPS/Compass sensor, our objective is to have the agent navigate to a sequence of target objects in realistic 3D environments. Our pipeline fully leverages the strength of classical approaches for visual navigation, by decomposing the problem into two key components: mapping and goal localization. The mapping module converts the depth observations into an occupancy map, and the goal localization module marks the locations of goal objects. The agent's policy is determined using the information provided by the two modules: if a current goal is found, plan towards the goal and otherwise, perform exploration. As our approach does not require any training of neural networks, it could be used in an off-the-shelf manner, and amenable for fast generalization in new, unseen environments. Nonetheless, our approach performs on par with the state-of-the-art learning-based approaches. SGoLAM is ranked 2nd in the CVPR 2021 MultiON (Multi-Object Goal Navigation) challenge. We have made our code publicly available at \emph{https://github.com/eunsunlee/SGoLAM}.

Code Implementations1 repo
Foundations

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

Your Notes