ROFeb 21, 2019

Learning-Based Proxy Collision Detection for Robot Motion Planning Applications

arXiv:1902.08164v1114 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the bottleneck of collision detection for robotic applications, enabling faster motion planning, particularly for tasks like autonomous surgical assistance in shared human-robot environments.

The paper tackles the problem of slow collision detection in robot motion planning by introducing Fastron, a learning-based proxy collision detector, which achieves up to an order of magnitude faster performance and learns over 100 times faster than a competing approach.

This paper demonstrates that collision detection-intensive applications such as robotic motion planning may be accelerated by performing collision checks with a machine learning model. We propose Fastron, a learning-based algorithm to model a robot's configuration space to be used as a proxy collision detector in place of standard geometric collision checkers. We demonstrate that leveraging the proxy collision detector results in up to an order of magnitude faster performance in robot simulation and planning than state-of-the-art collision detection libraries. Our results show that Fastron learns a model more than 100 times faster than a competing C-space modeling approach, while also providing theoretical guarantees of learning convergence. Using the OMPL motion planning libraries, we were able to generate initial motion plans across all experiments with varying robot and environment complexities. With Fastron, we can repeatedly perform planning from scratch at a 56 Hz rate, showing its application toward autonomous surgical assistance task in shared environments with human-controlled manipulators. All performance gains were achieved despite using only CPU-based calculations, suggesting further computational gains with a GPU approach that can parallelize tensor algebra. Code is available online.

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