ROSep 26, 2016

From Perception to Decision: A Data-driven Approach to End-to-end Motion Planning for Autonomous Ground Robots

arXiv:1609.07910v3422 citations
AI Analysis

This work addresses motion planning for autonomous robots, presenting a novel end-to-end approach that could enhance navigation efficiency, though it is incremental as it builds on learning from demonstration methods.

The paper tackles the problem of learning end-to-end motion planning for autonomous ground robots by mapping raw 2D-laser data and target positions to steering commands, demonstrating that the model can safely navigate through obstacle-cluttered environments in both simulation and real-world settings with direct transferability.

Learning from demonstration for motion planning is an ongoing research topic. In this paper we present a model that is able to learn the complex mapping from raw 2D-laser range findings and a target position to the required steering commands for the robot. To our best knowledge, this work presents the first approach that learns a target-oriented end-to-end navigation model for a robotic platform. The supervised model training is based on expert demonstrations generated in simulation with an existing motion planner. We demonstrate that the learned navigation model is directly transferable to previously unseen virtual and, more interestingly, real-world environments. It can safely navigate the robot through obstacle-cluttered environments to reach the provided targets. We present an extensive qualitative and quantitative evaluation of the neural network-based motion planner, and compare it to a grid-based global approach, both in simulation and in real-world experiments.

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