English

Faster Motion Planning via Restarts

Robotics 2025-08-05 v2

Abstract

Randomized methods such as PRM and RRT are widely used in motion planning. However, in some cases, their running-time suffers from inherent instability, leading to ``catastrophic'' performance even for relatively simple instances. We apply stochastic restart techniques, some of them new, for speeding up Las Vegas algorithms, that provide dramatic speedups in practice (a factor of 33 [or larger] in many cases). Our experiments demonstrate that the new algorithms have faster runtimes, shorter paths, and greater gains from multi-threading (when compared with straightforward parallel implementation). We prove the optimality of the new variants. Our implementation is open source, available on github, and is easy to deploy and use.

Keywords

Cite

@article{arxiv.2506.19016,
  title  = {Faster Motion Planning via Restarts},
  author = {Nancy Amato and Stav Ashur and Sariel Har-Peled%},
  journal= {arXiv preprint arXiv:2506.19016},
  year   = {2025}
}

Comments

arXiv admin note: text overlap with arXiv:2503.04633

R2 v1 2026-07-01T03:30:09.802Z