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

**Authors:** Michael Danielczuk, Andrey Kurenkov, Ashwin Balakrishna, Matthew Matl,, David Wang, Roberto Mart\'in-Mart\'in, Animesh Garg, Silvio Savarese, Ken, Goldberg

arXiv: 1903.01588 · 2020-04-21

## TL;DR

This paper formalizes the task of mechanical search in cluttered environments, proposing and evaluating algorithms that enable robots to locate and retrieve a target object using iterative actions, achieving over 95% success in simulated and real trials.

## Contribution

It introduces a formal framework for mechanical search and evaluates multiple algorithms for multi-step object retrieval in cluttered scenes.

## Key findings

- Success rate exceeds 95% in simulated and physical trials.
- Number of actions scales linearly with heap size.
- Algorithmic policies outperform baseline methods.

## Abstract

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 .

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.01588/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1903.01588/full.md

## References

50 references — full list in the complete paper: https://tomesphere.com/paper/1903.01588/full.md

---
Source: https://tomesphere.com/paper/1903.01588