Datasets:

ArXiv:
License:
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -1,4 +1,32 @@
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
4
- Data from [DexWM: World Models for Learning Dexterous Hand-Object Interactions from Human Videos](https://arxiv.org/abs/2512.13644). 4 hours of exploratory sequences of random arm movements collected in RoboCasa.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
4
+ <!-- Data from [DexWM: World Models for Learning Dexterous Hand-Object Interactions from Human Videos](https://arxiv.org/abs/2512.13644). 4 hours of exploratory sequences of random arm movements collected in RoboCasa. -->
5
+
6
+ <div align="center">
7
+
8
+ <h1><strong>DexWM: World Models for Learning Dexterous Hand-Object Interactions from Human Videos</strong></h1>
9
+
10
+ 📄 [Paper](https://arxiv.org/abs/2512.13644) &nbsp;&nbsp;|&nbsp;&nbsp; 💻 [Code](https://github.com/facebookresearch/dexwm) &nbsp;&nbsp;|&nbsp;&nbsp; 🌐 [Project Page](https://raktimgg.github.io/dexwm/)
11
+
12
+ </div>
13
+
14
+
15
+ ## Description
16
+
17
+ This dataset contains the **RoboCasa simulation data** used in *DexWM: World Models for Learning Dexterous Hand-Object Interactions from Human Videos*. It includes two data regimes for training and evaluation of DexWM.
18
+
19
+ - **RoboCasa Random**: Contains `exploratory_movement` and `gripper_open_and_close` sequences. These are random interaction trajectories collected using a Franka arm with an Allegro hand, used for model fine-tuning.
20
+ - **Pick-and-Place**: Contains the `pick-and-place-2.0` dataset, used exclusively for evaluating manipulation performance.
21
+
22
+ All data is stored in `.hdf5` format, where each file contains sequential robot interaction trajectories, including states and actions for dexterous manipulation.
23
+
24
+
25
+ ## Citation
26
+ ```bibtex
27
+ @article{goswami2025dexwm,
28
+ title={World Models for Learning Dexterous Hand-Object Interactions from Human Videos},
29
+ author={Goswami, Raktim Gautam and Bar, Amir and Fan, David and Yang, Tsung-Yen and Zhou, Gaoyue and Krishnamurthy, Prashanth and Rabbat, Michael and Khorrami, Farshad and LeCun, Yann},
30
+ journal={arXiv preprint arXiv:2512.13644},
31
+ year={2026}
32
+ }