Mohit Shridhar, Lucas Manuelli, Dieter Fox
Transformers have revolutionized vision and natural language processing with their ability to scale with large datasets. But in robotic manipulation, data is both limited and expensive. Can manipulation still benefit from Transformers with the right problem formulation? We investigate this question with PerAct, a language-conditioned behavior-cloning agent for multi-task 6-DoF manipulation. PerAct encodes language goals and RGB-D voxel observations with a Perceiver Transformer, and outputs discretized actions by ``detecting the next best voxel action''. Unlike frameworks that operate on 2D images, the voxelized 3D observation and action space provides a strong structural prior for efficiently learning 6-DoF actions. With this formulation, we train a single multi-task Transformer for 18 RLBench tasks (with 249 variations) and 7 real-world tasks (with 18 variations) from just a few demonstrations per task. Our results show that PerAct significantly outperforms unstructured image-to-action agents and 3D ConvNet baselines for a wide range of tabletop tasks.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Robot Manipulation | RLBench | Inference Speed (fps) | 4.9 | PerAct (Evaluated in RVT) |
| Robot Manipulation | RLBench | Input Image Size | 128 | PerAct (Evaluated in RVT) |
| Robot Manipulation | RLBench | Succ. Rate (18 tasks, 100 demo/task) | 49.4 | PerAct (Evaluated in RVT) |
| Robot Manipulation | RLBench | Training Time (V100 x 8 x day) | 16 | PerAct (Evaluated in RVT) |
| Robot Manipulation | RLBench | Input Image Size | 128 | PerAct |
| Robot Manipulation | RLBench | Succ. Rate (18 tasks, 10 demo/task) | 30 | PerAct |
| Robot Manipulation | RLBench | Succ. Rate (18 tasks, 100 demo/task) | 42.7 | PerAct |
| Robot Manipulation | RLBench | Training Time (V100 x 8 x day) | 16 | PerAct |
| Robot Manipulation | RLBench | Input Image Size | 128 | Image-BC VIT |
| Robot Manipulation | RLBench | Succ. Rate (18 tasks, 100 demo/task) | 1.3 | Image-BC VIT |
| Robot Manipulation | RLBench | Input Image Size | 128 | Image-BC CNN |
| Robot Manipulation | RLBench | Succ. Rate (18 tasks, 100 demo/task) | 1.3 | Image-BC CNN |
| Robot Manipulation | The COLOSSEUM | Average decrease average across all perturbations | -17.3 | PerAct |