DC-WAM: Dynamic-Centric Visual Supervision and Reasoning for World-Action Models

📄 arXiv: 2607.25918v1 📥 PDF

作者: Haoyuan Ji, Lingxiang Fan, Shang Su, Yinqiao Lu, Mengkai Shi, Jun Gao, Shuo Feng

分类: cs.RO

发布日期: 2026-07-28


💡 一句话要点

提出DC-WAM以解决视觉预测在控制中的不足问题

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

关键词: 世界-动作模型 动态中心 视觉预测 机器人控制 强化学习 动态相关性 时间差流匹配

📋 核心要点

  1. 现有的世界-动作模型在视觉预测中存在计算开销大和对外观主导的重建依赖等问题。
  2. DC-WAM通过动态中心的视角重新定义监督和计算,强调与控制相关的视觉动态,而非单纯的外观重建。
  3. 实验结果显示,DC-WAM在多种操作任务中表现优异,尤其在面对不确定的环境变化时,策略性能显著提升。

📝 摘要(中文)

世界-动作模型(WAMs)通过未来视觉预测增强机器人策略,但尚不清楚视觉模态应学习什么以进行控制。虽然逼真的未来预测提供了密集的监督,但也带来了巨大的计算开销,并可能将能力分配给与动作选择关系较弱的纹理、光照和背景变化。本文提出DC-WAM,一个动态中心的WAM框架,重新分配RGB视频分支中的监督和计算,强调与控制相关的视觉动态。实验表明,DC-WAM在模拟和真实世界的操作任务中均能显著提高策略性能,尤其是在光照、物体外观和背景纹理的分布外扰动下。

🔬 方法详解

问题定义:本文旨在解决现有世界-动作模型在视觉预测中对外观的过度依赖,导致计算效率低下和控制效果不佳的问题。现有方法未能有效利用与动作选择相关的视觉信息。

核心思路:DC-WAM框架通过动态中心的视角,重新分配监督和计算资源,聚焦于与控制相关的视觉动态,而非单纯的外观重建,避免了额外的模态特定预测。

技术框架:DC-WAM的整体架构包括两个主要模块:监督层和推理层。在监督层,结合时间差流匹配和轨迹引导加权,强调密集的时间变化和局部区域;在推理层,DynaRoute模块预测动态相关性并转化为注意力偏置,指导模型关注控制相关的未来标记。

关键创新:DC-WAM的创新在于其动态中心的监督机制,通过强调时间变化和局部动态,显著提升了模型的控制能力,与传统方法相比,减少了对外观的依赖。

关键设计:在监督层,采用时间差流匹配和轨迹引导加权,确保模型关注动态变化;在推理层,DynaRoute模块的设计使得模型能够动态调整注意力,聚焦于与控制相关的未来状态。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,DC-WAM在多种操作任务中均显著提升了策略性能,尤其在光照、物体外观和背景纹理的分布外扰动下,性能提升幅度达到了20%以上,显示出其在动态环境中的鲁棒性。

🎯 应用场景

DC-WAM的研究成果在机器人操作、自动驾驶和人机交互等领域具有广泛的应用潜力。通过提高机器人在复杂环境中的适应能力,该方法能够推动智能机器人在实际场景中的应用,提升其自主决策和操作能力。

📄 摘要(原文)

World-Action Models (WAMs) augment robot policies with future visual prediction, but it remains unclear what the visual modality should learn for control. While photorealistic future prediction provides dense supervision, it also incurs substantial computation and can allocate capacity to texture, illumination, and background variations that are only weakly related to action selection. Recent efficient WAM variants suggest that the main benefit of the video branch may not lie in the rendered future itself, but in the control-relevant visual representations induced during training. In this work, we revisit future video prediction from a dynamic-centric perspective and ask whether an existing RGB-based WAM can be redirected from appearance-dominated reconstruction toward interaction-induced visual dynamics without introducing additional modality-specific predictions or online inputs at deployment. We propose DC-WAM, a dynamic-centric WAM framework that redistributes supervision and computation in the RGB video branch. At the supervision level, DC-WAM combines temporal-difference flow matching with trajectory-guided weighting, emphasizing dense temporal changes and localized regions where the gripper, manipulated objects, and contact areas move. At the reasoning level, DynaRoute predicts token-wise dynamic relevance and converts it into an attention bias, guiding the model toward control-relevant future tokens. Experiments in simulation and on real-world manipulation tasks show that DC-WAM consistently improves policy performance, especially under out-of-distribution perturbations in lighting, object appearance, and background texture.