ACT: Learning Fine-Grained Bimanual Manipulation with Low-Cost Hardware

ACT: Learning Fine-Grained Bimanual Manipulation with Low-Cost Hardware

Featured

Tony Z. Zhao, Vikash Kumar, Sergey Levine, Chelsea Finn · Stanford · 2023

Framework

PyTorch

License

MIT

Stars

1,970

Summary

ACT employs a transformer-based action chunking policy and temporal ensembling to perform precise bimanual manipulation on a $5k ALOHA robot setup.

Abstract Summary

Action Chunking with Transformers (ACT) addresses a classic problem in robot imitation learning: how to get a robot to perform precise, high-frequency, bimanual tasks such as threading a zip-tie or closing a chip bag. The key insight is that predicting a *sequence* of actions at once (a "chunk") and then replaying that chunk open-loop is far more effective than predicting one action at a time, because it reduces the compounding error of a closed-loop single-step policy while still allowing reactive behavior. ACT uses a standard CVAE (Conditional Variational Autoencoder) structure: a transformer encoder processes multi-view RGB images into keys and values, and a transformer decoder generates a fixed-length sequence of 14-DOF actions at 50 Hz. To further improve stability, the authors introduce *temporal ensembling*: when new observations arrive, the policy predicts a new chunk and averages overlapping actions with previously predicted chunks. This smooths out jitters without sacrificing responsiveness. Hardware-wise, ACT is paired with ALOHA (A Low-cost Open-source HArdware system), a dual-arm teleoperation rig built from two WidowX arms and a custom gripper system. The entire setup costs roughly $5,000, making it accessible to academic labs and hobbyists. The authors demonstrate the system on a wide range of tasks including threading a zip-tie, placing a teabag in a cup, and transferring objects between two hands. ACT demonstrates that with a modest amount of demonstration data (20–80 episodes), a carefully designed policy architecture can outperform more complex methods. The codebase is simple, clean PyTorch, and the ALOHA hardware bill of materials is fully documented open-source.

Key Points

  • Transformer-based action chunking: predict a sequence of actions at once rather than one step at a time.
  • Temporal ensembling averages overlapping actions across prediction windows to reduce jitter.
  • Works with multi-view RGB + standard 14-DoF dual-arm robots; no depth or force-torque needed.
  • Paired with ALOHA hardware: a $5k dual-arm teleoperation platform with full BoM released.
  • Requires only 20–80 human demonstrations to learn new bimanual dexterous tasks.
Share

Related Papers

EgoForce: Forearm-Guided Camera-Space 3D Hand Pose from a Monocular Egocentric Camera

EgoForce: Forearm-Guided Camera-Space 3D Hand Pose from a Monocular Egocentric Camera

Christen Millerdurai, Shaoxiang Wang, Yaxu Xie et al. · SIGGRAPH 2026 · May 2026

Reconstructing the absolute 3D pose and shape of the hands from the user's viewpoint using a single head-mounted camera is crucial for practical egocentric interaction in AR/VR, telepresence, and hand-centric manipulation tasks, where sensing must...

manipulation manipulation simulation
Code PDF Intermediate
Code ★ 0 May 2026
MonoDuo: Using One Robot Arm to Learn Bimanual Policies

MonoDuo: Using One Robot Arm to Learn Bimanual Policies

Sandeep Bajamahal, Lawrence Yunliang Chen, Toru Lin et al. · ICRA 2026 · May 2026

Bimanual coordination is essential for many real-world manipulation tasks, yet learning bimanual robot policies is limited by the scarcity of bimanual robots and datasets. Single-arm robots, however,

manipulation bimanual imitation-learning dataset
PDF Intermediate
No code repo Code updated: May 2026
SI-Diff: A Framework for Learning Search and High-Precision Insertion with a Force-Domain Diffusion Policy

SI-Diff: A Framework for Learning Search and High-Precision Insertion with a Force-Domain Diffusion Policy

Yibo Liu, Stanko Oparnica, Simon Shewchun-Jakaitis et al. · arXiv · May 2026

Contact-rich manipulation is fundamental in robotics but poses significant challenges due to uncertainties in relative poses, such as misalignments and small clearances in peg-in-hole tasks. Existing approaches typically address search and...

manipulation tactile manipulation
Code PDF Intermediate
Code ★ 0 May 2026