The dataset viewer is not available for this split.
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