Add dataset card for MimicDroid dataset
Browse filesThis PR adds a comprehensive dataset card for the MimicDroid dataset.
It includes:
- The `robotics` task category and relevant tags in the metadata.
- Links to the paper ([MimicDroid: In-Context Learning for Humanoid Robot Manipulation from Human Play Videos](https://huggingface.co/papers/2509.09769)), project page, and GitHub repository.
- An introduction and detailed description of the dataset, including its scope, training environments, and evaluation tasks, with corresponding images and tables directly from the GitHub README.
- A "Dataset Download" section with a bash code snippet to download dataset assets, as found in the GitHub README.
- The BibTeX citation for the MimicDroid paper and RoboCasa.
README.md
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- robotics
|
| 4 |
+
tags:
|
| 5 |
+
- robotics
|
| 6 |
+
- humanoid-robot
|
| 7 |
+
- manipulation
|
| 8 |
+
- in-context-learning
|
| 9 |
+
- simulation
|
| 10 |
+
- robocasa
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# MimicDroid: In-Context Learning for Humanoid Robot Manipulation from Human Play Videos
|
| 14 |
+
|
| 15 |
+
[Paper](https://huggingface.co/papers/2509.09769) | [Project Page](https://ut-austin-rpl.github.io/MimicDroid) | [Code](https://github.com/UT-Austin-RPL/mimicdroid-robocasa)
|
| 16 |
+
|
| 17 |
+
This repository hosts the dataset used in the MimicDroid project. MimicDroid aims to enable humanoid robots to efficiently solve new manipulation tasks from a few video examples. It leverages human play videos—continuous, unlabeled videos of people interacting freely with their environment—as a scalable and diverse training data source for in-context learning (ICL) policies, thereby reducing reliance on labor-intensive teleoperated data.
|
| 18 |
+
|
| 19 |
+
The project introduces a benchmark built on [**RoboCasa**](https://robocasa.ai), a large-scale simulation framework for training generally capable robots to perform everyday tasks.
|
| 20 |
+
|
| 21 |
+
## Dataset Details
|
| 22 |
+
|
| 23 |
+
The MimicDroid dataset spans **30 objects, 8 kitchen environments, and 8 hours of human play data** for training. All the training environments are shown below:
|
| 24 |
+
|
| 25 |
+
<img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/mimicdroid-train-all.png" width="100%" />
|
| 26 |
+
|
| 27 |
+
Evaluation is structured into **three levels** with increasing difficulty and **4 tasks** in each level:
|
| 28 |
+
|
| 29 |
+
| Level | Task Name | Abstract Embodiment | Humanoid Embodiment |
|
| 30 |
+
|-------|-----------|---------------|------------|
|
| 31 |
+
| **L1 (Seen Objects, Seen Environment)** | PnPSinkToRightCounterPlate | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/PnPSinkToRightCounterPlate.png" width="200"/> | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/PnPSinkToRightCounterPlate_eval.png" width="200"/> |
|
| 32 |
+
| | PnPSinkToCabinet | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/PnPSinkToCabinet.png" width="200"/> | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/PnPSinkToCabinet_eval.png" width="200"/> |
|
| 33 |
+
| | TurnOnFaucet | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/TurnOnFaucet.png" width="200"/> | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/TurnOnFaucet_eval.png" width="200"/> |
|
| 34 |
+
| | CloseLeftCabinetDoor | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/CloseLeftCabinetDoor.png" width="200"/> | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/CloseLeftCabinetDoor_eval.png" width="200"/> |
|
| 35 |
+
| **L2 (Unseen Objects, Seen Environment)** | PnPSinkToRightCounterPlateL2 | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/PnPSinkToRightCounterPlateL2.png" width="200"/> | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/PnPSinkToRightCounterPlateL2_eval.png" width="200"/> |
|
| 36 |
+
| | PnPSinkToCabinetL2 | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/PnPSinkToCabinetL2.png" width="200"/> | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/PnPSinkToCabinetL2_eval.png" width="200"/> |
|
| 37 |
+
| | CloseRightCabinetDoorL2 | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/CloseRightCabinetDoorL2.png" width="200"/> | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/CloseRightCabinetDoorL2_eval.png" width="200"/> |
|
| 38 |
+
| | CloseLeftCabinetDoorL2 | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/CloseLeftCabinetDoorL2.png" width="200"/> | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/CloseLeftCabinetDoorL2_eval.png" width="200"/> |
|
| 39 |
+
| **L3 (Unseen Objects, Unseen Environment)** | CloseLeftCabinetDoorL3 | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/CloseLeftCabinetDoorL3.png" width="200"/> | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/CloseLeftCabinetDoorL3_eval.png" width="200"/> |
|
| 40 |
+
| | PnPSinkToRightCounterPlateL3 | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/PnPSinkToRightCounterPlateL3.png" width="200"/> | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/PnPSinkToRightCounterPlateL3_eval.png" width="200"/> |
|
| 41 |
+
| | PnPSinkToMicrowaveTopL3 | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/PnPSinkToMicrowaveTopL3.png" width="200"/> | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/PnPSinkToMicrowaveTopL3_eval.png" width="200"/> |
|
| 42 |
+
| | TurnOnFaucetL3 | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/TurnOnFaucetL3.png" width="200"/> | <img src="https://github.com/UT-Austin-RPL/mimicdroid-robocasa/blob/main/docs/images/tasks/TurnOnFaucetL3_eval.png" width="200"/> |
|
| 43 |
+
|
| 44 |
+
## Dataset Download
|
| 45 |
+
|
| 46 |
+
To download the necessary kitchen assets for the dataset (approximately 5GB), use the following command:
|
| 47 |
+
|
| 48 |
+
```bash
|
| 49 |
+
python robocasa/scripts/download_kitchen_assets.py
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
For more detailed dataset installation and visualization instructions, please refer to the `DATASET.md` file in the [GitHub repository](https://github.com/UT-Austin-RPL/mimicdroid-robocasa).
|
| 53 |
+
|
| 54 |
+
## Citation
|
| 55 |
+
|
| 56 |
+
If you find this dataset or research useful for your work, please cite the following:
|
| 57 |
+
|
| 58 |
+
```bibtex
|
| 59 |
+
@article{shah2025mimicdroid,
|
| 60 |
+
title={MimicDroid: In-Context Learning for Humanoid Manipulation from Human Play Videos},
|
| 61 |
+
author={Shah, Rutav and Liu, Shuijing and Wang, Qi and Jiang, Zhenyu and Kumar, Sateesh and Seo, Mingyo and Mart{\'\i}n-Mart{\'\i}n, Roberto and Zhu, Yuke},
|
| 62 |
+
journal={arXiv preprint arXiv:2509.09769},
|
| 63 |
+
year={2025}
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
@inproceedings{robocasa2024,
|
| 67 |
+
title={RoboCasa: Large-Scale Simulation of Everyday Tasks for Generalist Robots},
|
| 68 |
+
author={Soroush Nasiriany and Abhiram Maddukuri and Lance Zhang and Adeet Parikh and Aaron Lo and Abhishek Joshi and Ajay Mandlekar and Yuke Zhu},
|
| 69 |
+
booktitle={Robotics: Science and Systems},
|
| 70 |
+
year={2024}
|
| 71 |
+
}
|
| 72 |
+
```
|