WAM4D: Fast 4D World Action Model via Spatial Register Tokens

TL;DR

WAM4D integrates geometric priors via spatial register tokens, enabling fast, spatially consistent 4D world modeling for robot manipulation.

cs.CV 🔴 Advanced 2026-06-12 36 views
Ying Li Xiaobao Wei Jiajun Cao Hao Wang Xiaowei Chi Chengyu Bai Qianpu Sun Jiajun Li Xiaojie Zhang Peidong Jia Jian Tang Sirui Han Shanghang Zhang
robot control 3D modeling deep learning transformer real-time inference

Key Findings

Methodology

WAM4D combines pretrained geometric priors with lightweight spatial register tokens within a causal video-action transformer. During training, register tokens query historical video features, decode depth via a pretrained geometric head, and backpropagate depth loss into video features, reinforcing spatial consistency. The causal mixture attention mechanism defines modality-specific visibility among video, action, and register tokens, ensuring causal relationships. At inference, the geometric path is removed, maintaining a lightweight, efficient prediction pipeline. The model leverages LingBot-VA and Depth Anything V3 pretrained modules, validated on RoboTwin 2.0 and real-world datasets.

Key Results

  • On RoboTwin 2.0, WAM4D achieved a success rate of 93.8%, outperforming LingBot-VA (92.3%) and comparable models, with inference latency reduced to 525ms and VRAM usage lowered by 15%. In real-world tasks, success rates exceeded 90%, demonstrating robustness in complex manipulation scenarios.
  • Depth prediction accuracy improved with an AbsRel of 0.12, and point cloud metrics like F-score reached 0.85, indicating effective geometric prior integration. Ablation studies confirmed the importance of spatial register tokens and causal attention for performance gains.
  • Removing the geometric path during inference preserved efficiency while training with depth supervision significantly enhanced spatial consistency, validating the design choices.

Significance

This work advances embodied AI by embedding geometric priors into causal video-action transformers, addressing the challenge of balancing high-fidelity 4D modeling with real-time inference. It enhances spatial reasoning and manipulation accuracy, crucial for autonomous robots operating in unstructured environments. The approach bridges the gap between dense geometric reconstruction and efficient policy inference, paving the way for scalable, high-precision robotic systems in industry and service sectors.

Technical Contribution

WAM4D introduces spatial register tokens as a geometric query mechanism, enabling the transfer of pretrained 3D priors into a causal transformer framework. The causal mixture attention mechanism ensures modality-specific visibility, preventing non-causal shortcuts. The training process incorporates depth supervision via a pretrained geometric head, distilling spatial priors into the backbone. During inference, the geometric path is omitted, maintaining high efficiency. These innovations collectively improve spatial consistency and inference speed, setting new standards for 4D embodied modeling.

Novelty

This is the first work to utilize learnable spatial register tokens as a geometric prior bridge within a causal transformer architecture, enabling high-fidelity 4D scene understanding without dense geometric decoding at inference. Unlike prior dense reconstruction methods, WAM4D distills geometric priors during training, allowing lightweight, fast inference while maintaining spatial accuracy, representing a significant leap in efficiency and effectiveness.

Limitations

  • The accuracy of spatial register tokens may degrade under severe occlusion or clutter, impacting geometric supervision quality. This could lead to reduced spatial consistency in highly complex scenes.
  • Dependence on pretrained geometric models introduces bias; if the pretrained model is inaccurate, it may affect overall performance.
  • While inference is faster, large-scale or highly dynamic environments may still pose challenges, requiring further optimization for real-time deployment in such scenarios.

Future Work

Future directions include integrating self-supervised geometric learning to reduce reliance on pretrained models, enhancing robustness against occlusion, and optimizing model architectures for even lower latency. Extending the framework to handle dynamic, unstructured environments and multi-agent scenarios will broaden its applicability, aiming for fully autonomous, high-precision robotic systems.

AI Executive Summary

WAM4D represents a significant step forward in embodied scene understanding and robotic manipulation. Traditional world action models often operate in 2D or latent spaces, lacking explicit 3D spatial constraints vital for precise control. This limitation hampers their ability to handle occlusions and contact geometry, crucial for tasks like object manipulation. WAM4D addresses this by embedding geometric priors into a causal video-action transformer through lightweight spatial register tokens. During training, these tokens query historical video features, decode depth via a pretrained geometric head, and reinforce spatial consistency by backpropagating depth loss into the backbone. This process distills geometric knowledge into the model, enabling it to learn a more physically grounded scene representation. At inference, the geometric path is removed, resulting in a lightweight, fast model capable of real-time action prediction.

Experimental results on RoboTwin 2.0 demonstrate that WAM4D outperforms existing models in spatial consistency and success rate, achieving 93.8% success across diverse tasks. The model also excels in real-world manipulation scenarios, with success rates exceeding 90%. The depth prediction accuracy (AbsRel=0.12) and point cloud metrics further validate the effective integration of geometric priors. The core innovation lies in the use of spatial register tokens and causal mixture attention, which together enable efficient, causally consistent 4D scene modeling. This work not only enhances robotic manipulation but also opens new avenues for scalable, real-time embodied AI, bridging the gap between dense geometric reconstruction and fast policy inference. Despite some limitations under occlusion and environment complexity, WAM4D sets a new benchmark for future research in embodied scene understanding and robotic autonomy.

Deep Dive

⚠️

Limitations & Outlook

What gaps remain?

While WAM4D significantly improves spatial consistency and inference speed, it still faces challenges in highly cluttered or occluded environments where spatial register accuracy declines. Its reliance on pretrained geometric models can introduce biases if these models are inaccurate. Additionally, in extremely dynamic or large-scale settings, latency and computational demands may still pose hurdles. Future work should focus on enhancing robustness, reducing dependency on pretrained models, and optimizing for real-time deployment in complex scenarios.

Abstract

World action models (WAMs) have recently shown promise in jointly modeling future observations and executable robot actions. However, most existing WAMs still operate in 2D video or latent spaces, where visually plausible rollouts miss the 3D spatial constraints and occluded contact geometry required for precise manipulation. While geometric foundation models offer strong priors for recovering dense 3D structure and motion from visual observations, forcing WAMs to predict the dense 4D representation introduces costly geometric decoding and slows down causal action generation. To address the trade-off, we present WAM4D, a fast 4D world action model that uses lightweight spatial register tokens as training-time future-depth readouts to transfer pretrained geometric priors into a causal video-action transformer, then removes the register branch for lightweight action inference. To prevent non-causal shortcuts, we further design causal mixture attention for the Mixture-of-Transformers (MoT) WAM backbone, defining modality-specific visibility among video, action, and geometry tokens. Comprehensive experiments on RoboTwin 2.0 and challenging real-world manipulation tasks show that WAM4D improves spatial consistency and achieves competitive action prediction while maintaining efficient inference.

cs.CV cs.RO