RODec 3, 2020

LAMP: Learning a Motion Policy to Repeatedly Navigate in an Uncertain Environment

arXiv:2012.02271v111 citations
AI Analysis

This work provides a method for mobile robots to navigate more efficiently in dynamic environments by leveraging past experiences, which is an incremental improvement for robotics and autonomous systems.

This paper addresses the problem of repeated navigation in environments with time-varying traversability by learning from past executions. The proposed LAMP framework learns a motion policy to handle previously encountered obstacles, outperforming state-of-the-art algorithms by 10% to 40% in expected travel time.

Mobile robots are often tasked with repeatedly navigating through an environment whose traversability changes over time. These changes may exhibit some hidden structure, which can be learned. Many studies consider reactive algorithms for online planning, however, these algorithms do not take advantage of the past executions of the navigation task for future tasks. In this paper, we formalize the problem of minimizing the total expected cost to perform multiple start-to-goal navigation tasks on a roadmap by introducing the Learned Reactive Planning Problem. We propose a method that captures information from past executions to learn a motion policy to handle obstacles that the robot has seen before. We propose the LAMP framework, which integrates the generated motion policy with an existing navigation stack. Finally, an extensive set of experiments in simulated and real-world environments show that the proposed method outperforms the state-of-the-art algorithms by 10% to 40% in terms of expected time to travel from start to goal. We also evaluate the robustness of the proposed method in the presence of localization and mapping errors on a real robot.

Foundations

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

Your Notes