PKE-RRT: Efficient Multi-Goal Path Finding Algorithm Driven by Multi-Task Learning Model
Yuan Huang

TL;DR
This paper introduces PKE-RRT, an efficient multi-goal path finding algorithm that leverages a multi-task learning model to estimate local path weights and guide exploration, significantly improving speed and success rate.
Contribution
It presents a novel multi-task learning model for estimating local path weights and heuristics, integrated into a modified RRT for improved multi-goal path finding.
Findings
Outperforms existing methods in calculation time and success rate.
Effectively finds sub-optimal paths with fewer samples.
Demonstrates robustness across different goal numbers.
Abstract
Multi-goal path finding (MGPF) aims to find a closed and collision-free path to visit a sequence of goals orderly. As a physical travelling salesman problem, an undirected complete graph with accurate weights is crucial for determining the visiting order. Lack of prior knowledge of local paths between vertices poses challenges in meeting the optimality and efficiency requirements of algorithms. In this study, a multi-task learning model designated Prior Knowledge Extraction (PKE), is designed to estimate the local path length between pairwise vertices as the weights of the graph. Simultaneously, a promising region and a guideline are predicted as heuristics for the path-finding process. Utilizing the outputs of the PKE model, a variant of Rapidly-exploring Random Tree (RRT) is proposed known as PKE-RRT. It effectively tackles the MGPF problem by a local planner incorporating a…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms
