Research Analyzer
← Back ICRA 2024

CollisionGP: Gaussian Process-Based Collision Checking for Robot Motion Planning

Javier Muñoz Mendi, Peter Lehner, Luis Moreno, Alin Albu-Schäffer, Maximo A. Roa

PDF

Abstract

Collision checking is the primitive operation of motion planning that consumes most time. Machine learning al- gorithms have proven to accelerate collision checking. We propose CollisionGP, a Gaussian process-based algorithm for modeling a robot’s configuration space and query collision checks. Colli- sionGP introduces a P`olya-Gamma auxiliary variable for each data point in the training set to allow classification inference to be done exactly with a closed-form expression. Gaussian processes provide a distribution as the output, obtaining a mean and vari- ance for the collision check. The obtained variance is processed to reduce false negatives (FN). We demonstrate that CollisionGP can use GPU acceleration to process collision checks for thousands of configurations much faster than traditional collision detection libraries. Furthermore, we obtain better accuracy, TPR and TNR results than state-of-the-art learning-based algorithms using less support points, thus making our proposed method more sparse.

Index terms

Motion and Path Planning Collision Avoidance Probabilistic Inference