Segmenting Unknown 3D Objects from Real Depth Images using Mask R-CNN Trained on Synthetic Data
The ability to segment unknown objects in depth images has potential to enhance robot skills in grasping and object tracking. Recent computer vision research has demonstrated that Mask R-CNN can be trained to segment specific categories of objects in RGB images when massive hand-labeled datasets are available. As generating these datasets is time consuming, we instead train with synthetic depth images. Many robots now use depth sensors, and recent results suggest training on synthetic depth data can transfer successfully to the real world. We present a method for automated dataset generation and rapidly generate a synthetic training dataset of 50,000 depth images and 320,000 object masks using simulated heaps of 3D CAD models. We train a variant of Mask R-CNN with domain randomization on the generated dataset to perform category-agnostic instance segmentation without any hand-labeled data and we evaluate the trained network, which we refer to as Synthetic Depth (SD) Mask R-CNN, on a set of real, high-resolution depth images of challenging, densely-cluttered bins containing objects with highly-varied geometry. SD Mask R-CNN outperforms point cloud clustering baselines by an absolute 15% in Average Precision and 20% in Average Recall on COCO benchmarks, and achieves performance levels similar to a Mask R-CNN trained on a massive, hand-labeled RGB dataset and fine-tuned on real images from the experimental setup. We deploy the model in an instance-specific grasping pipeline to demonstrate its usefulness in a robotics application. Code, the synthetic training dataset, and supplementary material are available at https://bit.ly/2letCuE.
Code (4)
Tasks
ClusteringDataset GenerationInstance SegmentationObject TrackingSemantic SegmentationUnseen Object Instance SegmentationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
SeGAN: Segmenting and Generating the Invisible
Objects often occlude each other in scenes; Inferring their appearance beyond their visible parts plays an important role in scene understanding, depth estimation, object interaction and manipulation. In this paper, we s…
Depth EstimationScene UnderstandingSegmentationDetectFusion: Detecting and Segmenting Both Known and Unknown Dynamic Objects in Real-time SLAM
We present DetectFusion, an RGB-D SLAM system that runs in real-time and can robustly handle semantically known and unknown objects that can move dynamically in the scene. Our system detects, segments and assigns semanti…
2D Object DetectionInstance Segmentationobject-detectionObject Detection+3InSeGAN: A Generative Approach to Segmenting Identical Instances in Depth Images
In this paper, we present InSeGAN, an unsupervised 3D generative adversarial network (GAN) for segmenting (nearly) identical instances of rigid objects in depth images. Using an analysis-by-synthesis approach, we design …
Generative Adversarial NetworkInstance SegmentationObjectSemantic SegmentationSDOD:Real-time Segmenting and Detecting 3D Object by Depth
Most existing instance segmentation methods only focus on improving performance and are not suitable for real-time scenes such as autonomous driving. This paper proposes a real-time framework that segmenting and detectin…
Autonomous DrivingInstance Segmentationobject-detectionObject Detection+2SAD: Segment Any RGBD
The Segment Anything Model (SAM) has demonstrated its effectiveness in segmenting any part of 2D RGB images. However, SAM exhibits a stronger emphasis on texture information while paying less attention to geometry inform…
3D Panoptic SegmentationOpen Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationPanoptic Segmentation+2