ROCVDec 10, 2022

Towards Scale Balanced 6-DoF Grasp Detection in Cluttered Scenes

arXiv:2212.05275v160 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This work addresses a domain-specific challenge in robotics for improving grasp detection in cluttered environments, though it is incremental as it builds on existing methods to handle scale imbalance.

The paper tackles the problem of scale imbalance in 6-DoF grasp detection, particularly for small-scale objects in cluttered scenes, by proposing a novel approach that achieves competitive results with significant gains on small-scale cases on the GraspNet-1Billion benchmark.

In this paper, we focus on the problem of feature learning in the presence of scale imbalance for 6-DoF grasp detection and propose a novel approach to especially address the difficulty in dealing with small-scale samples. A Multi-scale Cylinder Grouping (MsCG) module is presented to enhance local geometry representation by combining multi-scale cylinder features and global context. Moreover, a Scale Balanced Learning (SBL) loss and an Object Balanced Sampling (OBS) strategy are designed, where SBL enlarges the gradients of the samples whose scales are in low frequency by apriori weights while OBS captures more points on small-scale objects with the help of an auxiliary segmentation network. They alleviate the influence of the uneven distribution of grasp scales in training and inference respectively. In addition, Noisy-clean Mix (NcM) data augmentation is introduced to facilitate training, aiming to bridge the domain gap between synthetic and raw scenes in an efficient way by generating more data which mix them into single ones at instance-level. Extensive experiments are conducted on the GraspNet-1Billion benchmark and competitive results are reached with significant gains on small-scale cases. Besides, the performance of real-world grasping highlights its generalization ability. Our code is available at https://github.com/mahaoxiang822/Scale-Balanced-Grasp.

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