Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

DexSkin: High-Coverage Conformable Robotic Skin for Learning Contact-Rich Manipulation (CoRL 2025)

Authors: Suzannah Wistreich*, Baiyu Shi*, Stephen Tian*, Samuel Clarke, Michael Nath, Chengyi Xu, Zhenan Bao, Jiajun Wu
Stanford University, UAB

[Paper] | [Project Page] | [Code]

This repository contains real-world robot demonstration datasets collected with DexSkin. We release the three task datasets described in our paper:

Dataset Task Tactile Demos
berry_manip.hdf5 Berry transporting βœ— 25
pen_reorientation.hdf5 In-hand pen reorientation βœ“ 50
box_packaging.hdf5 Box packaging with rubber band βœ“ 50

Note on berry_manip.hdf5: This dataset serves as the training data for the no-tactile base policy used as the starting point for the online RL experiment described in the paper. Therefore, this dataset does not contain tactile fields (tactile, baseline, std).


Data Structure

Each file is an HDF5 dataset organized as follows. All fields are time-indexed along the first dimension (i.e., shape (T, ...)). Fields used in training are indicated in bold.

/data/
β”œβ”€β”€ demo_0/
β”‚   β”œβ”€β”€ O_T_EE                      # (T, 16)   End-effector transform (flattened 4x4)
β”‚   β”œβ”€β”€ color_image                 # (T, 480, 640, 3)
β”‚   β”œβ”€β”€ commanded_joint_positions   # (T, 8)
β”‚   β”œβ”€β”€ cos_q                       # (T, 7)
β”‚   β”œβ”€β”€ sin_q                       # (T, 7)
β”‚   β”œβ”€β”€ q                           # (T, 7)    Joint positions 
β”‚   β”œβ”€β”€ dq                          # (T, 7)
β”‚   β”œβ”€β”€ ee_pos_quat                 # (T, 7)
β”‚   β”œβ”€β”€ eef_pos                     # (T, 3)
β”‚   β”œβ”€β”€ eef_quat                    # (T, 4)
β”‚   β”œβ”€β”€ gripper_current             # (T,)
β”‚   β”œβ”€β”€ gripper_position            # (T,)
β”‚   β”œβ”€β”€ gripper_width               # (T,)
β”‚   β”œβ”€β”€ gripper_recent_commanded_*  # (T,)  current / position / speed
β”‚   β”œβ”€β”€ joint_positions             # (T, 8)    arm + gripper
β”‚   β”œβ”€β”€ joint_velocities            # (T, 8)
β”‚   β”œβ”€β”€ time                        # (T,)
β”‚   β”œβ”€β”€ tactile                     # (T, 120) 
β”‚   β”œβ”€β”€ baseline                    # (10, 12)  
β”‚   └── std                         # (10, 12)  
β”œβ”€β”€ demo_1/
└── ...

We use a non-commercial end-effector to collect our demonstrations. Tactile signal noise in the provided data is minimal, but can be reduced further with a commercial end-effector.


BibTex

@inproceedings{wistreich2025dexskin,
    title={DexSkin: High-Coverage Conformable Robotic Skin for Learning Contact-Rich Manipulation},
    author={Suzannah Wistreich and Baiyu Shi and Stephen Tian and Samuel Clarke and Michael Nath and Chengyi Xu and Zhenan Bao and Jiajun Wu},
    booktitle={Conference on Robot Learning (CoRL)},
    year={2025},
    eprint={2509.18830},
    archivePrefix={arXiv},
    primaryClass={cs.RO},
    url={https://arxiv.org/abs/2509.18830},
}
Downloads last month
25

Paper for swistreich/dexskin