Necessity of Test-Time Future Imagination in World Action Models

Determine whether explicit future generation of visual observations during inference is necessary to achieve strong action performance in World Action Models, or whether the primary gains arise from the video prediction objective used during training.

Background

World Action Models (WAMs) combine future visual prediction with action modeling, and many recent systems follow an imagine-then-execute design that synthesizes future video before predicting actions. This approach can introduce substantial inference latency due to iterative video denoising.

The paper highlights a fundamental uncertainty about where WAM performance gains originate: from explicit test-time future imagination or from representation learning induced by video modeling during training. Fast-WAM is proposed to decouple these factors by retaining video co-training during training while skipping future generation at test time, enabling a controlled investigation of this question.

References

More fundamentally, it remains unclear whether explicit future imagination is actually necessary for strong action performance.

Fast-WAM: Do World Action Models Need Test-time Future Imagination?  (2603.16666 - Yuan et al., 17 Mar 2026) in Section 1: Introduction

Two candidate mechanisms, not mutually exclusive: \emph{(1) Amortized test-time compute:} lookahead generation runs the backbone's forward dynamics at a horizon the action pass never explicitly computes, materializing an implicit forecast into an explicit, reusable conditioning signal. (2) A training-time scaffold: offline lookahead supervision factorizes the demonstrated behavior into where to go and \emph{how to get there}, and the test-time lookahead merely keeps the input distribution matched to that factorization. Our evidence does not yet separate the two --- the flat dose curve is consistent with both.

GlanceWAM: Sparse Test-Time Imagination for World-Action Models  (2608.23927 - Wang et al., 25 Aug 2026) in Appendix, Section 'Mechanism analysis,' subsection 'Why does a self-generated lookahead help?'