CoolFace
Datasetpublic

binghaohuang-robot/touch_in_the_wild-dataset

πŸ“¦ Touch in the Wild Learning Fine-Grained Manipulation with a Portable Visuo-Tactile Gripper πŸ” Overview This dataset supports the paper Touch in the Wild: Learning Fine-Grained Manipulation with a Portable Visuo-Tactile Gripper. It contains a wide range of visuo-tactile demonstrations collected using a portable visuo-tactile gripper, spanning both structured lab settings and unstructured real-world environments. The dataset is divided into three major… See the full description on the dataset page: https://huggingface.co/datasets/binghaohuang-robot/touch_in_the_wild-dataset.

sourceHugging Facemitupdated 8mo agoView on Hugging Face
3likes1.2kdownloads
Dataset Card

πŸ“¦ Touch in the Wild

Learning Fine-Grained Manipulation with a Portable Visuo-Tactile Gripper

πŸ” Overview

This dataset supports the paper **Touch in the Wild: Learning Fine-Grained Manipulation with a Portable Visuo-Tactile Gripper**. It contains a wide range of visuo-tactile demonstrations collected using a portable visuo-tactile gripper, spanning both structured lab settings and unstructured real-world environments.

The dataset is divided into three major categories:

  1. 1.Four Main Tasks β€” Core manipulation tasks studied in the paper
  2. 2.Indoor Tasks β€” Additional fine-grained tasks in lab environments
  3. 3.In-the-Wild Data β€” Diverse interactions collected in real-world locations

We also provide a pretraining dataset located in /pretrain_data in .zarr.zip format, containing about 2,700 videos that can be used directly for pretraining experiments.


πŸ—‚οΈ Dataset Structure

The dataset is organized into three main parts, each following a consistent folder structure:

1. Four Main Tasks
  • β€”Directory: four_tasks/
  • β€”Each task has its own subfolder (e.g., test_tube_collection/, fluid_transfer/, etc.)
  • β€”Inside each task folder:
  • β€”dataset.zarr.zip – UMI-style dataset
  • β€”mp4/ – folder containing zipped video recordings and metadata
2. Indoor Tasks
  • β€”Directory: indoor_data/
  • β€”Each indoor task is stored in a separate subfolder
  • β€”Inside each task folder:
  • β€”dataset.zarr.zip
  • β€”mp4/
3. In-the-Wild Data
  • β€”Directory: in_the_wild/
  • β€”Data is grouped by location, not by task
  • β€”Inside each location folder:
  • β€”mp4/

Within the mp4/ folders, videos may be segmented into multiple session folders (e.g., task_sess1/, task_sess2/, etc.). These indicate different data collection sessions, but do not carry additional meaning beyond the session grouping. ---

πŸ“œ Citation

If you use this dataset, please cite:

bibtex
@article{zhu2025touch,
  title={Touch in the Wild: Learning Fine-Grained Manipulation with a Portable Visuo-Tactile Gripper},
  author={Zhu, Xinyue and Huang, Binghao and Li, Yunzhu},
  journal={arXiv preprint arXiv:2507.15062},
  year={2025}
}