AI World Models Suffer Instruction Leakage in Spatial Grounding

Yufeng Wang, Lu Wei, Haibin Ling· July 9, 2026 View original

Summary

Research identifies "instruction leakage" in goal-conditioned world models, where high accuracy in grounding spatial relations is due to transcribing the instruction rather than true perception. A proposed fix involves separating the goal from dynamics and supervising the read path.

Compact world models, which use language goals to ground spatial relations like "put the red block left of the blue block," often rely on explicit reference anchors. However, new research reveals a critical flaw: "instruction leakage." This occurs when a goal-conditioned predictor achieves high accuracy (e.g., 90%) not by genuinely perceiving the spatial relation, but by simply transcribing the instruction itself.The study demonstrates that withholding the goal causes accuracy to plummet, and counterfactual instructions lead the predicted anchors to follow the false instruction 94.5% of the time. This confound is characterized as instruction leakage when the scored quantity is directly derivable from the instruction and largely independent of other inputs. This issue was observed in tabletop tasks and the BabyAI benchmark, but not in a Language-Table forward-dynamics model unless the instruction was augmented to name the direction.The diagnosis suggests a clear remedy: the goal should be kept separate from the model's dynamics, belonging instead to the planner's cost function. By supervising the "read path" instead, genuine, instruction-independent grounding can be recovered, achieving high accuracy (88%) both with and without the goal. This detection protocol and fix are applicable to any goal-conditioned world model where the instruction names the quantity being scored.

Why it matters

For professionals building AI systems that interpret and act on spatial language, understanding and mitigating instruction leakage is crucial for developing truly robust and generalizable models, preventing systems from merely parroting instructions without genuine understanding.

How to implement this in your domain

  1. 1Scrutinize goal-conditioned world models for instruction leakage, especially when instructions directly name the target outcome.
  2. 2Design evaluation protocols that test AI models' understanding of spatial relations independently of instruction transcription.
  3. 3Separate goal information from the core dynamics of your world models, treating goals as part of the planning cost.
  4. 4Implement supervision on the "read path" of your models to ensure genuine grounding of spatial relations.
  5. 5Conduct counterfactual instruction tests to verify that models are not merely echoing input but truly perceiving.

Who benefits

RoboticsAutonomous VehiclesGamingVirtual RealityLogistics

Key takeaways

  • "Instruction leakage" can lead to misleadingly high performance in AI world models for spatial grounding.
  • Models may transcribe instructions rather than genuinely perceive spatial relations.
  • Separating the goal from the model's dynamics is crucial for achieving true, instruction-independent grounding.
  • Supervising the "read path" helps recover genuine spatial understanding.

Original post by Yufeng Wang, Lu Wei, Haibin Ling

"arXiv:2607.06925v1 Announce Type: new Abstract: Compact world models that condition on a language goal promise to ground relations such as ``put the red block left of the blue block'' using a sparse set of explicit \emph{reference anchors}. We ask when such references actually gr…"

View on X

Originally posted by Yufeng Wang, Lu Wei, Haibin Ling on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools

AI ResearchAI Engineering & DevTools

Transformers Learn Non-Invertible Modular Multiplication via Stratified Fourier Mechanisms.

This research investigates how small transformers learn modular integer multiplication over composite moduli, a non-invertible operation. It proposes the "monoid extension" theory, suggesting models partition input space into hierarchical algebraic regions where Fourier mechanisms apply, explaining how embeddings, attention, and local features contribute to the computation.

Zitong Andrew Chen, Junaid Hasan, Akhil Srinivasan, Hemkesh Bandi, Jarod AlperJul 9, 2026
AI Engineering & DevToolsAI Research

New Interpretable Model Handles Feature Interactions in Tabular Data.

This paper introduces Interaction Aware Interpretable Machine Learning (IAIML), a framework for tabular data that addresses the limitation of traditional interpretable models in capturing feature interactions. IAIML uses adaptive discretization, pairwise interaction scoring, and a partitioned explanation budget to achieve high accuracy while maintaining interpretability.

Srikumar KrishnamoorthyJul 9, 2026
AI ResearchAI Engineering & DevTools

Principles of Deep Feedforward ReLU Networks Unveiled.

This paper systematically studies the mechanisms of deep feedforward ReLU networks, generalizing principles from two-layer networks to deeper architectures. It explains how hidden-layer units form piecewise linear manifolds to divide input space and how paths and their relationships are central to understanding the back-propagation training solution.

Changcun HuangJul 9, 2026