Motion Planning Transformers: A Motion Planning Framework for Mobile Robots
Jacob J. Johnson, Uday S. Kalra, Ankit Bhatia, Linjun Li, Ahmed H., Qureshi, and Michael C. Yip

TL;DR
This paper introduces a transformer-based motion planning framework that learns to restrict search spaces for both simple and non-holonomic robots, improving efficiency and generalizability over traditional and existing learning-based methods.
Contribution
The paper presents a novel transformer-based approach for motion planning that adapts to various environments and robot types, extending learning-based search space restriction to non-holonomic systems.
Findings
Reduces search space nodes by 2-12 times compared to traditional planners.
Demonstrates better generalizability than recent learning-based planners.
Validates effectiveness on physical non-holonomic robot and diverse environments.
Abstract
Fast and efficient sampling-based motion planning (SMP) is an integral component of many robotic systems, such as autonomous cars. A popular technique to improve the efficiency of these planners is to restrict search space in the planning domain. Existing algorithms define parametric functions to bound the search space, but these do not extend to non-holonomic robotic systems. Recent learning-based methods use a combination of convolutional and fully connected networks to encode the planning space. However, these methods are restricted to fixed map sizes, which are often not realistic in the real world. In this paper, we introduce a transformer-based approach, Motion Planning Transformer, to restrict the search space by learning to discern regions with a valid path from prior data. The model learns not only to restrict search spaces for simple 2D systems but also for non-holonomic…
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
TopicsMachine Learning and Algorithms · Robotic Path Planning Algorithms · Robot Manipulation and Learning
