File size: 1,931 Bytes
8e7f6b0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | ---
license: cc-by-nc-sa-4.0
task_categories:
- robotics
tags:
- imitation-learning
- manipulation
- tactile
---
# TAMEn: Tactile-Aware Manipulation Engine for Closed-Loop Data Collection in Contact-Rich Tasks
## π― Overview
TAMEn builds upon the UMI paradigm with key enhancements in multimodality, precision-portability synergy, replayability, and data flywheel.
Please refer to our π [Website](https://opendrivelab.com/TAMEn) | π [Paper](https://arxiv.org/abs/2604.07335) | π» [GitHub](https://github.com/OpenDriveLab/TAMEn) for more details.

## π Dataset Structure
```text
TAMEn/
βββ Binder_Clip_Removal/
βββ Cable_Mounting/
βββ Dish_Washing/
βββ Herbal_Transfer/
```
Each task folder contains:
- **Video files**: `TaskName_N_camera1.mp4` to `TaskName_N_camera4.mp4`
- **Trajectory files**: `TaskName_N_traj.csv`
## π§Ύ Data Format
### Video Files
- **Format**: MP4
- **Views**: 4 synchronized camera views (`camera1~camera4`) per trajectory
### Trajectory Files
- **Format**: CSV
- **Naming**: `TaskName_N_traj.csv`
## π Citation
If you use TAMEn in your research, please cite:
```bibtex
@misc{wu2026tamentactileawaremanipulationengine,
title={TAMEn: Tactile-Aware Manipulation Engine for Closed-Loop Data Collection in Contact-Rich Tasks},
author={Longyan Wu and Jieji Ren and Chenghang Jiang and Junxi Zhou and Shijia Peng and Ran Huang and Guoying Gu and Li Chen and Hongyang Li},
year={2026},
eprint={2604.07335},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2604.07335},
}
```
## πΌ License
This dataset is released under the CC BY-NC-SA 4.0 License.
## π§ Contact
For questions or issues regarding the dataset, please contact: Longyan Wu (im.longyanwu@gmail.com).
|