paper-with-me

Papers

Learning Sampling Distributions Using Local 3D Workspace Decompositions for Motion Planning in High Dimensions

2020-10-29 · Constantinos Chamzas, Zachary Kingston, Carlos Quintero-Peña, Anshumali Shrivastava, Lydia E. Kavraki

Earlier work has shown that reusing experience from prior motion planning problems can improve the efficiency of similar, future motion planning queries. However, for robots with many degrees-of-freedom, these methods exhibit poor generalization across different environments and often require large datasets that are impractical to gather. We present SPARK and FLAME , two experience-based frameworks for sampling-based planning applicable to complex manipulators in 3 D environments. Both combine samplers associated with features from a workspace decomposition into a global biased sampling distribution. SPARK decomposes the environment based on exact geometry while FLAME is more general, and uses an octree-based decomposition obtained from sensor data. We demonstrate the effectiveness of SPARK and FLAME on a Fetch robot tasked with challenging pick-and-place manipulation problems. Our approaches can be trained incrementally and significantly improve performance with only a handful of examples, generalizing better over diverse tasks and environments as compared to prior approaches.

📄 PDF Abstract BibTeX arXiv:2010.15335

Code (1)

KavrakiLab/pyre 공식 구현

Tasks

Motion Planning

Similar Papers 제목 키워드 기반

Predicting Sample Collision with Neural Networks

2020-06-30 · Tuan Tran, Jory Denny, Chinwe Ekenna

Many state-of-art robotics applications require fast and efficient motion planning algorithms. Existing motion planning methods become less effective as the dimensionality of the robot and its workspace increases, especi…

Motion Planning

qRRT: Quality-Biased Incremental RRT for Optimal Motion Planning in Non-Holonomic Systems

2021-01-07 · Nahas Pareekutty, Francis James, Balaraman Ravindran, Suril V. Shah

This paper presents a sampling-based method for optimal motion planning in non-holonomic systems in the absence of known cost functions. It uses the principle of learning through experience to deduce the cost-to-go of re…

Motion PlanningOptimal Motion Planningreinforcement-learningReinforcement Learning (RL)

Using Local Experiences for Global Motion Planning

2019-03-20 · Constantinos Chamzas, Anshumali Shrivastava, Lydia E. Kavraki

Sampling-based planners are effective in many real-world applications such as robotics manipulation, navigation, and even protein modeling. However, it is often challenging to generate a collision-free path in environmen…

Motion Planning

Constraining Streaming Flow Models for Adapting Learned Robot Trajectory Distributions

2026-02-17 · Jieting Long, Dechuan Liu, Weidong Cai, Ian Manchester 외 arxiv

Robot motion distributions often exhibit multi-modality and require flexible generative models for accurate representation. Streaming Flow Policies (SFPs) have recently emerged as a powerful paradigm for generating robot…

Deeply Informed Neural Sampling for Robot Motion Planning

2018-09-26 · Ahmed H. Qureshi, Michael C. Yip

Sampling-based Motion Planners (SMPs) have become increasingly popular as they provide collision-free path solutions regardless of obstacle geometry in a given environment. However, their computational complexity increas…

Motion Planning