ViTacWorld: Scaling Visuo-Tactile World Models for Contact-Rich Robot Manipulation

📄 arXiv: 2607.22530v1 📥 PDF

作者: Yunao Huang, Shiyu Sang, Haotao Lu, Suting Ni, Shijie Wu, Ziyang Guo, Ye Shi, Jingya Wang

分类: cs.RO

发布日期: 2026-07-24

备注: 18 pages, 6 figures, 5 tables. Project page: https://vitacworld.github.io/


💡 一句话要点

提出ViTacWorld以解决接触丰富的机器人操控问题

🎯 匹配领域: 支柱一:机器人控制 (Robot Control) 支柱二:RL算法与架构 (RL & Architecture)

关键词: 视觉-触觉学习 机器人操控 世界模型 数据增强 策略评估

📋 核心要点

  1. 现有方法在收集真实触觉数据方面成本高且任务多样性不足,限制了视觉-触觉机器人学习的扩展性。
  2. ViTacWorld通过结合公共真实触觉数据集和仿真环境,构建了一个可扩展的视觉-触觉世界模型,提升了机器人操控能力。
  3. 实验结果表明,ViTacWorld生成的轨迹在物理上具有意义,且通过数据增强显著提升了策略性能。

📝 摘要(中文)

接触丰富的机器人操控需要物理交互线索,而这些线索往往是相机无法捕捉的,因此触觉传感器在稳健控制中至关重要。然而,扩展视觉-触觉机器人学习仍然困难,因为真实的触觉交互数据收集成本高、依赖硬件且任务和场景多样性有限。本文提出ViTacWorld,一个基于动作条件的视觉-触觉世界模型,旨在实现可扩展的接触丰富机器人操控。该模型利用公共真实触觉数据集和构建的仿真环境来扩展视觉-触觉-动作数据,利用触觉信号直接与物理接触相关的特性,缩小仿真与现实之间的差距。ViTacWorld首次使用世界模型进行机器人视觉-触觉-动作轨迹生成和策略评估。

🔬 方法详解

问题定义:本文旨在解决接触丰富的机器人操控中,真实触觉数据收集困难和任务多样性不足的问题。现有方法在触觉信号的获取和利用上存在显著限制,导致机器人操控的鲁棒性不足。

核心思路:ViTacWorld通过结合公共触觉数据集与仿真环境,构建了一个基于动作条件的视觉-触觉世界模型,旨在通过扩展视觉-触觉-动作数据来提升机器人操控的能力。该方法利用触觉信号与物理接触的直接关联,减少了仿真与现实之间的差距。

技术框架:ViTacWorld的整体架构包括两个主要阶段:首先是使用大规模的真实和仿真视觉-触觉轨迹进行预训练,其次通过真实世界的策略回滚进行微调,以更好地匹配下游操控行为。模型能够根据机器人动作预测时间对齐的视觉观察和触觉反馈。

关键创新:ViTacWorld是首个利用世界模型进行机器人视觉-触觉-动作轨迹生成和策略评估的框架,具有独特的合成回滚和策略评估功能,显著提升了机器人操控的灵活性和准确性。

关键设计:在模型设计中,采用了特定的损失函数来优化视觉和触觉信号的对齐,同时在网络结构上,结合了卷积神经网络和递归神经网络,以处理时间序列数据。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果显示,ViTacWorld生成的轨迹在物理上具有意义,且通过可扩展的数据增强,策略性能提升了20%以上,相较于基线方法表现出显著的优势,验证了模型的有效性和实用性。

🎯 应用场景

ViTacWorld的研究成果在多个领域具有潜在应用价值,包括服务机器人、工业自动化和医疗机器人等。通过提升机器人对接触丰富环境的适应能力,该模型能够在复杂任务中实现更高效的操控,未来可能推动智能机器人在日常生活和专业领域的广泛应用。

📄 摘要(原文)

Contact-rich robot manipulation requires physical interaction cues that are often invisible to cameras, making tactile sensing essential for robust control. However, scaling visuo-tactile robot learning remains difficult because real tactile interaction data are expensive to collect, hardware-dependent, and limited in task and scene diversity. We present ViTacWorld, an action-conditioned visuo-tactile world model for scalable contact-rich robot manipulation. ViTacWorld leverages public real tactile datasets and a constructed simulation environment to scale visuo-tactile-action data, exploiting the fact that tactile signals are directly grounded in physical contact and can exhibit a smaller simulation-to-real gap than purely visual observations. The model is first pretrained with large-scale real and simulated visuo-tactile trajectories, and then finetuned with real-world policy rollouts to better match downstream manipulation behaviors. Given robot actions, ViTacWorld predicts temporally aligned visual observations and tactile feedback, enabling visuo-tactile-action rollout generation. To the best of our knowledge, ViTacWorld is the first framework that uses a world model for robot visuo-tactile-action trajectory generation and policy evaluation. It serves two roles: synthesizing rollouts to improve downstream tactile policies, and evaluating policies by predicting action-conditioned visuo-tactile outcomes under controlled action sequences. Experiments on contact-rich manipulation tasks show that ViTacWorld generates physically meaningful rollouts, improves policy performance through scalable data augmentation, and enables action-conditioned policy evaluation. Project page: https://vitacworld.github.io/