ROLGNov 11, 2020

Learning Constrained Distributions of Robot Configurations with Generative Adversarial Network

arXiv:2011.05717v25 citations
AI Analysis

This addresses the challenge of efficiently generating constrained configurations for high-dimensional robotic systems, which is incremental as it applies an existing GAN method to a specific robotics domain.

The paper tackles the problem of learning valid robot configurations under constraints like end-effector orientation or stability by proposing a generative adversarial network approach, which enables fast inverse kinematics for high-DoF systems and speeds up constrained motion planning, validated on a 7-DoF manipulator and a 28-DoF humanoid robot.

In high dimensional robotic system, the manifold of the valid configuration space often has a complex shape, especially under constraints such as end-effector orientation or static stability. We propose a generative adversarial network approach to learn the distribution of valid robot configurations under such constraints. It can generate configurations that are close to the constraint manifold. We present two applications of this method. First, by learning the conditional distribution with respect to the desired end-effector position, we can do fast inverse kinematics even for very high degrees of freedom (DoF) systems. Then, we use it to generate samples in sampling-based constrained motion planning algorithms to reduce the necessary projection steps, speeding up the computation. We validate the approach in simulation using the 7-DoF Panda manipulator and the 28-DoF humanoid robot Talos.

Code Implementations1 repo
Foundations

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

Your Notes