ROJun 7, 2020

Robotic Motion Planning using Learned Critical Sources and Local Sampling

arXiv:2006.04194v15 citations
Originality Incremental advance
AI Analysis

This work addresses inefficiencies in robotic motion planning for complex environments, offering a more robust solution that is incremental over prior learned methods.

The paper tackles the problem of robotic motion planning in constrained environments with narrow passages, where traditional sampling-based methods are inefficient. It introduces a method that uses a learner to locate bottleneck regions and combines it with local sampling, achieving significant gains over existing heuristics and learned baselines in 2D and 7D planning tasks.

Sampling based methods are widely used for robotic motion planning. Traditionally, these samples are drawn from probabilistic ( or deterministic ) distributions to cover the state space uniformly. Despite being probabilistically complete, they fail to find a feasible path in a reasonable amount of time in constrained environments where it is essential to go through narrow passages (bottleneck regions). Current state of the art techniques train a learning model (learner) to predict samples selectively on these bottleneck regions. However, these algorithms depend completely on samples generated by this learner to navigate through the bottleneck regions. As the complexity of the planning problem increases, the amount of data and time required to make this learner robust to fine variations in the structure of the workspace becomes computationally intractable. In this work, we present (1) an efficient and robust method to use a learner to locate the bottleneck regions and (2) two algorithms that use local sampling methods to leverage the location of these bottleneck regions for efficient motion planning while maintaining probabilistic completeness. We test our algorithms on 2 dimensional planning problems and 7 dimensional robotic arm planning, and report significant gains over heuristics as well as learned baselines.

Foundations

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

Your Notes