# Learn and Link: Learning Critical Regions for Efficient Planning

**Authors:** Daniel Molina, Kislay Kumar, Siddharth Srivastava

arXiv: 1903.03258 · 2020-03-10

## TL;DR

This paper introduces Learn and Link, a novel sampling-based motion planning approach that uses learned critical regions via CNNs to significantly reduce planning time while maintaining correctness guarantees.

## Contribution

It proposes a new method for learning critical regions to enhance sampling-based motion planning, combining neural networks with traditional algorithms for improved efficiency.

## Key findings

- Learn and Link reduces planning time compared to existing methods.
- CNNs effectively identify critical regions for motion planning.
- The approach maintains correctness guarantees of sampling-based algorithms.

## Abstract

This paper presents a new approach to learning for motion planning (MP) where critical regions of an environment are learned from a given set of motion plans and used to improve performance on new environments and problem instances. We introduce a new suite of sampling-based motion planners, Learn and Link. Our planners leverage critical regions to overcome the limitations of uniform sampling, while still maintaining guarantees of correctness inherent to sampling-based algorithms. We also show that convolutional neural networks (CNNs) can be used to identify critical regions for motion planning problems. We evaluate Learn and Link against planners from the Open Motion Planning Library (OMPL) using an extensive suite of experiments on challenging motion planning problems. We show that our approach requires far less planning time than existing sampling-based planners.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.03258/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1903.03258/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1903.03258/full.md

---
Source: https://tomesphere.com/paper/1903.03258