paper-with-me

Papers

MPC-MPNet: Model-Predictive Motion Planning Networks for Fast, Near-Optimal Planning under Kinodynamic Constraints

2021-01-17 · Linjun Li, Yinglong Miao, Ahmed H. Qureshi, Michael C. Yip

Kinodynamic Motion Planning (KMP) is to find a robot motion subject to concurrent kinematics and dynamics constraints. To date, quite a few methods solve KMP problems and those that exist struggle to find near-optimal solutions and exhibit high computational complexity as the planning space dimensionality increases. To address these challenges, we present a scalable, imitation learning-based, Model-Predictive Motion Planning Networks framework that quickly finds near-optimal path solutions with worst-case theoretical guarantees under kinodynamic constraints for practical underactuated systems. Our framework introduces two algorithms built on a neural generator, discriminator, and a parallelizable Model Predictive Controller (MPC). The generator outputs various informed states towards the given target, and the discriminator selects the best possible subset from them for the extension. The MPC locally connects the selected informed states while satisfying the given constraints leading to feasible, near-optimal solutions. We evaluate our algorithms on a range of cluttered, kinodynamically constrained, and underactuated planning problems with results indicating significant improvements in computation times, path qualities, and success rates over existing methods.

📄 PDF Abstract BibTeX arXiv:2101.06798

Code (1)

LeeLinJun/mpc-mpnet-py pytorch

Tasks

Imitation LearningMotion Planning

Similar Papers 제목 키워드 기반

Motion Planning Networks

2018-06-14 · Ahmed H. Qureshi, Anthony Simeonov, Mayur J. Bency, Michael C. Yip

Fast and efficient motion planning algorithms are crucial for many state-of-the-art robotics applications such as self-driving cars. Existing motion planning methods become ineffective as their computational complexity i…

Motion PlanningSelf-Driving CarsTransfer Learning

Motion Planning Networks: Bridging the Gap Between Learning-based and Classical Motion Planners

2019-07-13 · Ahmed H. Qureshi, Yinglong Miao, Anthony Simeonov, Michael C. Yip

This paper describes Motion Planning Networks (MPNet), a computationally efficient, learning-based neural planner for solving motion planning problems. MPNet uses neural networks to learn general near-optimal heuristics …

Continual LearningMotion Planning

Neural Manipulation Planning on Constraint Manifolds

2020-08-09 · Ahmed H. Qureshi, Jiangeng Dong, Austin Choe, Michael C. Yip

The presence of task constraints imposes a significant challenge to motion planning. Despite all recent advancements, existing algorithms are still computationally expensive for most planning problems. In this paper, we …

Motion Planning

Constrained Motion Planning Networks X

2020-10-17 · Ahmed H. Qureshi, Jiangeng Dong, Asfiya Baig, Michael C. Yip

Constrained motion planning is a challenging field of research, aiming for computationally efficient methods that can find a collision-free path on the constraint manifolds between a given start and goal configuration. T…

Motion PlanningRobot Manipulation

Locally-symplectic neural networks for learning volume-preserving dynamics

2021-09-19 · Jānis Bajārs

We propose locally-symplectic neural networks LocSympNets for learning the flow of phase volume-preserving dynamics. The construction of LocSympNets stems from the theorem of the local Hamiltonian description of the dive…