Improved Soft Duplicate Detection in Search-Based Motion Planning
Nader Maray, Anirudh Vemula, Maxim Likhachev

TL;DR
This paper enhances soft duplicate detection in search-based motion planning by introducing a kinodynamically informed metric that better distinguishes duplicate states considering robot dynamics and successor similarity.
Contribution
It proposes a novel kinodynamically informed metric called subtree overlap, improving duplicate detection in continuous, dynamic-constrained motion planning.
Findings
The new metric better identifies duplicate states in kinodynamic planning.
Improved detection reduces local minima trapping in search algorithms.
Results show enhanced planning efficiency and success rates.
Abstract
Search-based techniques have shown great success in motion planning problems such as robotic navigation by discretizing the state space and precomputing motion primitives. However in domains with complex dynamic constraints, constructing motion primitives in a discretized state space is non-trivial. This requires operating in continuous space which can be challenging for search-based planners as they can get stuck in local minima regions. Previous work on planning in continuous spaces introduced soft duplicate detection which requires search to compute the duplicity of a state with respect to previously seen states to avoid exploring states that are likely to be duplicates, especially in local minima regions. They propose a simple metric utilizing the euclidean distance between states, and proximity to obstacles to compute the duplicity. In this paper, we improve upon this metric by…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Robotics and Sensor-Based Localization · Optimization and Search Problems
