CVROJul 31, 2018

Egocentric Spatial Memory

arXiv:1807.11929v17 citations
Originality Incremental advance
AI Analysis

This work addresses mapping and navigation challenges for autonomous agents like robots in large, complex environments, representing an incremental improvement with novel memory integration.

The paper tackled the problem of building global maps from egocentric views in spatial environments by introducing an integrated deep neural network architecture for egocentric spatial memory, which achieved accurate and robust mapping in 3D virtual mazes and realistic indoor settings compared to baselines.

Egocentric spatial memory (ESM) defines a memory system with encoding, storing, recognizing and recalling the spatial information about the environment from an egocentric perspective. We introduce an integrated deep neural network architecture for modeling ESM. It learns to estimate the occupancy state of the world and progressively construct top-down 2D global maps from egocentric views in a spatially extended environment. During the exploration, our proposed ESM model updates belief of the global map based on local observations using a recurrent neural network. It also augments the local mapping with a novel external memory to encode and store latent representations of the visited places over long-term exploration in large environments which enables agents to perform place recognition and hence, loop closure. Our proposed ESM network contributes in the following aspects: (1) without feature engineering, our model predicts free space based on egocentric views efficiently in an end-to-end manner; (2) different from other deep learning-based mapping system, ESMN deals with continuous actions and states which is vitally important for robotic control in real applications. In the experiments, we demonstrate its accurate and robust global mapping capacities in 3D virtual mazes and realistic indoor environments by comparing with several competitive baselines.

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