Test-Time Scaling for World Action Models via Zero-Shot Geometric Evaluation
Abstract
Test-time scaling improves foundation-model inference by spending additional computation, but robot control requires deciding whether extra compute is useful before executing an action. World Action Models (WAMs) make this decision natural: each rollout exposes both an action chunk and predicted future observations. We propose \methodgated, a training-free selective test-time scaling framework for WAMs. We first instantiate \method, a fixed-budget Best-of- selector that ranks sampled rollouts by cross-view depth reprojection consistency of their predicted futures, computed with a frozen geometry foundation model. \methodgated\ adds a lightweight action--future consistency gate that invokes \method\ only when the initial rollout appears internally inconsistent. Across five benchmark--backbone settings on RoboCasa, LIBERO Long, and RoboTwin~2.0, fixed-budget \method\ improves task success in every setting, e.g., raising the RoboCasa group average from to with Cosmos Policy and from to with X-WAM. With gating enabled, \methodgated\ recovers on average of the always-on success gain while triggering additional sampling on only of decision points. Offline diagnostics show that cross-view reprojection is a strong task-label-free selector, and we identify false low-score selections as a failure mode that helps explain why performance can saturate or degrade as increases.
Cite
@article{arxiv.2607.17454,
title = {Test-Time Scaling for World Action Models via Zero-Shot Geometric Evaluation},
author = {Zesen Zhao and Minkyoung Cho and Hui shen and Boyuan Zheng and Kunxiao Gao and Yulong Cao and Z. Morley Mao},
journal= {arXiv preprint arXiv:2607.17454},
year = {2026}
}
Comments
Extened version of CVPR 2026 EAI workshop