OXE-AugE

OXE-AugE is an open-access synthetically augmented robotics dataset developed by UC Berkeley's AUTOLab and collaborators to scale cross-embodiment generalist robot policy learning. Created using the simulation-assisted 2D cross-painting pipeline AugE-Toolkit, the collection systematically expands 16 core real-world manipulation datasets from the Open X-Embodiment collection into over 4.4 million trajectories spanning up to 9 distinct robot arm and gripper combinations. Source demonstrations primarily featuring platforms such as Franka Panda, Universal Robots UR5e, xArm, and Google Robot are visually projected onto Sawyer, Kinova Gen3, and KUKA iiwa embodiments to remediate pervasive data imbalances. The dataset targets robotic foundation model researchers training vision-language-action architectures like OpenVLA and pi0 on diverse quasi-static manipulation and tabletop pick-and-place tasks without requiring costly physical data recollection.

Dataset specifications
Year2025
Trajectories4,440,000
EmbodimentsFranka Emika Panda, UR5e, xArm7, WidowX, Google Robot, Kinova Jaco, Sawyer, Kinova Gen3, KUKA iiwa
Task categoriesmanipulation, pick-and-place
LicenseCC-BY-4.0
Accessopen — commercial use permitted
MaintainerUC Berkeley / Ken Goldberg et al.
Origin countryUS

OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning

Overview

OXE-AugE is an open-source, large-scale robot embodiment augmentation dataset developed by researchers at UC Berkeley's AUTOLab in affiliation with the Berkeley AI Research (BAIR) Lab. Built on top of the Open X-Embodiment (OXE) corpus, OXE-AugE addresses hardware imbalance in robotics datasets, where over 85% of real demonstrations originate from just four robot platforms.

Methodology & AugE-Toolkit

OXE-AugE scales cross-embodiment generalization using the AugE-Toolkit, an automated 2D image-space cross-painting pipeline:

Use Cases

Frequently asked questions

What is OXE-AugE?

OXE-AugE is an open-source augmented robot dataset created by UC Berkeley's AUTOLab that expands 16 core Open X-Embodiment datasets across 9 robot embodiments, scaling the collection to over 4.4 million trajectories.

Which robot embodiments are included in OXE-AugE?

OXE-AugE features 9 robot platforms: Franka Emika Panda, UR5e, xArm7, WidowX, Google Robot, Kinova Jaco, Sawyer, Kinova Gen3, and KUKA iiwa.

How is the dataset generated?

OXE-AugE is produced using AugE-Toolkit, which matches camera parameters in simulation and cross-paints different robot arms and grippers into original demonstration video frames in 2D image space.

What is the primary license for OXE-AugE datasets?

The datasets are distributed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license, while the accompanying code is released under open-source Apache-2.0 / MIT licenses.

Where can the dataset and code be accessed?

The dataset shards are hosted on Hugging Face (oxe-auge organization), and the tooling code is hosted on GitHub under GuanhuaJi/oxe-aug.