Search papers, labs, and topics across Lattice.
This paper introduces Faster-WAM, a novel World Action Model that efficiently incorporates future conditioning during inference to enhance generalization under distribution shifts. By employing a sparse future-conditioning framework, Faster-WAM computes future representations once and selectively reuses them, significantly improving performance while reducing computational costs. Experimental results show that Faster-WAM outperforms existing models, achieving a success rate of 73.57% on the LIBERO-Plus benchmark while being 2.21 times faster than Joint-WAM.
Achieving a 49% increase in success rate on out-of-distribution tasks, Faster-WAM redefines efficiency in future-aware robot manipulation models.
World Action Models (WAMs) improve robot manipulation by learning how the environment evolves beyond the current observation. However, existing approaches face a fundamental dilemma: Joint-WAMs preserve future-aware representations during inference but incur prohibitive computation costs, while efficient alternatives remove future modeling at inference time and may lose the robustness benefits of temporal reasoning. In this work, we revisit the role of future representations in WAMs and show that inference-time future conditioning is critical for generalization under distribution shifts. This observation motivates Faster-WAM, an efficient future-conditioning WAM that preserves future representations while avoiding expensive video-action interaction. Faster-WAM introduces a sparse future-conditioning framework that computes future representations once and selectively reuses them throughout action denoising. Specifically, we propose SparseMoT to replace ubiquitous layer-wise fusion with selective video-action interaction at a compact subset of network stages, and Interval KV-Fusion to aggregate multi-depth future representations without increasing attention complexity. Experiments demonstrate that Faster-WAM achieves a substantially better performance-efficiency trade-off than existing WAMs. On the out-of-distribution LIBERO-Plus benchmark, Faster-WAM improves success rate from 49.14% to 73.57% compared with Fast-WAM, while running 2.21$\times$ faster than Joint-WAM. It further achieves state-of-the-art performance on LIBERO and RoboTwin 2.0, while demonstrating strong robustness in real-world manipulation.