# Cognitive Mapping and Planning for Visual Navigation

**Authors:** Saurabh Gupta, Varun Tolani, James Davidson, Sergey Levine, Rahul, Sukthankar, Jitendra Malik

arXiv: 1702.03920 · 2019-02-08

## TL;DR

This paper presents a neural architecture called CMP that learns to map and plan in novel environments for visual navigation, outperforming existing methods and extending to semantic goals, with successful real-world robot deployment.

## Contribution

Introduces a unified neural architecture for mapping and planning that adapts to task needs and handles incomplete observations in visual navigation.

## Key findings

- CMP outperforms classical and learning-based navigation methods in simulation.
- It can handle semantically specified goals like 'go to a chair'.
- Successfully deployed on physical robots with reasonable performance.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1702.03920/full.md

## Figures

62 figures with captions in the complete paper: https://tomesphere.com/paper/1702.03920/full.md

## References

80 references — full list in the complete paper: https://tomesphere.com/paper/1702.03920/full.md

---
Source: https://tomesphere.com/paper/1702.03920