When and How Much to Imagine:
Adaptive Test-Time Scaling with World Models
for Visual Spatial Reasoning

1University of North Carolina, Chapel Hill     2Nanyang Technological University
*: equal contribution
Figure 1: While imagined views can reveal unseen perspectives and improve reasoning, they are often unnecessary or even misleading when task-relevant evidence is already visible or hallucinated incorrectly. Empirically, imagination helps only a minority of cases, and increasing the number of imagined views yields non-monotonic accuracy gains while substantially raising token and runtime costs, motivating selective, adaptive test-time use of world models rather than always-on imagination.

Abstract

Despite rapid progress in Multimodal Large Language Models (MLLMs), visual spatial reasoning remains unreliable when correct answers depend on how a scene would appear under unseen or alternative viewpoints. Recent work augments reasoning with world models for visual imagination, but when imagination is necessary, how much is beneficial, and when it becomes harmful remain poorly understood. In practice, indiscriminate imagination can increase computation and even degrade performance by introducing misleading evidence. We present an in-depth analysis of test-time visual imagination as a controllable resource for spatial reasoning. We first study when static visual evidence is sufficient, when imagination improves reasoning, and how excessive or unnecessary imagination affects accuracy and efficiency. We then introduce AVIC, an adaptive test-time framework that reasons about the sufficiency of current visual evidence before selectively invoking and scaling visual imagination. Finally, we introduce AVIC-R, which learns the gating and planning behavior end-to-end with GRPO from QA-correctness rewards and imagination-cost penalties, without supervision on when or how much to imagine. Across SAT, MMSI, and R2R, selective control matches or outperforms fixed imagination strategies with far fewer world-model calls and language tokens, and AVIC-R surpasses strong proprietary-policy baselines while invoking the world model less often.



Method

Teaser
Figure 2: Adaptive Visual Imagination Control and AVIC-R. (a) Direct QA answers from the current observation without visual test-time scaling. (b) Always-on world-model exploration, as in MindJourney. (c) AVIC uses a policy model to decide whether imagination is necessary and how much targeted action-conditioned imagination to perform. (d) AVIC-R learns this gating and planning policy with GRPO, using QA accuracy, action length cost, skipping penalty, and format penalty as reward signals while keeping the world model and QA model frozen.


Results on SAT-Real

Table 1: Comparison between test-time scaling methods on SAT-Real. Avg. WM denotes the average number of world-model calls. AVIC-R uses Qwen2.5VL-7B as the learned policy model.
QA Model / Method Policy EgoM ObjM EgoAct Goal Pers Avg. # Token (K) Avg. WM
InternVL3-14B--56.569.554.073.545.459.30.20
+ MindJourney--69.660.978.479.442.466.72.512.34
+ AVICInternVL3-14B95.673.962.176.442.468.02.00.64
+ AVIC-RQwen2.5VL-7B82.652.170.285.254.569.34.83.03
GPT-4o--56.585.050.064.045.060.30.90
+ MindJourney--78.360.978.470.657.569.326.012.34
+ AVICGPT-4o86.960.964.882.348.469.39.50.72
+ AVIC-RQwen2.5VL-7B82.682.681.091.151.277.35.43.03
GPT-4.1--95.773.978.388.239.474.00.70
+ MindJourney--100.082.686.579.445.477.367.112.34
+ AVICGPT-4.1100.078.283.785.254.579.37.60.73
+ AVIC-RQwen2.5VL-7B91.386.983.785.257.580.05.23.03
o1--78.382.673.073.569.774.61.40
+ MindJourney--100.065.278.482.463.777.339.412.34
+ AVICo1100.086.986.491.166.685.314.61.28
+ AVIC-RQwen2.5VL-7B86.965.281.094.169.680.06.13.03
Across open-source and proprietary backbones, AVIC improves over base MLLMs and matches or surpasses the always-on MindJourney baseline with far fewer world-model calls. AVIC-R further learns a stronger gating policy from QA correctness and imagination cost: with GPT-4o as the QA model, AVIC-R improves accuracy to 77.3%, outperforming GPT-4o-policy AVIC by 8.0 points while using fewer tokens.

