ROMar 4, 2019

Mechanical Search: Multi-Step Retrieval of a Target Object Occluded by Clutter

arXiv:1903.01588v1122 citations
Originality Incremental advance
AI Analysis

This addresses the challenge for robots in warehouses, homes, and retail centers to efficiently locate and extract specific objects from cluttered bins, representing an incremental advance in robotic manipulation.

The paper tackles the problem of robots retrieving a target object occluded by clutter in unstructured environments, achieving over 95% success in simulated and physical trials with algorithmic policies, where the number of actions scales linearly with heap size.

When operating in unstructured environments such as warehouses, homes, and retail centers, robots are frequently required to interactively search for and retrieve specific objects from cluttered bins, shelves, or tables. Mechanical Search describes the class of tasks where the goal is to locate and extract a known target object. In this paper, we formalize Mechanical Search and study a version where distractor objects are heaped over the target object in a bin. The robot uses an RGBD perception system and control policies to iteratively select, parameterize, and perform one of 3 actions -- push, suction, grasp -- until the target object is extracted, or either a time limit is exceeded, or no high confidence push or grasp is available. We present a study of 5 algorithmic policies for mechanical search, with 15,000 simulated trials and 300 physical trials for heaps ranging from 10 to 20 objects. Results suggest that success can be achieved in this long-horizon task with algorithmic policies in over 95% of instances and that the number of actions required scales approximately linearly with the size of the heap. Code and supplementary material can be found at http://ai.stanford.edu/mech-search .

Foundations

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

Your Notes