ROCVDec 17, 2022

Comparison of Model-Free and Model-Based Learning-Informed Planning for PointGoal Navigation

arXiv:2212.08801v19 citationsh-index: 45Has Code
Originality Incremental advance
AI Analysis

This work addresses data efficiency in navigation for robotics, though it is incremental as it adapts existing frameworks.

The paper compared model-free deep reinforcement learning with a model-based POMDP approach for point goal navigation in unseen environments, showing that the model-based method achieved comparable performance to state-of-the-art methods while using far fewer data.

In recent years several learning approaches to point goal navigation in previously unseen environments have been proposed. They vary in the representations of the environments, problem decomposition, and experimental evaluation. In this work, we compare the state-of-the-art Deep Reinforcement Learning based approaches with Partially Observable Markov Decision Process (POMDP) formulation of the point goal navigation problem. We adapt the (POMDP) sub-goal framework proposed by [1] and modify the component that estimates frontier properties by using partial semantic maps of indoor scenes built from images' semantic segmentation. In addition to the well-known completeness of the model-based approach, we demonstrate that it is robust and efficient in that it leverages informative, learned properties of the frontiers compared to an optimistic frontier-based planner. We also demonstrate its data efficiency compared to the end-to-end deep reinforcement learning approaches. We compare our results against an optimistic planner, ANS and DD-PPO on Matterport3D dataset using the Habitat Simulator. We show comparable, though slightly worse performance than the SOTA DD-PPO approach, yet with far fewer data.

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