# Pixels to Plans: Learning Non-Prehensile Manipulation by Imitating a   Planner

**Authors:** Tarik Tosun, Eric Mitchell, Ben Eisner, Jinwook Huh, Bhoram Lee,, Daewon Lee, Volkan Isler, H. Sebastian Seung, and Daniel Lee

arXiv: 1904.03260 · 2019-04-09

## TL;DR

This paper introduces PtPNet, a deep learning system that enables robots to quickly generate effective manipulation trajectories from a single RGB-D image, trained using a novel data augmentation pipeline and guided by a motion planner.

## Contribution

The paper presents a new deep learning architecture, PtPNet, and a data collection pipeline that allows rapid learning of manipulation trajectories from minimal human labeling.

## Key findings

- Achieved 89% success rate in shoe manipulation tasks.
- Generated trajectories in 300ms, much faster than traditional planners.
- Successfully generalized to unseen shoes.

## Abstract

We present a novel method enabling robots to quickly learn to manipulate objects by leveraging a motion planner to generate "expert" training trajectories from a small amount of human-labeled data. In contrast to the traditional sense-plan-act cycle, we propose a deep learning architecture and training regimen called PtPNet that can estimate effective end-effector trajectories for manipulation directly from a single RGB-D image of an object. Additionally, we present a data collection and augmentation pipeline that enables the automatic generation of large numbers (millions) of training image and trajectory examples with almost no human labeling effort.   We demonstrate our approach in a non-prehensile tool-based manipulation task, specifically picking up shoes with a hook. In hardware experiments, PtPNet generates motion plans (open-loop trajectories) that reliably (89% success over 189 trials) pick up four very different shoes from a range of positions and orientations, and reliably picks up a shoe it has never seen before. Compared with a traditional sense-plan-act paradigm, our system has the advantages of operating on sparse information (single RGB-D frame), producing high-quality trajectories much faster than the "expert" planner (300ms versus several seconds), and generalizing effectively to previously unseen shoes.

## Full text

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

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1904.03260/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1904.03260/full.md

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