ROCVMar 14, 2017

Geometry-Based Region Proposals for Real-Time Robot Detection of Tabletop Objects

arXiv:1703.04665v1Has Code
Originality Synthesis-oriented
AI Analysis

This addresses object detection for assistive manipulators in robotics, but appears incremental as it combines existing techniques.

The paper tackles real-time object detection for tabletop scenes using an RGB-D sensor and a CNN, achieving validated accuracy and run-time performance.

We present a novel object detection pipeline for localization and recognition in three dimensional environments. Our approach makes use of an RGB-D sensor and combines state-of-the-art techniques from the robotics and computer vision communities to create a robust, real-time detection system. We focus specifically on solving the object detection problem for tabletop scenes, a common environment for assistive manipulators. Our detection pipeline locates objects in a point cloud representation of the scene. These clusters are subsequently used to compute a bounding box around each object in the RGB space. Each defined patch is then fed into a Convolutional Neural Network (CNN) for object recognition. We also demonstrate that our region proposal method can be used to develop novel datasets that are both large and diverse enough to train deep learning models, and easy enough to collect that end-users can develop their own datasets. Lastly, we validate the resulting system through an extensive analysis of the accuracy and run-time of the full pipeline.

Code Implementations1 repo
Foundations

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

Your Notes