Learning-based Fast Path Planning in Complex Environments
Jianbang Liu, Baopu Li, Tingguang Li, Wenzheng Chi, Jiankun Wang and, Max Q.-H. Meng

TL;DR
This paper introduces a learning-based path planning algorithm that combines CNN predictions with sampling-based planning to achieve fast, reliable navigation in complex environments, maintaining high processing speeds.
Contribution
The paper presents a novel framework integrating CNN-based environment prediction with sampling-based planning, enabling rapid and successful path finding in complex scenarios.
Findings
Achieves 60 FPS processing speed.
Outperforms conventional algorithms in success rate.
Reduces planning time and path length.
Abstract
In this paper, we present a novel path planning algorithm to achieve fast path planning in complex environments. Most existing path planning algorithms are difficult to quickly find a feasible path in complex environments or even fail. However, our proposed framework can overcome this difficulty by using a learning-based prediction module and a sampling-based path planning module. The prediction module utilizes an auto-encoder-decoder-like convolutional neural network (CNN) to output a promising region where the feasible path probably lies in. In this process, the environment is treated as an RGB image to feed in our designed CNN module, and the output is also an RGB image. No extra computation is required so that we can maintain a high processing speed of 60 frames-per-second (FPS). Incorporated with a sampling-based path planner, we can extract a feasible path from the output image so…
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 · Hand Gesture Recognition Systems
