CVAIROMay 10, 2023

Self-Supervised Instance Segmentation by Grasping

arXiv:2305.06305v13.98 citations
Originality Incremental advance
AI Analysis

This addresses the need for cost-effective instance segmentation in robotics without human annotation, though it is incremental as it builds on existing self-supervised and cut-and-paste techniques.

The paper tackles the problem of instance segmentation for robotics by proposing a self-supervised method that uses grasp interactions to generate segmentation supervision, resulting in a 5x error reduction in segmenting grasped objects and a 3x reduction in grasp errors on a real robotic system.

Instance segmentation is a fundamental skill for many robotic applications. We propose a self-supervised method that uses grasp interactions to collect segmentation supervision for an instance segmentation model. When a robot grasps an item, the mask of that grasped item can be inferred from the images of the scene before and after the grasp. Leveraging this insight, we learn a grasp segmentation model to segment the grasped object from before and after grasp images. Such a model can segment grasped objects from thousands of grasp interactions without costly human annotation. Using the segmented grasped objects, we can "cut" objects from their original scenes and "paste" them into new scenes to generate instance supervision. We show that our grasp segmentation model provides a 5x error reduction when segmenting grasped objects compared with traditional image subtraction approaches. Combined with our "cut-and-paste" generation method, instance segmentation models trained with our method achieve better performance than a model trained with 10x the amount of labeled data. On a real robotic grasping system, our instance segmentation model reduces the rate of grasp errors by over 3x compared to an image subtraction baseline.

Foundations

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

Your Notes