paper-with-me

Papers

RRT*former: Environment-Aware Sampling-Based Motion Planning using Transformer

2025-11-19 · Mingyang Feng, Shaoyuan Li, Xiang Yin arxiv

We investigate the sampling-based optimal path planning problem for robotics in complex and dynamic environments. Most existing sampling-based algorithms neglect environmental information or the information from previous samples. Yet, these pieces of information are highly informative, as leveraging them can provide better heuristics when sampling the next state. In this paper, we propose a novel sampling-based planning algorithm, called \emph{RRT*former}, which integrates the standard RRT* algorithm with a Transformer network in a novel way. Specifically, the Transformer is used to extract features from the environment and leverage information from previous samples to better guide the sampling process. Our extensive experiments demonstrate that, compared to existing sampling-based approaches such as RRT*, Neural RRT*, and their variants, our algorithm achieves considerable improvements in both the optimality of the path and sampling efficiency. The code for our implementation is available on https://github.com/fengmingyang666/RRTformer.

📄 PDF Abstract BibTeX arXiv:2511.15414

Code (0)

등록된 구현이 없습니다.

Tasks

Motion Planning

Similar Papers 제목 키워드 기반

Transformer-Enhanced Motion Planner: Attention-Guided Sampling for State-Specific Decision Making

2024-04-30 · Lei Zhuang, Jingdong Zhao, Yuntao Li, Zichun Xu 외

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 limit…

Decision MakingMotion Planning

GAIDE: Graph-based Attention Masking for Spatial- and Embodiment-aware Motion Planning

2026-03-03 · Davood Soleymanzadeh, Xiao Liang, Minghui Zheng arxiv

Sampling-based motion planning algorithms are widely used for motion planning of robotic manipulators, but they often struggle with sample inefficiency in high-dimensional configuration spaces due to their reliance on un…

Motion Planning

Learning Sampling Dictionaries for Efficient and Generalizable Robot Motion Planning with Transformers

2023-06-01 · Jacob J Johnson, Ahmed H Qureshi, Michael Yip

Motion planning is integral to robotics applications such as autonomous driving, surgical robots, and industrial manipulators. Existing planning methods lack scalability to higher-dimensional spaces, while recent learnin…

Autonomous DrivingMotion Planning

ARMOR: Egocentric Perception for Humanoid Robot Collision Avoidance and Motion Planning

2024-11-30 · Daehwa Kim, Mario Srouji, Chen Chen, Jian Zhang

Humanoid robots have significant gaps in their sensing and perception, making it hard to perform motion planning in dense environments. To address this, we introduce ARMOR, a novel egocentric perception system that integ…

Collision AvoidanceImitation LearningMotion Planning

Learn and Link: Learning Critical Regions for Efficient Planning

2019-03-08 · Daniel Molina, Kislay Kumar, Siddharth Srivastava

This paper presents a new approach to learning for motion planning (MP) where critical regions of an environment are learned from a given set of motion plans and used to improve performance on new environments and proble…

Motion Planning