UniVTAC
收藏资源简介:
UniVTAC是一个基于NVIDIA Isaac Lab和TacEx的触觉感知模拟基准,用于机器人操作。它提供了一个统一的框架,用于收集专家演示、训练视觉触觉策略,并在多样化的接触丰富操作任务中评估它们,所有这些都带有来自模拟GelSight Mini、ViTai GF225或XenseWS传感器的高保真触觉反馈。
UniVTAC is a tactile perception simulation benchmark for robotic manipulation, built on NVIDIA Isaac Lab and TacEx. It provides a unified framework for collecting expert demonstrations, training visuo-tactile policies, and evaluating them across diverse contact-rich manipulation tasks, all equipped with high-fidelity tactile feedback from simulated GelSight Mini, ViTai GF225 or XenseWS sensors.
UniVTAC数据集概述
数据集基本信息
- 数据集名称:UniVTAC
- 核心描述:一个基于NVIDIA Isaac Lab和TacEx(UIPC-based tactile simulation)构建的、用于机器人操作的触觉感知模拟基准。它提供了一个统一的框架,用于收集专家演示、训练视觉触觉策略,并在各种接触丰富的操作任务中评估它们,所有任务都包含来自模拟的GelSight Mini、ViTai GF225或XenseWS传感器的高保真触觉反馈。
- 相关论文:UniVTAC: A Unified Simulation Platform for Visuo-Tactile Manipulation Data Generation, Learning, and Benchmarking
- 论文链接:https://arxiv.org/abs/2602.10093
- 数据集官网:https://univtac.github.io/
数据集获取
- HuggingFace数据集地址:https://huggingface.co/datasets/byml/UniVTAC
- Modelscope数据集地址:https://modelscope.cn/datasets/byml2024/UniVTAC
- 数据内容:包含每个任务100个episode的数据集。
- 下载方式:可从上述链接下载,或通过运行项目中的
data/download.sh脚本下载。
任务集合
UniVTAC目前包含以下操作任务,所有任务均具备触觉感知功能:
| 任务名称 | 模块名称 | 描述 |
|---|---|---|
| Collect | collect |
收集用于预训练的接触丰富的触觉数据 |
| Lift Bottle | lift_bottle |
在靠近墙壁的表面上抓取并抬起一个瓶子 |
| Lift Can | lift_can |
抓取并抬起一个圆柱形罐子 |
| Insert HDMI | insert_HDMI |
将HDMI连接器插入端口 |
| Insert Hole | insert_hole |
精确的孔轴插入任务 |
| Insert Tube | insert_tube |
将管子插入夹具 |
| Pull Out Key | pull_out_key |
从锁中取出钥匙 |
| Put Bottle in Shelf | put_bottle_in_shelf |
将瓶子放到架子上 |
| Grasp & Classify | grasp_classify |
抓取物体并通过触觉反馈对其进行分类 |
基准策略
UniVTAC在 policy/ 目录下实现了多个基线策略:
- ACT:带有/不带有触觉输入的动作分块变换器。
- Abation:用于模态比较的ACT消融变体。
- TactileACT:在ViTAL中使用CLIP预训练的触觉-视觉编码器的ACT。
评估与结果
- 统一评估入口:项目根目录下的
eval_policy.sh脚本。 - 并行评估脚本:项目根目录下的
parallel_eval.sh脚本。 - 结果保存:评估结果(包括视频和成功率日志)将保存在项目根目录下的
eval_result/目录中。
当前限制
- 数据收集和评估目前仅支持GelSight Mini传感器。对ViTai GF225和XenseWS的支持将在未来添加。
引用
如果使用本数据集,请考虑引用相关论文:
@article{chen2026univtac, title={UniVTAC: A Unified Simulation Platform for Visuo-Tactile Manipulation Data Generation, Learning, and Benchmarking}, author={Chen, Baijun and Wan, Weijie and Chen, Tianxing and Guo, Xianda and Xu, Congsheng and Qi, Yuanyang and Zhang, Haojie and Wu, Longyan and Xu, Tianling and Li, Zixuan and others}, journal={arXiv preprint arXiv:2602.10093}, year={2026} }
许可协议
- 许可证:MIT许可证。



