Learning 4D Geometric Priors for Inference-Efficient World Action Models

TL;DR

Proposes MECo-WAM, integrating 4D geometric priors during training, boosting manipulation success to 98.2% without increasing inference cost.

cs.RO 🔴 Advanced 2026-07-06 47 views
Jianjun Zhang Jian Zhu Taiyi Su Chong Ma Zitai Huang Yi Xu Hanli Wang
robot manipulation geometric priors deep learning multi-expert training efficiency

Key Findings

Methodology

MECo-WAM employs a multi-expert co-training architecture, including video, action, and lightweight 4D geometry experts. During training, frozen VGGT encoders provide relational targets to supervise 4D geometric predictions. A decayed read-mask attention mechanism restricts access to current-frame geometry early in training, gradually removing this dependency. Action-aware temporal geometric distillation aligns spatial relations and their evolution, emphasizing action-relevant regions. Post-training, all auxiliary modules are removed, leaving a lightweight inference graph that maintains efficiency.

Key Results

  • On LIBERO, MECo-WAM achieves 98.2% success, surpassing Fast-WAM's 97.6%. In RoboTwin 2.0, it reaches 92.6%, outperforming non-pretrained baselines. In real-world tasks, success rates improve by over 5%, with fewer corrections and shorter operation times, validating the geometric prior's effectiveness.
  • Ablation studies show that decayed 4D read-mask attention and action-aware geometric distillation are critical, enabling training-time geometric supervision without increasing inference complexity.
  • Depth probing indicates enriched geometric representations, and grasp sensitivity analysis confirms better action-relevant spatial understanding.

Significance

This work advances robotic manipulation by embedding action-relevant 4D geometric priors into lightweight models, overcoming the limitations of appearance-only representations. It bridges the gap between rich spatial understanding and real-time efficiency, enabling robots to perform complex tasks with higher precision and robustness. The training-only geometric supervision paradigm offers a scalable solution for deploying high-performance manipulation policies without added inference costs, impacting both research and industrial automation.

Technical Contribution

The paper introduces a multi-expert training framework that integrates a lightweight 4D geometry expert supervised via frozen VGGT features. The decayed read-mask attention mechanism ensures early geometric guidance without inference-time dependencies. Additionally, the action-aware temporal geometric distillation aligns static and dynamic spatial relations, significantly improving spatial reasoning. These innovations collectively enable high-precision manipulation with minimal inference overhead, setting a new standard for geometry-aware world models.

Novelty

This is the first work to incorporate training-time 4D geometric priors into WAMs through a decayed attention mechanism, avoiding geometric modules during inference. Unlike prior methods that embed geometry directly into the model or require explicit geometric outputs, this approach transfers geometric knowledge during training, maintaining a lightweight inference graph. It uniquely emphasizes action-relevant relations and their temporal evolution, addressing a key gap in spatial reasoning for robotic manipulation.

Limitations

  • The approach relies on static relational targets from frozen encoders, which may not adapt well to highly dynamic or occluded scenes. Its performance in extreme clutter or unpredictable environments remains uncertain.
  • Training complexity increases due to multiple experts and geometric supervision, requiring extensive hyperparameter tuning and computational resources.
  • Current validation is limited to tabletop manipulation tasks; scaling to outdoor or multi-robot scenarios needs further exploration.

Future Work

Future directions include integrating multi-modal sensory data such as tactile and force feedback, to further enhance geometric understanding. Efforts will focus on reducing training complexity, improving generalization to diverse environments, and extending the framework to multi-robot coordination and dynamic scene understanding.

AI Executive Summary

Robotic manipulation has long been challenged by the need for precise spatial understanding. Traditional models primarily rely on appearance cues, which often fail to capture the dynamic geometric relations crucial for accurate interaction. This limitation hampers the robot’s ability to perform complex tasks reliably in cluttered or unstructured environments.

Recent advances have introduced geometry-aware models, incorporating 3D or 4D structures to improve spatial reasoning. However, these often come with increased inference costs or rely on explicit geometric outputs, limiting their practical deployment. The current study addresses this gap by proposing MECo-WAM, a novel training framework that embeds 4D geometric priors into a lightweight, inference-efficient world action model.

The core innovation lies in a multi-expert architecture, where during training, a lightweight 4D expert supervised by frozen VGGT features guides the model to learn action-relevant spatial relations and their temporal evolution. To prevent the model from becoming dependent on geometric modules during inference, a decayed read-mask attention mechanism restricts access to geometric information early in training, which is gradually phased out. This ensures that, at deployment, the model retains its original lightweight structure, free of explicit geometric modules.

Experimental results on benchmarks like LIBERO and RoboTwin 2.0 demonstrate that MECo-WAM achieves a success rate of 98.2%, outperforming previous models while maintaining low inference latency. Real-world experiments further confirm its robustness, with significant improvements in task success, correction counts, and operation times. These findings highlight the effectiveness of training-time geometric supervision in enhancing spatial reasoning without sacrificing efficiency.

Overall, this work marks a significant step toward more intelligent, efficient robotic systems capable of complex manipulation tasks. By transferring geometric knowledge during training, it opens new avenues for scalable, high-performance manipulation policies suitable for real-world deployment. Future research will explore multi-modal integration and broader application scenarios, pushing the boundaries of autonomous robotic intelligence.

Deep Analysis

Background

机器人操控技术经历了从基于视觉特征到空间几何理解的演变。早期方法依赖二维图像信息,难以捕获物体的空间关系。近年来,3D和4D结构引入显著提升了空间感知能力,如SpatialVLA和GeoVLA等模型,但在推理效率和泛化能力方面仍有限。现有WAM多关注未来动态预测,缺乏对动作相关空间关系的深度建模。随着复杂环境的出现,空间关系的动态变化成为关键难题,亟需在训练中引入几何先验,兼顾效率与精度。

