CVAILGROFeb 13, 2017

Cognitive Mapping and Planning for Visual Navigation

arXiv:1702.03920v3763 citations
Originality Incremental advance
AI Analysis

This addresses the problem of autonomous navigation for robots in unknown environments, offering a novel integrated approach but with incremental improvements over existing methods.

The paper tackles visual navigation in novel environments by introducing the Cognitive Mapper and Planner (CMP), a neural architecture that learns to map from first-person views and plan actions toward goals, outperforming alternative learning-based and classical methods in simulation and achieving reasonable performance on physical robots trained entirely in simulation.

We introduce a neural architecture for navigation in novel environments. Our proposed architecture learns to map from first-person views and plans a sequence of actions towards goals in the environment. The Cognitive Mapper and Planner (CMP) is based on two key ideas: a) a unified joint architecture for mapping and planning, such that the mapping is driven by the needs of the task, and b) a spatial memory with the ability to plan given an incomplete set of observations about the world. CMP constructs a top-down belief map of the world and applies a differentiable neural net planner to produce the next action at each time step. The accumulated belief of the world enables the agent to track visited regions of the environment. We train and test CMP on navigation problems in simulation environments derived from scans of real world buildings. Our experiments demonstrate that CMP outperforms alternate learning-based architectures, as well as, classical mapping and path planning approaches in many cases. Furthermore, it naturally extends to semantically specified goals, such as 'going to a chair'. We also deploy CMP on physical robots in indoor environments, where it achieves reasonable performance, even though it is trained entirely in simulation.

Code Implementations6 repos
Foundations

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

Your Notes