Transformer-Enhanced Motion Planner: Attention-Guided Sampling for State-Specific Decision Making
Lei Zhuang, Jingdong Zhao, Yuntao Li, Zichun Xu, Liangliang Zhao and, Hong Liu

TL;DR
This paper introduces TEMP, a novel deep learning framework that enhances sampling-based motion planning by integrating semantic environmental encoding and attention-guided decision making, leading to improved efficiency and generalizability.
Contribution
The work presents a new Transformer-based motion planning approach combining semantic environmental encoding with attention mechanisms, advancing the state-of-the-art in sampling efficiency and adaptability.
Findings
TEMP outperforms existing SBMP algorithms in path quality and efficiency.
The model demonstrates strong generalization across diverse planning tasks.
Semantic encoding improves environmental understanding for motion planning.
Abstract
Sampling-based motion planning (SBMP) algorithms are renowned for their robust global search capabilities. However, the inherent randomness in their sampling mechanisms often result in inconsistent path quality and limited search efficiency. In response to these challenges, this work proposes a novel deep learning-based motion planning framework, named Transformer-Enhanced Motion Planner (TEMP), which synergizes an Environmental Information Semantic Encoder (EISE) with a Motion Planning Transformer (MPT). EISE converts environmental data into semantic environmental information (SEI), providing MPT with an enriched environmental comprehension. MPT leverages an attention mechanism to dynamically recalibrate its focus on SEI, task objectives, and historical planning data, refining the sampling node generation. To demonstrate the capabilities of TEMP, we train our model using a dataset…
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
TopicsAI-based Problem Solving and Planning
MethodsAttention Is All You Need · Dropout · Residual Connection · Softmax · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Absolute Position Encodings · Linear Layer · Dense Connections · Label Smoothing
