CVLGApr 25

From Edges to Depth: Probing the Spatial Hierarchy in Vision Transformers

arXiv:2604.2345213.9h-index: 3
AI Analysis

For researchers understanding emergent spatial representations in vision transformers, this work provides causal evidence of an actively maintained spatial hierarchy, though the findings are specific to ViT-B/16 and two tasks.

The authors probe a frozen ViT-B/16 trained on image classification and find that boundary structure becomes linearly decodable at layers 5-6 (AP=0.833), while depth peaks at layer 8 (MAE=0.0875), with both signals collapsing at the final layer. Causal interventions show depth signal is actively re-derived at each layer, not passively carried.

Vision Transformers trained only on image classification routinely transfer to tasks that demand spatial understanding, yet they receive no spatial supervision during pretraining. We ask where and how robustly such structure is encoded. Probing a frozen ViT-B/16 layerwise for two complementary properties, local patch boundaries (BSDS500) and per-patch depth (NYU Depth V2), reveals a clear hierarchy: boundary structure becomes linearly decodable at layers 5-6 (AP = 0.833), while depth, which requires integrating global cues, peaks two to three layers later at layer 8 (MAE = 0.0875). Both signals collapse at the final classification layer, and random-weight controls confirm the encodings are learned rather than architectural. Causal interventions add specificity: ablating the single direction a linear depth probe reads degrades depth decoding by up to 165%, while ablating any other direction changes it by less than 1%. Targeted activation patching along that direction shows the depth signal is partially re-derived at each layer rather than passively carried in the residual stream, with mid-layer interventions persisting most strongly downstream. The result is that a classification-trained ViT develops an actively maintained spatial hierarchy that mirrors the early-to-late progression observed in the primate visual cortex.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes