CBAGAN-RRT: Convolutional Block Attention Generative Adversarial Network for Sampling-Based Path Planning
Abhinav Sagar, Sai Teja Gilukara

TL;DR
This paper introduces CBAGAN-RRT, a novel GAN-based approach that enhances sampling-based path planning by improving path optimality and convergence speed through attention mechanisms and a new loss function.
Contribution
The paper presents a new image-based learning algorithm using CBAGAN-RRT that guides sampling in RRT, outperforming previous methods in accuracy and efficiency.
Findings
Outperforms state-of-the-art algorithms in path quality and speed
Effective in complex environments with turns and narrow passages
Avoids complicated preprocessing in the state space
Abstract
Sampling-based path planning algorithms play an important role in autonomous robotics. However, a common problem among these algorithms is that the initial path generated is not optimal, and the convergence is too slow for real-world applications. In this paper, we propose a novel image-based learning algorithm using a Convolutional Block Attention Generative Adversarial Network (CBAGAN-RRT) with a combination of spatial and channel attention and a novel loss function to design the heuristics, find a better optimal path, and improve the convergence of the algorithm, both concerning time and speed. The probability distribution of the paths generated from our GAN model is used to guide the sampling process for the RRT algorithm. We demonstrate that our algorithm outperforms the previous state-of-the-art algorithms using both the image quality generation metrics, like IOU Score, Dice…
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
TopicsAdvanced Neural Network Applications · Multimodal Machine Learning Applications · Robotic Path Planning Algorithms
MethodsTest
