CVOct 18, 2021

No RL, No Simulation: Learning to Navigate without Navigating

arXiv:2110.09470v297 citations
Originality Highly original
AI Analysis

This addresses the challenge of expensive simulator construction and sim-to-real transfer gaps in robotics navigation, offering a scalable alternative.

The paper tackles the problem of learning navigation policies without simulation or reinforcement learning by proposing a self-supervised approach using only passive videos, which outperforms RL-based methods by a significant margin.

Most prior methods for learning navigation policies require access to simulation environments, as they need online policy interaction and rely on ground-truth maps for rewards. However, building simulators is expensive (requires manual effort for each and every scene) and creates challenges in transferring learned policies to robotic platforms in the real-world, due to the sim-to-real domain gap. In this paper, we pose a simple question: Do we really need active interaction, ground-truth maps or even reinforcement-learning (RL) in order to solve the image-goal navigation task? We propose a self-supervised approach to learn to navigate from only passive videos of roaming. Our approach, No RL, No Simulator (NRNS), is simple and scalable, yet highly effective. NRNS outperforms RL-based formulations by a significant margin. We present NRNS as a strong baseline for any future image-based navigation tasks that use RL or Simulation.

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