# Using Local Experiences for Global Motion Planning

**Authors:** Constantinos Chamzas, Anshumali Shrivastava, Lydia E. Kavraki

arXiv: 1903.08693 · 2021-11-24

## TL;DR

This paper introduces a method that leverages stored local experiences to improve global motion planning efficiency, significantly reducing solution times in complex high-dimensional environments.

## Contribution

It proposes a novel approach that decomposes environments into local primitives, memorizes experiences, and synthesizes global samplers, enabling effective knowledge transfer across diverse environments.

## Key findings

- Achieves multiple orders of magnitude speedup in solution time
- Effectively transfers knowledge between environments with shared primitives
- Outperforms state-of-the-art approaches in high-dimensional problems

## Abstract

Sampling-based planners are effective in many real-world applications such as robotics manipulation, navigation, and even protein modeling. However, it is often challenging to generate a collision-free path in environments where key areas are hard to sample. In the absence of any prior information, sampling-based planners are forced to explore uniformly or heuristically, which can lead to degraded performance. One way to improve performance is to use prior knowledge of environments to adapt the sampling strategy to the problem at hand. In this work, we decompose the workspace into local primitives, memorizing local experiences by these primitives in the form of local samplers, and store them in a database. We synthesize an efficient global sampler by retrieving local experiences relevant to the given situation. Our method transfers knowledge effectively between diverse environments that share local primitives and speeds up the performance dramatically. Our results show, in terms of solution time, an improvement of multiple orders of magnitude in two traditionally challenging high-dimensional problems compared to state-of-the-art approaches.

## Full text

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

## Figures

19 figures with captions in the complete paper: https://tomesphere.com/paper/1903.08693/full.md

## References

28 references — full list in the complete paper: https://tomesphere.com/paper/1903.08693/full.md

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