Results on MMSI

Table 2: Evaluation results on MMSI-Bench.
MethodAccuracy
GPT-4o30.3
GPT-4o + AVIC32.3
GPT-4.130.9
GPT-4.1 + AVIC33.8
We further apply AVIC to MMSI-Bench and observe consistent improvements across MLLMs, highlighting the generalizability of adaptive imagination beyond SAT-Real.

Results on R2R

Table 3: Results on R2R embodied navigation dataset.
MethodLLMNE ↓OSR ↑SR ↑SPL ↑
NavGPTGPT-3.58.0226.416.713.0
MapGPTGPT-45.8061.641.225.4
MapGPTGPT-4o6.0441.636.030.8
MapGPT + AVICGPT-4o5.9745.337.531.9
We further apply adaptive visual test-time scaling to embodied navigation by integrating AVIC into MapGPT's step-wise navigation framework. Compared to MapGPT with GPT-4o, AVIC achieves higher OSR, SR, and SPL while reducing navigation error, indicating more reliable goal reaching with shorter, less redundant trajectories.


When and How Much a World Model is Needed for Visual Spatial Reasoning?

Teaser

Across our analysis, we found:
(1) World models should be used selectively, primarily when spatial reasoning requires predicting future states under hypothetical actions, rather than reinterpreting existing visual evidence.
(2) Visual spatial reasoning benefits most from targeted rather than extensive world-model imagination. A small number of informative views captures most of the benefit, while excessive rollouts introduce redundant or noisy evidence.
(3) AVIC-R learns these behaviors from QA correctness and world-model cost alone: it calls the world model more often on action-conditioned questions, uses fewer imagined views than always-on imagination, and reaches higher accuracy at lower cost.

AVIC-R tradeoff
Figure 4: AVIC-R achieves the best accuracy-cost tradeoff on SAT-Real, improving accuracy while using fewer imagined views than fixed always-on imagination.

Ablation Studies

Action ScalingGatingWorld ModelAvg. WMAccuracy
------074.0
----12.3477.3
--0.5173.3
0.7379.3
Selective gating alone reduces world-model calls but can suppress necessary imagination. The full AVIC design pairs gating with action-level scaling, yielding the best accuracy while keeping world-model usage low. For AVIC-R, the skip-wrong reward is essential: removing the penalty for an incorrect skip causes the policy to collapse toward never querying the world model and drops average accuracy by 14.66 points.

Qualitative Analysis

Teaser

Qualitative examples on SAT of the always-on imagination method and our adaptive method, as well as the R2R navigation task. In the navigation example, the green option is selected by the model with adaptive imagination via our method, while the red one is without world model imagination. We compare our adaptive visual TTS method with the always-on imagination method, MindJourney (MJ). In the first example, the target object (the cash counter) is already clearly visible in the observed view. Our method correctly identifies that additional visual imagination is unnecessary and directly skips world model. In contrast, MJ indiscriminately invokes the world model, generating multiple imagined views that introduce misleading evidence and ultimately lead to an incorrect prediction. In the second example, AVIC yields the correct answer by selectively imagining the state where the agent is in front of the trash bin. In contrast, MJ performs dense imagination and generates views that do not accurately reflect this critical spatial condition, leading to an incorrect prediction. Furthermore, we present a qualitative navigation example at the bottom. Our adaptive visual test-time scaling selectively augments informative indoor observations (e.g., zooming in or turning to explore nearby views), enabling the agent to better inspect the environment and align its actions with the global instruction (“go to the kitchen”). In contrast, the baseline without visual imagination lacks sufficient perceptual evidence and consequently chooses an incorrect direction.

BibTeX

@article{yu2026when,
  author    = {Shoubin Yu, Yue Zhang, Zun Wang, Jaehong Yoon, Huaxiu Yao, Mingyu Ding, Mohit Bansal},
  title     = {When and How Much to Imagine: Adaptive Test-Time Scaling with World Models for Visual Spatial Reasoning},
  journal   = {arxiv: 2602.08236},
  year      = {2026},
}