ROApr 14, 2018

Closing the Loop for Robotic Grasping: A Real-time, Generative Grasp Synthesis Approach

arXiv:1804.05172v2637 citations
Originality Highly original
AI Analysis

This enables closed-loop grasping at 50Hz for robots in dynamic environments, addressing a key bottleneck in robotic manipulation.

The paper tackles real-time robotic grasp synthesis by proposing a Generative Grasping Convolutional Neural Network (GG-CNN) that predicts grasp quality and pose from depth images, achieving grasp success rates of 83% on unseen adversarial objects and 88% on moving household objects.

This paper presents a real-time, object-independent grasp synthesis method which can be used for closed-loop grasping. Our proposed Generative Grasping Convolutional Neural Network (GG-CNN) predicts the quality and pose of grasps at every pixel. This one-to-one mapping from a depth image overcomes limitations of current deep-learning grasping techniques by avoiding discrete sampling of grasp candidates and long computation times. Additionally, our GG-CNN is orders of magnitude smaller while detecting stable grasps with equivalent performance to current state-of-the-art techniques. The light-weight and single-pass generative nature of our GG-CNN allows for closed-loop control at up to 50Hz, enabling accurate grasping in non-static environments where objects move and in the presence of robot control inaccuracies. In our real-world tests, we achieve an 83% grasp success rate on a set of previously unseen objects with adversarial geometry and 88% on a set of household objects that are moved during the grasp attempt. We also achieve 81% accuracy when grasping in dynamic clutter.

Code Implementations8 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes