World-action models (WAMs) transfer visual and motion priors from pretrained video generators to robot control by jointly modeling visual dynamics and actions. Existing WAMs, however, predict dense future frames during training, repeatedly modeling largely unchanged content and coupling action-conditioned dynamics to nuisance appearance variations. At inference, processing each complete observation with the heavy video expert bottlenecks few-step action generation. Accordingly, we propose DeltaWAM, which jointly predicts visual deltas and actions using dense-anchor, sparse-delta, and action streams, with three architectures that differ in representation and computation sharing. We further develop Streaming Delta Memory (SDM), which updates cached anchor context with compact observed deltas, reducing heavy video-expert processing. On RoboTwin, DeltaWAM with SDM improves average success over Fast-WAM from 81.3% to 85.4% in the clean setting and from 75.8% to 83.9% under visual randomization. The three architectures reduce training FLOPs by 17.78-23.77%, while SDM reduces one-step inference latency and FLOPs by 36.57% and 31.55%, respectively; real-world evaluations further show the highest overall success rate and normalized progress among the evaluated policies. Code: https://github.com/AIGeeksGroup/DeltaWAM. Website: https://aigeeksgroup.github.io/DeltaWAM.
DeltaWAM:面向双臂操作的 Delta 世界动作模型
AI 导读
DeltaWAM 用稠密锚点、稀疏 delta 与动作三路流联合预测视觉变化量和动作,替代传统世界动作模型对完整未来帧的稠密预测。在 RoboTwin 上配合 Streaming Delta Memory(SDM)后,平均成功率从 Fast-WAM 的 81.3% 提升至 85.4%,视觉随机化下从 75.8% 提升至 83.9%。
HuggingFace Daily Papers(社区热门论文)
38
AI 编辑部评分,满分 100DeltaWAM:面向双臂操作的 Delta 世界动作模型
DeltaWAM 用稠密锚点、稀疏 delta 与动作三路流联合预测视觉变化量和动作,替代传统世界动作模型对完整未来帧的稠密预测。在 RoboTwin 上配合 Streaming Delta Memory(SDM)后,平均成功率从 Fast-WAM 的 81.3% 提升至 85.4%,视觉随机化下从 75.8% 提升至 83.9%。
原文 · 保持原样,未翻译原文 · 未翻译
来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org