ROApr 10, 2018

Planning Multi-Fingered Grasps as Probabilistic Inference in a Learned Deep Network

arXiv:1804.03289v193 citations
Originality Highly original
AI Analysis

This addresses the problem of efficient and high-quality grasp planning for robotic manipulation, though it is incremental as it builds on deep learning approaches.

The paper tackles multi-fingered grasp planning by training a convolutional neural network to predict grasp success from visual and configuration data, then using gradient-ascent inference to maximize success probability. It shows that this method outperforms existing neural network planners in real robot experiments, offering data efficiency and fast deployment.

We propose a novel approach to multi-fingered grasp planning leveraging learned deep neural network models. We train a convolutional neural network to predict grasp success as a function of both visual information of an object and grasp configuration. We can then formulate grasp planning as inferring the grasp configuration which maximizes the probability of grasp success. We efficiently perform this inference using a gradient-ascent optimization inside the neural network using the backpropagation algorithm. Our work is the first to directly plan high quality multifingered grasps in configuration space using a deep neural network without the need of an external planner. We validate our inference method performing both multifinger and two-finger grasps on real robots. Our experimental results show that our planning method outperforms existing planning methods for neural networks; while offering several other benefits including being data-efficient in learning and fast enough to be deployed in real robotic applications.

Foundations

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

Your Notes