CVAIMar 5, 2022

Towards Robust Part-aware Instance Segmentation for Industrial Bin Picking

arXiv:2203.02767v114 citationsh-index: 112
Originality Incremental advance
AI Analysis

This work addresses robust instance segmentation for industrial bin picking, an incremental improvement in a domain-specific application.

The paper tackles the challenge of segmenting irregular, closely packed industrial objects in bin picking by introducing a part-aware instance segmentation pipeline that decomposes objects into convex parts and aggregates them into instances. The method achieves the best segmentation results compared to state-of-the-art approaches on a new dataset of industrial objects.

Industrial bin picking is a challenging task that requires accurate and robust segmentation of individual object instances. Particularly, industrial objects can have irregular shapes, that is, thin and concave, whereas in bin-picking scenarios, objects are often closely packed with strong occlusion. To address these challenges, we formulate a novel part-aware instance segmentation pipeline. The key idea is to decompose industrial objects into correlated approximate convex parts and enhance the object-level segmentation with part-level segmentation. We design a part-aware network to predict part masks and part-to-part offsets, followed by a part aggregation module to assemble the recognized parts into instances. To guide the network learning, we also propose an automatic label decoupling scheme to generate ground-truth part-level labels from instance-level labels. Finally, we contribute the first instance segmentation dataset, which contains a variety of industrial objects that are thin and have non-trivial shapes. Extensive experimental results on various industrial objects demonstrate that our method can achieve the best segmentation results compared with the state-of-the-art approaches.

Foundations

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

Your Notes