Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Learning Rich Features from RGB-D Images for Object Detection and Segmentation

About

In this paper we study the problem of object detection for RGB-D images using semantically rich image and depth features. We propose a new geocentric embedding for depth images that encodes height above ground and angle with gravity for each pixel in addition to the horizontal disparity. We demonstrate that this geocentric embedding works better than using raw depth images for learning feature representations with convolutional neural networks. Our final object detection system achieves an average precision of 37.3%, which is a 56% relative improvement over existing methods. We then focus on the task of instance segmentation where we label pixels belonging to object instances found by our detector. For this task, we propose a decision forest approach that classifies pixels in the detection window as foreground or background using a family of unary and binary tests that query shape and geocentric pose features. Finally, we use the output from our object detectors in an existing superpixel classification framework for semantic scene segmentation and achieve a 24% relative improvement over current state-of-the-art for the object categories that we study. We believe advances such as those represented in this paper will facilitate the use of perception in fields like robotics.

Saurabh Gupta, Ross Girshick, Pablo Arbel\'aez, Jitendra Malik• 2014

Related benchmarks

TaskDatasetResultRank
Semantic segmentationNYU v2 (test)
mIoU40.4
282
Semantic segmentationNYUD v2 (test)
mIoU28.6
187
Semantic segmentationNYU Depth V2 (test)
mIoU28.6
183
Semantic segmentationNYUDv2 40-class (test)
mIoU28.6
99
Edge DetectionNYUDv2 (test)
ODS Score71
93
Scene ParsingNYUDv2 (test)
mIoU28.6
35
2D Object DetectionSUN-RGBD (val)
AP (bed)0.76
26
Object DetectionSUN RGB-D (test)
mAP35.2
25
Object DetectionNYUD v2 (test)
Mean AP (b)37.3
24
Object DetectionNYU Depth V2 (test)
mAP32.5
17
Showing 10 of 15 rows

Other info

Code

Follow for update