CVJul 2

Understanding Geometric Representations in Self-Supervised Vision Transformers via Subspace Intervention

arXiv:2607.0198711.8Has Code
Predicted impact top 31% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For researchers studying geometric representations in self-supervised ViTs, this work provides a method to disentangle encoding mechanisms, though it is incremental as it builds on existing probing techniques.

The paper introduces a subspace intervention framework using SVD to decompose linear probe weights in self-supervised ViTs, revealing that DINOv2 aligns spatial features for efficient geometric extraction while MAE disperses them, and that geometric representations are highly compressible. The findings enable effective feature selection and lightweight decoder design.

We introduce a controlled subspace intervention framework to investigate how self-supervised Vision Transformers (ViTs) encode dense geometric information. While linear probing is widely used to assess geometric representations, it treats features as a black box, failing to disentangle the underlying topology. To address this issue, we decompose the weights of converged linear probes to isolate the low-rank subspaces containing explicit geometric signals using Singular Value Decomposition (SVD). Our perspective yields three key insights: (1) Pre-training objectives determine how features are encoded. DINOv2 aligns spatial features for efficient linear extraction, while Masked Autoencoders (MAE) tend to disperse these signals, requiring a broader spatial context. (2) Explicit geometric representations are highly compressible, suggesting dense predictive heads could potentially be constrained to low-rank subspaces with minimal performance loss. (3) The layer-wise task affinity suggests that geometric precision peaks at intermediate layers before yielding to semantic abstraction in the final layers. By connecting internal encoding mechanics with downstream performance, these findings provide a basis for effective feature selection and lightweight decoder design. The source code is available at https://github.com/Zhou-Weichen/Geosubprobe.

Code Implementations1 repo
Foundations

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

Your Notes