Act3D: 3D Feature Field Transformers for Multi-Task Robotic Manipulation
Theophile Gervet, Zhou Xian, Nikolaos Gkanatsios, Katerina Fragkiadaki

TL;DR
Act3D introduces a 3D feature field transformer for robotic manipulation that adaptively samples high-resolution 3D points, achieving state-of-the-art results with less computation by leveraging 2D pre-trained features and relative attention.
Contribution
This paper presents a novel 3D manipulation policy transformer that efficiently combines 2D pre-trained features with adaptive 3D sampling for improved spatial reasoning.
Findings
Achieves 10% improvement over previous 2D policies on RL-Bench tasks.
Attains 22% higher success rate with 3x less compute than previous 3D methods.
Demonstrates the effectiveness of relative spatial attention and large-scale pre-trained backbones.
Abstract
3D perceptual representations are well suited for robot manipulation as they easily encode occlusions and simplify spatial reasoning. Many manipulation tasks require high spatial precision in end-effector pose prediction, which typically demands high-resolution 3D feature grids that are computationally expensive to process. As a result, most manipulation policies operate directly in 2D, foregoing 3D inductive biases. In this paper, we introduce Act3D, a manipulation policy transformer that represents the robot's workspace using a 3D feature field with adaptive resolutions dependent on the task at hand. The model lifts 2D pre-trained features to 3D using sensed depth, and attends to them to compute features for sampled 3D points. It samples 3D point grids in a coarse to fine manner, featurizes them using relative-position attention, and selects where to focus the next round of point…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Robot Manipulation and Learning · Domain Adaptation and Few-Shot Learning
MethodsMulti-Head Attention · Attention Is All You Need · Focus · Layer Normalization · Absolute Position Encodings · Adam · Byte Pair Encoding · Linear Layer · Label Smoothing · Position-Wise Feed-Forward Layer
