SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 1407.5736 · 2014

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

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 9 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
charlescxk/depth2hha-python pwc_unofficial 0 of 9
FunctionStatusWhere it lives
computeNormalsSquareSupport Not yet run charlescxk/depth2hha-python/utils/rgbd_util.py
code served (permissive licence) · get_code("70cf0012537ad543")
filterItChopOff Not yet run charlescxk/depth2hha-python/utils/util.py
code served (permissive licence) · get_code("4e2bab70ab9e1dd2")
getCameraParam Not yet run charlescxk/depth2hha-python/utils/getCameraParam.py
code served (permissive licence) · get_code("1937d93ab08494c9")
getHHA Not yet run charlescxk/depth2hha-python/getHHA.py
code served (permissive licence) · get_code("8680262faa681720")
getImage Not yet run charlescxk/depth2hha-python/getHHA.py
code served (permissive licence) · get_code("4ece2819cfdabe15")
getPointCloudFromZ Not yet run charlescxk/depth2hha-python/utils/rgbd_util.py
code served (permissive licence) · get_code("e03ae4e68673b53b")
invertIt Not yet run charlescxk/depth2hha-python/utils/util.py
code served (permissive licence) · get_code("631a071dfd076cde")
mutiplyIt Not yet run charlescxk/depth2hha-python/utils/util.py
code served (permissive licence) · get_code("6905eec587bce8a0")
processDepthImage Not yet run charlescxk/depth2hha-python/utils/rgbd_util.py
code served (permissive licence) · get_code("701bd12a124369df")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

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.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("1407.5736")
get_code_for_paper("1407.5736")
have("1407.5736")

Connect an agent — have() is free.