ROCVJan 8, 2020

Learning to Move with Affordance Maps

arXiv:2001.02364v237 citations
AI Analysis

This work addresses the challenge of enabling mobile autonomous agents, such as robots or vehicles, to navigate more effectively in complex, changing settings, representing an incremental improvement over existing methods.

The paper tackles the problem of autonomous navigation in dynamic environments by learning spatial affordance maps that indicate navigable areas, and demonstrates that integrating these maps with traditional geometric planners significantly improves performance in simulated scenarios with dynamic actors and hazards.

The ability to autonomously explore and navigate a physical space is a fundamental requirement for virtually any mobile autonomous agent, from household robotic vacuums to autonomous vehicles. Traditional SLAM-based approaches for exploration and navigation largely focus on leveraging scene geometry, but fail to model dynamic objects (such as other agents) or semantic constraints (such as wet floors or doorways). Learning-based RL agents are an attractive alternative because they can incorporate both semantic and geometric information, but are notoriously sample inefficient, difficult to generalize to novel settings, and are difficult to interpret. In this paper, we combine the best of both worlds with a modular approach that learns a spatial representation of a scene that is trained to be effective when coupled with traditional geometric planners. Specifically, we design an agent that learns to predict a spatial affordance map that elucidates what parts of a scene are navigable through active self-supervised experience gathering. In contrast to most simulation environments that assume a static world, we evaluate our approach in the VizDoom simulator, using large-scale randomly-generated maps containing a variety of dynamic actors and hazards. We show that learned affordance maps can be used to augment traditional approaches for both exploration and navigation, providing significant improvements in performance.

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