ROMay 1, 2021

ECNNs: Ensemble Learning Methods for Improving Planar Grasp Quality Estimation

arXiv:2105.00329v2Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of improving robotic grasping reliability for applications in automation and robotics, but it is incremental as it builds on existing algorithms.

The paper tackled the problem of robotic grasp quality estimation by combining multiple existing grasp synthesis algorithms into an ensemble learning method, achieving a 6% increase in grasp success rate on the Cornell Dataset compared to the best individual algorithm.

We present an ensemble learning methodology that combines multiple existing robotic grasp synthesis algorithms and obtain a success rate that is significantly better than the individual algorithms. The methodology treats the grasping algorithms as "experts" providing grasp "opinions". An Ensemble Convolutional Neural Network (ECNN) is trained using a Mixture of Experts (MOE) model that integrates these opinions and determines the final grasping decision. The ECNN introduces minimal computational cost overhead, and the network can virtually run as fast as the slowest expert. We test this architecture using open-source algorithms in the literature by adopting GQCNN 4.0, GGCNN and a custom variation of GGCNN as experts and obtained a 6% increase in the grasp success on the Cornell Dataset compared to the best-performing individual algorithm. The performance of the method is also demonstrated using a Franka Emika Panda arm.

Foundations

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

Your Notes