paper-with-me

Papers

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 learning based planners have shown promise in accelerating sampling-based motion planners (SMP) but lack generalizability to out-of-distribution environments. To address this, we present a novel approach, Vector Quantized-Motion Planning Transformers (VQ-MPT) that overcomes the key generalization and scaling drawbacks of previous learning-based methods. VQ-MPT consists of two stages. Stage 1 is a Vector Quantized-Variational AutoEncoder model that learns to represent the planning space using a finite number of sampling distributions, and stage 2 is an Auto-Regressive model that constructs a sampling region for SMPs by selecting from the learned sampling distribution sets. By splitting large planning spaces into discrete sets and selectively choosing the sampling regions, our planner pairs well with out-of-the-box SMPs, generating near-optimal paths faster than without VQ-MPT's aid. It is generalizable in that it can be applied to systems of varying complexities, from 2D planar to 14D bi-manual robots with diverse environment representations, including costmaps and point clouds. Trained VQ-MPT models generalize to environments unseen during training and achieve higher success rates than previous methods.

📄 PDF Abstract BibTeX arXiv:2306.00851

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingMotion Planning

Similar Papers 제목 키워드 기반

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

Ultrafast Sampling-based Kinodynamic Planning via Differential Flatness

2026-03-17 · Thai Duong, Clayton W. Ramsey, Zachary Kingston, Wil Thomason 외 arxiv

Motion planning under dynamics constraints, i.e, kinodynamic planning, enables safe robot operation by generating dynamically feasible trajectories that the robot can accurately track. For high-DOF robots such as manipul…

Motion Planning

Efficient Motion Planning for Manipulators with Control Barrier Function-Induced Neural Controller

2024-04-01 · Mingxin Yu, Chenning Yu, M-Mahdi Naddaf-Sh, Devesh Upadhyay 외

Sampling-based motion planning methods for manipulators in crowded environments often suffer from expensive collision checking and high sampling complexity, which make them difficult to use in real time. To address this …

Collision AvoidanceMotion Planning

Multi-Robot Motions in Milliseconds: Vector-Accelerated Primitives for Sampling-Based Planning

2026-04-27 · James D. Motes, Marco Morales, Nancy M. Amato arxiv

In this paper, we extend the recent Vector-Accelerated Motion Planning (VAMP) framework to multi-robot motion planning (MRMP). We develop two vector-accelerated primitives, multi-robot MotionValidation (MotVal) and FindF…

Motion Planning

Lang2Manip: A Tool for LLM-Based Symbolic-to-Geometric Planning for Manipulation

2025-12-18 · Muhayy Ud Din, Jan Rosell, Waseem Akram, Irfan Hussain arxiv

Simulation is essential for developing robotic manipulation systems, particularly for task and motion planning (TAMP), where symbolic reasoning interfaces with geometric, kinematic, and physics-based execution. Recent ad…

Motion Planning