REVIEW 3 major objections 5 minor 23 references
Learning from interaction lets a vision language model master the exact task it trains on, but the paper finds that one-step reinforcement learning fails to produce physical intuitions that transfer to related tasks or real block-tower imag
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-03 03:59 UTC pith:LL3SZFVD
load-bearing objection Clean, controlled negative result for one-step RL on VLM physics tasks, but the title and abstract claim about 'interaction' is wider than the one-shot bandit they actually trained. the 3 major comments →
Can Vision Language Models Learn Intuitive Physics from Interaction?
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's discovery is a null result with a specific shape. GRPO-trained models reach near-ceiling performance on their training task (reward 19.999 of 20; accuracy 0.969 on binary), matching supervised fine-tuning. Yet no model reliably generalizes: the model trained on x-only top block scores 0.624 on binary-stability top block and −0.152 on the same-action x-only side block; real-photo transfer tops out at 0.6, below the human mean of about 0.8. Stability and x-offset are decodable from activations at all layers before and after training, so the bottleneck is unused rather than missing representation — the authors say shortcut learning. The pattern holds across 7B, 8B, and 32B models, a
What carries the argument
The carrying mechanism is one-step reinforcement learning with Group-Relative Policy Optimization (GRPO) over the model's textual answer. The model sees a rendered tower image and outputs one or two integers; a physics engine simulates the placement and returns a Gaussian reward peaking at 20 for a stable tower, negative for unstable or illegal answers. The interaction is single-shot: the model never observes the resulting state. Supervised fine-tuning on optimal examples is the non-interactive comparison. The four tasks (binary stability and x-only on top-block data; x-only and x-y on side-block data) are built to share visual statistics and physical principles, so transfer failure is meant
Load-bearing premise
The load-bearing premise is that a single text answer scored by a physics engine counts as the kind of interaction that should build intuitive physics — the model never sees the tower after its action, so the negative result is established only for one-shot textual actions, the scope the authors themselves flag at the end of the paper.
What would settle it
The cheapest decisive check is same-task, different-dataset transfer: train on x-only top block and test on x-only side block, where the action (one integer, move the block to center) and objective are identical. The paper reports essentially no transfer (mean reward −0.152, below the null baseline), so any interaction-based training that produces substantial positive reward on this pair — or a multi-step variant that lifts accuracy on the real wooden-tower images to near the human mean of about 0.8 — would overturn the central negative claim.
If this is right
- If the result holds, one-step online reinforcement learning offers no generalization advantage over supervised fine-tuning for visual physical reasoning: both ceiling in-distribution, both fail out-of-distribution.
- Failure to transfer between tasks that share the load-bearing variable (notably x-only top block to binary-stability top block, both determined by the top block's x-offset) implies the trained models rely on task-specific output shortcuts rather than the underlying physical quantity.
- Since stability and offset are decodable from activations at all layers in the base and post-trained models, representation is not the bottleneck; performance under distribution shift is — so additional fine-tuning data or steps on the same task will not unlock generalization.
- The null result is stable across model sizes (7B, 8B, 32B), across GRPO and an alternative RL algorithm, and across longer training (up to 48,000 steps, which only overfits), so it is not specific to one architecture or one training recipe.
- For real-world use, post-trained models remain below human-level judgment of tower stability on real images (best accuracy 0.6 vs. human mean ~0.8), so synthetic physics fine-tuning does not yet transfer to natural visual physics.
Where Pith is reading between the lines
- The paper's own Discussion limits the scope: only one-step interactions were tested. A multi-step regime in which the model acts, observes the new tower state, and acts again over a long horizon remains the untested version of the interaction hypothesis — the negative result does not rule it out.
- The decodability finding invites a targeted intervention the paper does not run: if the x-offset is linearly present in activations, a probe-guided reward that forces the policy to be consistent with the decoded quantity might convert competence into transfer, distinguishing 'represented but unused' from 'rigidly task-bound.'
- The multi-task results hint at a different lever: GRPO trained sequentially on two tasks kept both skills, while blocked SFT forgot the first task and joint SFT preserved both. This suggests task diversity — not interaction per se — may be what preserves or builds transferable skills, a claim the paper does not make.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper asks whether vision-language models can acquire generalizable intuitive physics from interaction, hypothesizing that an interactive training condition (GRPO) should outperform a non-interactive one (SFT). The authors construct four block-tower tasks from ThreeDWorld, train Qwen3-VL-8B (and ablate on Qwen2.5-VL-7B and Qwen3-VL-32B) with GRPO, GSPO, or SFT, and evaluate within-task performance, cross-task transfer, transfer to real images from Lerer et al. (2016), and linear decodability of physical quantities. They find that both GRPO and SFT reach near-ceiling performance on the training task, that neither method yields reliable generalization across the full task set or to real images, and that physical quantities are highly decodable from activations in base and post-trained models. The paper concludes that one-step interaction does not confer a general advantage for learning physical intuitions and that the models learn task-specific shortcuts.
Significance. If the claim is restricted to the operationalization studied, the paper provides a useful, clearly described negative result: a one-step GRPO reward-optimization loop over textual actions does not improve cross-task generalization of physical intuitions in VLMs relative to SFT. Strengths include the breadth of ablations (three model families/sizes, two RL algorithms, multiple ranks, training horizons, joint/blocked training), the use of an established physics engine and real-image benchmark, and the decodability analysis which speaks to a competence/performance distinction. The main limitation is that the abstract and title state a much broader conclusion than the experiments support, because the 'interaction' manipulation contains no state transitions or multi-step episodes. Nevertheless, with appropriate qualification the study is a meaningful contribution to the empirical literature on post-training VLMs for intuitive physics.
major comments (3)
- [Abstract / §3.3–3.4, §5] The central negative claim is broader than the manipulation. 'Interaction' is implemented as one-step GRPO: the model sees one image, emits an integer or two integers, and receives a scalar reward computed from a static distance-to-optimal function. There is no state transition, no observation of the resulting tower, and no multi-step episode, so this is a bandit-style reward optimization rather than the interactive action-outcome loop motivated in the Introduction. The Discussion concedes this ('We also only investigated 1-step interactions...'), but the Abstract and Conclusion state without qualification that interaction 'fails to produce models with generalizable physical intuitions.' Please qualify the title, abstract, and conclusion to 'one-step interaction of the type studied here' and soften the claim to absence of evidence in this setting.
- [§4.2, Fig. 2, Table A.2] The null claim 'no model reliably generalizes' rests on point estimates from what appear to be single runs, with no confidence intervals, significance tests, or seed variation reported for the main evaluations. For a negative result, uncertainty quantification is needed; otherwise the word 'reliably' is not supported. In addition, the premise that the four tasks 'share visual statistics and physical principles' is asserted rather than measured. Without a demonstration that the transfer tasks are close in the relevant feature space, the generalization failures could partly reflect task dissimilarity. I suggest adding multiple seeds with CIs and a positive control or a quantitative similarity measure between the task distributions.
- [§4.4, §6] The conclusion that the models learn 'non-general shortcuts' is not directly established. The decodability analysis shows that tower stability and x-offset are linearly decodable in the base model and remain so after training, but it does not show that the post-trained models' output decisions are caused by those representations. The attention analysis is acknowledged to be inconclusive. The shortcut interpretation should be presented as a hypothesis consistent with the negative transfer results, not as a demonstrated mechanism.
minor comments (5)
- [§3.2] For the x-only side block task, the prompt says to move the block 'to the most stable position on the top of the tower', but the action space is a single integer along x. Please clarify how the vertical placement is handled or whether the reward is computed only from the x-distance.
- [§4.2] The text reports 'accuracies' of 0.624, 0.503, and −0.264 for a binary task. Since the reward scheme includes −1 for illegal answers, these are mean rewards, not accuracies. Please relabel or explain the scoring in the text.
- [Table A.2] The first row header 'x-only binary stability' is inconsistent with the task names used elsewhere; it should presumably be 'binary stability top block'.
- [§3.3 / Appendix A.5] Please report missing training details: batch size M, learning rate and schedule, number of seeds, and the parser used to map text completions to legal integers. This is important for reproducing the near-ceiling rewards and for assessing variability.
- [Appendix A.9.1] Typo: 'its'' should be 'its' in 'from its'' fine-tuning task'.
Circularity Check
No significant circularity: empirical generalization study with external benchmarks; one-step interaction is an acknowledged scope limitation, not a derivation loop.
full rationale
The paper's central claim—that one-step interaction (GRPO) improves within-task performance but not cross-task generalization—is an empirical result evaluated on held-out instances and on the external Lerer et al. (2016) real-image benchmark. The reward functions (Section 3.4) are explicit and are the training objectives; reporting that models reach 19.999 mean reward on their training task is a manipulation check, not a prediction of an independently defined quantity. Cross-task generalization is not optimized by the reward, so the failure to transfer is not baked into the training loss. The one-step interaction scope is a genuine limitation and is openly acknowledged in the Discussion ('We also only investigated 1-step interactions with the environment...'), but acknowledging a limitation is not circularity. Self-citations (Schulze Buschoff et al., 2025a,b) are used as related work and to source human comparison data; they are not invoked as a uniqueness theorem, are not used to forbid alternative operationalizations, and the comparison against real images and human means is externally grounded. No fitted parameter is renamed as a prediction, and no equation reduces to its own output. The assertion that the four tasks share 'visual statistics and physical principles' is not measured, but that is a missing-evidence/correctness concern, not a circular reduction. The strongest charge available is over-generalization of the negative result beyond the tested one-step setting, which is a scope issue rather than circularity.
Axiom & Free-Parameter Ledger
free parameters (5)
- LoRA rank r=16 =
16
- GRPO group size N=16 =
16
- Training steps 10,000 =
10000
- Reward function constants (20, 2, -2, -4) =
20·e^(-d²), 2·e^(-d²)-2, etc.
- Camera angle, block size, image resolution 256×256 =
fixed
axioms (4)
- domain assumption ThreeDWorld physics engine accurately simulates block tower stability and the 'stable' ground-truth labels are correct.
- domain assumption The Lerer et al. (2016) dataset provides valid real-world stability labels and a fair human benchmark.
- domain assumption The four constructed tasks share sufficient 'visual statistics and physical principles' so that transfer failure indicates absent physical intuitions rather than task mismatch.
- ad hoc to paper The GRPO implementation without KL penalty is a valid instance of 'learning through interaction'.
read the original abstract
Pre-trained vision language models do not have good intuitions about the physical world. Recent work has shown that supervised fine-tuning can improve model performance on simple physical tasks. However, fine-tuned models do not appear to learn robust physical rules that can generalize to new contexts. Based on research in cognitive science, we hypothesize that models need to interact with an environment to properly learn its physical dynamics. We train models that learn through interaction with a simulated environment using reinforcement learning. While learning from interaction allows models to improve their within-task performance, it fails to produce models with generalizable physical intuitions. We find that models trained on one task do not reliably generalize to related tasks, even if the tasks share visual statistics and physical principles, and regardless of whether the models are trained through interaction.
Figures
Reference graph
Works this paper leans on
-
[2]
We first test whether the model has learned some generalizable understanding after all, that would lead to faster supervised fine-tuning (see Section A.9.1)
shows no trace of generalization. We first test whether the model has learned some generalizable understanding after all, that would lead to faster supervised fine-tuning (see Section A.9.1). We then test a number of ablations to test whether other parameter combinations could lead to a better generalizing model (see Section A.9.3). -1 -0.5 0 0.5 1.0 bina...
2000
-
[8]
Open-reasoner-zero: An open source approach to scaling up reinforcement learning on the base model
Hu, J., Zhang, Y ., Han, Q., Jiang, D., Zhang, X., and Shum, H.-Y . Open-reasoner-zero: An open source approach to scaling up reinforcement learning on the base model. arXiv preprint arXiv:2503.24290,
-
[10]
Liu, Z., Chen, C., Li, W., Qi, P., Pang, T., Du, C., Lee, W. S., and Lin, M. Understanding r1-zero-like training: A critical perspective.arXiv preprint arXiv:2503.20783,
-
[14]
and Spaulding, S
Shapiro, L. and Spaulding, S. Embodied Cognition. In Zalta, E. N. and Nodelman, U. (eds.),The Stanford Encyclope- dia of Philosophy. Metaphysics Research Lab, Stanford University, Summer 2025 edition,
2025
-
[16]
Qwen3 technical report.arXiv preprint arXiv:2505.09388,
Yang, A., Li, A., Yang, B., Zhang, B., Hui, B., Zheng, B., Yu, B., Gao, C., Huang, C., Lv, C., et al. Qwen3 technical report.arXiv preprint arXiv:2505.09388,
-
[17]
Dapo: An open-source llm reinforcement learning system at scale.arXiv preprint arXiv:2503.14476,
Yu, Q., Zhang, Z., Zhu, R., Yuan, Y ., Zuo, X., Yue, Y ., Dai, W., Fan, T., Liu, G., Liu, L., et al. Dapo: An open-source llm reinforcement learning system at scale.arXiv preprint arXiv:2503.14476,
-
[18]
Group sequence policy optimization.arXiv preprint arXiv:2507.18071,
Zheng, C., Liu, S., Li, M., Chen, X.-H., Yu, B., Gao, C., Dang, K., Liu, Y ., Men, R., Yang, A., et al. Group sequence policy optimization.arXiv preprint arXiv:2507.18071,
-
[21]
17 Can vision language models learn intuitive physics from interaction? A.6. Decoding analysis For the top block dataset, we train linear probes on the representation of the model at each layer to predict the binary stability of a tower and the x-offset of the top block from those representations. Since the image tokens appear before the text tokens, the ...
2000
-
[23]
All ablations learn to perform well on the task they are trained on (shown in the second row)
or are trained without fine-tuning of the vision encoder or they are trained with reasoning (a larger generation length). All ablations learn to perform well on the task they are trained on (shown in the second row). However, all models fail to generalize to other related tasks — just as the standard model we used throughout our experiments (last column)....
2000
-
[25]
16 Can vision language models learn intuitive physics from interaction? A.5.2. QWEN2.5-VL-7B 10 8 6 4 2 0 2 Log train loss SFT binary stability top block Log loss Running average (N=25) 0.5 0.0 0.5 1.0 Train reward GRPO binary stability top block Reward Running average (N=25) 10 8 6 4 2 0 2 Log train loss SFT x only top block 5 0 5 10 15 20Train reward GR...
2000
-
[600]
You can think about the problem for as long as you’d like
Provide your reasoning between <think> and < /think>. You can think about the problem for as long as you’d like. While thinking, you should robustly verify your solution. Return your final answer between<answer> </answer>. 15 Can vision language models learn intuitive physics from interaction? A.5. Training logs A.5.1. QWEN3-VL-8B 20 15 10 5 0 5 Log train...
2000
-
[1945]
Motamed, S., Culp, L., Swersky, K., Jaini, P., and Geirhos, R. Do generative video models learn physical principles from watching videos?arXiv preprint arXiv:2501.09038,
-
[1991]
Wu, Y ., Zhou, Y ., Ziheng, Z., Peng, Y ., Ye, X., Hu, X., Zhu, W., Qi, L., Yang, M.-H., and Yang, X. On the general- ization of sft: A reinforcement learning perspective with reward rectification.arXiv preprint arXiv:2508.05629,
-
[1995]
Balazadeh, V ., Ataei, M., Cheong, H., Khasahmadi, A. H., and Krishnan, R. G. Synthetic vision: Training vision- language models to understand physics.arXiv preprint arXiv:2412.08619,
-
[1998]
M., Wong, C., Feng, J., Wei, M., and Tenenbaum, J
Collins, K. M., Wong, C., Feng, J., Wei, M., and Tenenbaum, J. B. Structured, flexible, and robust: benchmarking and improving large language models towards more human- like behavior in out-of-distribution reasoning tasks.arXiv preprint arXiv:2205.05718,
-
[2007]
M., Akata, E., Bethge, M., and Schulz, E
Schulze Buschoff, L. M., Akata, E., Bethge, M., and Schulz, E. Visual cognition in multimodal large language models. Nature Machine Intelligence, pp. 1–11, 2025a. Schulze Buschoff, L. M., V oudouris, K., Akata, E., Bethge, M., Tenenbaum, J. B., and Schulz, E. Testing the limits of fine-tuning for improving visual cognition in vision lan- guage models. InF...
-
[2012]
Binz, M., Akata, E., Bethge, M., Br¨andle, F., Callaway, F., Coda-Forno, J., Dayan, P., Demircan, C., Eckstein, M. K., ´Eltet˝o, N., et al. Centaur: a foundation model of human cognition.arXiv preprint arXiv:2410.20268,
-
[2016]
Levine, S., Kumar, A., Tucker, G., and Fu, J. Offline rein- forcement learning: Tutorial, review, and perspectives on open problems.arXiv preprint arXiv:2005.01643,
Pith/arXiv arXiv 2005
-
[2020]
Chu, T., Zhai, Y ., Yang, J., Tong, S., Xie, S., Schuurmans, D., Le, Q. V ., Levine, S., and Ma, Y . Sft memorizes, rl generalizes: A comparative study of foundation model post-training.arXiv preprint arXiv:2501.17161,
-
[2021]
Gan, C., Schwartz, J., Alter, S., Mrowca, D., Schrimpf, M., Traer, J., De Freitas, J., Kubilius, J., Bhandwaldar, A., Haber, N., et al. Threedworld: A platform for inter- active multi-modal physical simulation.arXiv preprint arXiv:2007.04954,
Pith/arXiv arXiv 2007
-
[2023]
Han, Z., Gao, C., Liu, J., Zhang, J., and Zhang, S
URL http://github.com/unslothai/ unsloth. Han, Z., Gao, C., Liu, J., Zhang, J., and Zhang, S. Q. Parameter-efficient fine-tuning for large models: A com- prehensive survey.arXiv preprint arXiv:2403.14608,
-
[2024]
J., Shen, Y ., Wallis, P., Allen-Zhu, Z., Li, Y ., Wang, S., Wang, L., and Chen, W
Hu, E. J., Shen, Y ., Wallis, P., Allen-Zhu, Z., Li, Y ., Wang, S., Wang, L., and Chen, W. Lora: Low-rank adaptation of large language models.arXiv preprint arXiv:2106.09685,
-
[2025]
G., Slater, B., Teˇsi´c, M., Prunty, J., V oudouris, K., and Cheke, L
Mecattaf, M. G., Slater, B., Teˇsi´c, M., Prunty, J., V oudouris, K., and Cheke, L. G. A little less conversation, a little more action, please: Investigating the physical common- sense of llms in a 3d embodied environment.arXiv preprint arXiv:2410.23242,
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.