- The paper introduces a novel analysis framework that uses minimal contrastive probing combined with a synthetic SpatialTunnel benchmark to diagnose spatial representation biases in VLMs.
- It reveals that vision-language models frequently conflate vertical image cues with depth, leading to perspective-driven shortcuts that undermine genuine 3D spatial reasoning.
- The study demonstrates that disentangled spatial axes in embedding space are predictive of robust spatial reasoning, emphasizing the need for targeted supervision and novel architectural interventions.
Probing and Diagnosing Spatial Representation Biases in Vision-LLMs
Introduction
The paper "Why Far Looks Up: Probing Spatial Representation in Vision-LLMs" (2605.30161) investigates the internal spatial reasoning mechanisms of contemporary Vision-LLMs (VLMs). It provides a technical diagnosis of the representational entanglement between 2D image-plane vertical position and 3D depth (vertical-distance entanglement) within VLMs, which results in the use of perspective-driven shortcuts rather than genuine 3D spatial reasoning. The authors introduce a systematic representation-level analysis framework combining minimal contrastive probing with synthetic, bias-controlled evaluation via the SpatialTunnel benchmark, decoupling prevalent cues in natural images. The study demonstrates that representational structureโspecifically, disentangled spatial axes with high distance coherenceโis tightly predictive of robust spatial reasoning, whereas benchmark accuracy alone can be confounded by shortcut exploitation and does not reliably reflect true 3D spatial understanding.
Figure 1: Many VLMs answer spatial questions via a perspective-driven shortcut, entangling vertical position with distance, leading to systemic failures on counterexamples; disentangled models show consistent correctness.
Perspective-driven Shortcuts and the Vertical-Distance Entanglement Problem
VLMs are increasingly deployed in scenarios that require compositional spatial reasoning (e.g., robotics, embodied agents, multimodal assistants), but their spatial reasoning training is predominantly anchored in 2D imageโtext pairs. While aggregate benchmark performance often appears strong, internal analysis and behavioral probes indicate that this strength is at least partially underwritten by exploitation of statistical regularities in image corporaโmost notably, the correlation induced by single-view perspective: objects appearing higher in-ground-plane images are probabilistically farther from the camera.
This vertical-distance entanglement manifests as models systematically mapping "above" to "far" and "below" to "close" during reasoning, breaking down on spatial configurations that are counter to this heuristic (i.e., counter-examples where a farther object is lower in the image).
Synthetic Benchmarking: SpatialTunnel
To control and decouple the spatial cues prevalent in natural images, the authors introduce the SpatialTunnel benchmark, a synthetic Blender-based environment. Here, two objects can have arbitrary vertical and angular positions within a symmetric tunnel, but their actual 3D depths are held fixed and strictly controlled.
Figure 2: SpatialTunnel benchmark: two objects are placed at fixed depths, but swept in angular position, decoupling image-plane layout from actual depth ordering.
This construction isolates whether VLMs can perform genuine depth reasoning or fall back to heuristic shortcuts based on vertical position or apparent size.
Behavioral and Internal Representation Analysis
Shortcut Diagnosis on Benchmarks
Across real-world and synthetic benchmarks (e.g., EmbSpatial-Bench, CV-Bench, BLINK), all evaluated VLMs exhibit marked accuracy drops on vertically counter-heuristic (counter) samples compared to consistent ones. This holds across architectures, family, and scale, persisting even with substantial spatial fine-tuning. The distribution of natural images is heavily skewed toward perspective-consistent cases (up to 80%); thus, naive accuracy is an unreliable indicator of robustness.
SpatialTunnel Results
Contrastive evaluation on the unbiased, synthetic SpatialTunnel demonstrates that most models retain a significant performance gap (ฮ) favoring consistent cases even after scaling fine-tuning datasets. Only models trained on very large, unbiased datasets (e.g., RoboRefer-2B-SFT, Qwen3-VL-235B) or with targeted supervision begin to close this gap and attain both high absolute accuracy and low entanglement.

Figure 3: Results on consistent samples in the SpatialTunnel environment; consistent accuracy improves with fine-tuning, but counter cases remain challenging for most models.
Figure 4: Positive correlation between behavioral accuracy on counter examples and internal distance coherence in representations.
Representation-level Probing: Contrastive Delta Analysis
The paper uses minimal contrastive probing: for a given VQA task, swapping the object order flips the ground-truth relation but preserves all confounds; in the embedding space, the difference (delta) of the final hidden-state for each pair traces the encoding of spatial axes.
Figure 5: Contrastive probing process: constructing question pairs by object swap, extracting their embedding difference, and analyzing aggregated deltas to diagnose spatial cue entanglements.
Principal component analysis of these deltas reveals that:
Metrics: Distance Coherence and VD-Entanglement Index
Two key metrics are introduced:
Additional Findings: Sensitivity to Apparent Size
Beyond vertical position, VLMs were also shown to be sensitive to apparent object size as a proxy for depth. When this cue is decoupled from true depth, models with high training accuracy exhibit reduced robustness, indicating that shortcut reliance goes beyond vertical position.
Figure 8: Synthetic object-size variation: sizes s1โ, s2โ sweep for objects at fixed depth, enabling control over size-depth cue alignment or conflict.
Figure 9: Correctness plotted as a function of object size. Many models exhibit clear performance drops as size conflicts with depth, evidencing entanglement of size-based cues.
Implications and Future Directions
Theoretical Implications:
The findings highlight a critical divergence between output-level benchmark performance and the learned latent structure of spatial representations. Models might display strong accuracy on natural datasets while internally encoding spatial axes in an entangled manner, susceptible to shortcut exploitation and failing under distribution shift. The notion of representational coherence and axis disentanglement serves as a more granular, diagnostic criterion for genuine spatial reasoning, suggesting future evaluations should prioritize internal analysis over standard behavioral metrics.
Practical Implications:
For spatial reasoning tasks (robotics, AR/VR, embodied question answering), current VLMs may lack the compositional spatial understanding required for out-of-distribution robustness. Naive scaling of training sets does not guarantee axis disentanglement; instead, targeted supervision, counterfactual synthetic data, and explicit architectural biases may be necessary.
Future Research Directions:
- Systematic introduction of synthetic, counterfactual environments for training and evaluation across all spatial axes and confounding cues.
- Architectural interventions or loss functions to incentivize orthogonal and disentangled spatial representations, e.g., via explicit manifold regularization or auxiliary directionality objectives.
- Extending contrastive probing diagnostics to other multimodal reasoning axes, such as temporal, causal, and physical dynamics.
- Benchmarking emergent, larger-scale VLMs to verify if scale alone can eventually induce disentangled spatial representations, or if intrinsic limitations persist without change in data or supervision strategy.
Conclusion
This study provides robust evidence that many VLMs systematically confound 2D image-plane cues with actual 3D relations, most notably conflating vertical position with depth ("why far looks up"), and that high benchmark accuracy can mask fundamental representational shortcomings. Axis separation in embedding space (particularly the emergence of a distinct, coherent distance axis) is a necessary precondition for robust, generalizable spatial reasoning. These results inform both diagnostic evaluation and future model and dataset design for spatially grounded AI systems.