ROAIApr 14, 2022

Approximating Constraint Manifolds Using Generative Models for Sampling-Based Constrained Motion Planning

arXiv:2204.06791v115 citationsh-index: 30
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in robotics motion planning for tasks with constraints, offering an incremental improvement over traditional sampling methods.

The paper tackles the inefficiency of rejection sampling in constrained motion planning by using deep generative models (CVAE and CGAN) to approximate constraint manifolds, enabling efficient online sampling without modifying existing algorithms, with evaluations showing improved sampling accuracy and coverage in simulations and experiments on robotic platforms.

Sampling-based motion planning under task constraints is challenging because the null-measure constraint manifold in the configuration space makes rejection sampling extremely inefficient, if not impossible. This paper presents a learning-based sampling strategy for constrained motion planning problems. We investigate the use of two well-known deep generative models, the Conditional Variational Autoencoder (CVAE) and the Conditional Generative Adversarial Net (CGAN), to generate constraint-satisfying sample configurations. Instead of precomputed graphs, we use generative models conditioned on constraint parameters for approximating the constraint manifold. This approach allows for the efficient drawing of constraint-satisfying samples online without any need for modification of available sampling-based motion planning algorithms. We evaluate the efficiency of these two generative models in terms of their sampling accuracy and coverage of sampling distribution. Simulations and experiments are also conducted for different constraint tasks on two robotic platforms.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes