ROCVLGDec 2, 2022

Navigating to Objects in the Real World

arXiv:2212.00922v1205 citationsh-index: 85
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of deploying mobile robots in uncontrolled environments like homes and hospitals, providing practical insights for practitioners and identifying key issues for researchers, though it is incremental in evaluating existing methods.

The paper conducted a large-scale empirical study comparing classical, modular, and end-to-end learning approaches for semantic visual navigation in real-world homes, finding that modular learning achieved a 90% success rate, while end-to-end learning dropped from 77% in simulation to 23% in reality due to a domain gap.

Semantic navigation is necessary to deploy mobile robots in uncontrolled environments like our homes, schools, and hospitals. Many learning-based approaches have been proposed in response to the lack of semantic understanding of the classical pipeline for spatial navigation, which builds a geometric map using depth sensors and plans to reach point goals. Broadly, end-to-end learning approaches reactively map sensor inputs to actions with deep neural networks, while modular learning approaches enrich the classical pipeline with learning-based semantic sensing and exploration. But learned visual navigation policies have predominantly been evaluated in simulation. How well do different classes of methods work on a robot? We present a large-scale empirical study of semantic visual navigation methods comparing representative methods from classical, modular, and end-to-end learning approaches across six homes with no prior experience, maps, or instrumentation. We find that modular learning works well in the real world, attaining a 90% success rate. In contrast, end-to-end learning does not, dropping from 77% simulation to 23% real-world success rate due to a large image domain gap between simulation and reality. For practitioners, we show that modular learning is a reliable approach to navigate to objects: modularity and abstraction in policy design enable Sim-to-Real transfer. For researchers, we identify two key issues that prevent today's simulators from being reliable evaluation benchmarks - (A) a large Sim-to-Real gap in images and (B) a disconnect between simulation and real-world error modes - and propose concrete steps forward.

Foundations

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

Your Notes