ROJan 4, 2022

Primitive Shape Recognition for Object Grasping

arXiv:2201.00956v18 citations
Originality Incremental advance
AI Analysis

This addresses the problem of reliable robotic grasping for tasks like manipulation, though it is incremental as it builds on existing shape-based approaches.

The paper tackled robotic object grasping by decomposing objects into primitive shapes using a segmentation-based architecture, achieving a 94.2% success rate for task-free grasping and 93.0% for task-oriented grasping, placing it among top-performing methods.

Shape informs how an object should be grasped, both in terms of where and how. As such, this paper describes a segmentation-based architecture for decomposing objects sensed with a depth camera into multiple primitive shapes, along with a post-processing pipeline for robotic grasping. Segmentation employs a deep network, called PS-CNN, trained on synthetic data with 6 classes of primitive shapes and generated using a simulation engine. Each primitive shape is designed with parametrized grasp families, permitting the pipeline to identify multiple grasp candidates per shape region. The grasps are rank ordered, with the first feasible one chosen for execution. For task-free grasping of individual objects, the method achieves a 94.2% success rate placing it amongst the top performing grasp methods when compared to top-down and SE(3)-based approaches. Additional tests involving variable viewpoints and clutter demonstrate robustness to setup. For task-oriented grasping, PS-CNN achieves a 93.0% success rate. Overall, the outcomes support the hypothesis that explicitly encoding shape primitives within a grasping pipeline should boost grasping performance, including task-free and task-relevant grasp prediction.

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