Conditional Generative Adversarial Networks for Optimal Path Planning
Nachuan Ma, Jiankun Wang, Max Q.-H. Meng

TL;DR
This paper introduces a novel learning-based path planning method combining conditional GANs with RRT* to efficiently generate optimal collision-free paths in complex environments.
Contribution
It proposes a new CGAN-based model to produce feasible path distributions, enhancing RRT* efficiency for optimal path planning.
Findings
CGAN-RRT* outperforms conventional RRT* in efficiency
The model generates realistic feasible path distributions
Testing shows improved path optimality and speed
Abstract
Path planning plays an important role in autonomous robot systems. Effective understanding of the surrounding environment and efficient generation of optimal collision-free path are both critical parts for solving path planning problem. Although conventional sampling-based algorithms, such as the rapidly-exploring random tree (RRT) and its improved optimal version (RRT*), have been widely used in path planning problems because of their ability to find a feasible path in even complex environments, they fail to find an optimal path efficiently. To solve this problem and satisfy the two aforementioned requirements, we propose a novel learning-based path planning algorithm which consists of a novel generative model based on the conditional generative adversarial networks (CGAN) and a modified RRT* algorithm (denoted by CGANRRT*). Given the map information, our CGAN model can generate an…
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 · Human Pose and Action Recognition · Robotics and Sensor-Based Localization
