Identifying Valid Robot Configurations via a Deep Learning Approach
Abstract
Many state-of-art robotics applications require fast and efficient motion planning algorithms. Existing motion planning methods become less effective as the dimensionality of the robot and its workspace increases, especially the computational cost of collision detection routines. In this work, we present a framework to address the cost of expensive primitive operations in sampling-based motion planning. This framework determines the validity of a sample robot configuration through a novel combination of a Contractive AutoEncoder (CAE), which captures an occupancy grids representation of the robot's workspace, and a Multilayer Perceptron (MLP), which efficiently predicts the collision state of the robot using the output from the CAE. We evaluate our framework on multiple planning problems with a variety of robots in 2D and 3D workspaces. The results show that (1) the framework is computationally efficient in all investigated problems, and (2) the framework generalizes well to new workspaces.
BibTeX
@inproceedings{iros2021_identifyingvalid,
title = {Identifying Valid Robot Configurations via a Deep Learning Approach},
author = {Tuan Tran and Chinwe Ekenna},
booktitle = {IROS 2021},
year = {2021}
}