Core Problem

核心问题在于如何在保持模型推理轻量的同时,融入丰富的空间几何信息,以提升机器人操控的准确性。现有方法多在推理阶段引入几何模块,导致推理成本增加,且难以保证几何信息的相关性与时序一致性。此外,缺乏针对动作相关的几何关系建模,限制了模型在复杂环境中的表现。如何在训练中有效引入几何先验,并确保其在推理时不依赖额外模块,是亟待解决的关键难题。

Innovation

本研究提出多专家协同训练架构,结合训练时引入的轻量级4D几何专家,利用冻结的VGGT编码器提供关系目标,强化空间关系学习。引入衰减式4D读掩码注意机制,早期允许模型访问当前帧几何信息,逐步关闭此通路,确保推理时模型保持原有轻量结构。通过动作感知的时序几何蒸馏,强化动态几何关系的学习,提升模型对场景变化的适应能力。这些创新显著区别于传统仅在推理阶段引入几何信息的方法,提供了训练中几何知识迁移的新范式。

Methodology

  • �� 构建多专家架构,包括视频专家、动作专家和4D几何专家。• 训练中,利用冻结的VGGT编码器生成关系目标,指导4D几何预测。• 引入衰减式4D读掩码注意机制,早期允许模型访问当前帧几何信息,逐步关闭此通路。• 采用关系匹配和动作感知的时序几何蒸馏,强化空间关系和动态变化的学习。• 训练目标结合视频、动作和几何的对比损失,确保几何信息在模型中的有效迁移。• 推理阶段,移除所有几何专家,仅保留原始轻量模型,保证效率。

Experiments

采用LIBERO和RoboTwin 2.0数据集,评估模型在多任务中的表现。训练中,使用1000步的连续流匹配,超参数包括学习率1e-4,使用AdamW优化。对比Fast-WAM、Motus等基线,进行消融实验验证衰减式注意和几何蒸馏的贡献。在真实机器人任务中,测量成功率、操作时间和修正次数,验证模型在实际环境中的优越性。模型在不同场景下表现稳定,验证了几何先验的有效性。

Results

在LIBERO上,成功率达98.2%,优于Fast-WAM的97.6%;在RoboTwin 2.0中,成功率提升至92.6%,且推理延迟未增加。真实场景中,堆叠和排序任务成功率提升5%以上,操作时间缩短12%,修正次数减半。消融实验表明,衰减式4D注意和动作感知蒸馏是性能提升的关键因素,未引入几何模块时仍保持优异表现,验证了训练中几何先验的有效迁移。

Applications

该方法适用于工业机器人、自动化装配和仓储物流等场景,尤其在复杂环境中提升空间理解和操作精度。只需少量训练数据,即可在保持推理效率的同时,增强模型的空间感知能力。未来,结合多模态信息,将推动自主机器人在未知环境中的自主操作与协作。

Limitations & Outlook

当前模型在极端遮挡或动态变化剧烈的场景中仍存在理解不足的问题。训练过程复杂,参数调优依赖经验,且主要验证在桌面操控任务,泛化到大规模多场景应用仍需进一步研究。未来需优化训练流程,提升模型鲁棒性和泛化能力。

Plain Language Accessible to non-experts

想象你在厨房里做饭,厨房里有很多不同的器具、食材和操作步骤。传统的机器人就像只看食材的颜色和形状,难以理解它们之间的空间关系。现在,这项研究就像给机器人装上了“空间感知眼镜”,让它能理解每个器具的具体位置和变化过程。训练时教它观察这些空间关系,等到真正操作时,它就能更准确地把碗放到碗架上,切菜也更稳。这就像你学会了看懂厨房的布局,操作起来更顺手。

ELI14 Explained like you're 14

想象你在玩拼图游戏,你需要把不同的碎片拼在一起。以前的机器人就像只看碎片的颜色,不能理解它们的形状和位置关系。而这项研究让机器人在学习时,特别关注碎片之间的空间关系,就像给它画上了“空间地图”。训练过程中,机器人会反复观察拼图的不同部分,学会了哪些碎片是相邻的,哪些需要拼在一起。等到真正拼的时候,它就能更快找到正确的位置,拼得更稳。这就像你在拼图时,先理解每块碎片的形状和关系,最后拼得又快又准。

Abstract

World Action Models (WAMs) have shown strong potential for robotic manipulation by jointly modeling visual future dynamics and executable action sequences. However, existing video-action co-training methods primarily optimize appearance-oriented video latents, which may insufficiently capture the temporally evolving geometry required for precise manipulation. We propose MECo-WAM, a Multi-Expert Co-Training World Action Model that injects action-relevant 4D geometric priors into video-action representations while preserving the original lightweight inference graph. During training, MECo-WAM combines video and action experts with a lightweight 4D expert supervised by relational targets from a frozen VGGT encoder. Asymmetric expert visibility prevents non-causal shortcuts from auxiliary geometry to action generation. To transfer geometric knowledge into the deployed video-action pathway, we introduce decayed 4D read-mask attention, which provides restricted current-frame geometric guidance early in training and progressively removes this dependency. We further propose action-aware temporal geometric distillation, which aligns within-frame geometric relations and their temporal evolution while emphasizing visual regions most relevant to robot actions. At deployment, all auxiliary 4D components are removed. Experiments on LIBERO (98.2%), RoboTwin 2.0 (92.6%), and challenging real-world manipulation tasks show that MECo-WAM improves manipulation performance without increasing inference cost.

cs.RO cs.AI