

Poster notes: abstraction retrieval on Toronto Scenes, and content/style probing on Things × ArtBench. Figures, failure cases, and extra plots are below.
Two measurements on frozen ViT-B models: (1) how retrieval changes when Toronto Scenes photographs are driven toward line drawings, and (2) whether a linear probe on CLS can recover artistic style when raw cosine kNN cannot.
Source photographs come from the Toronto Scenes dataset. We morph
each scene with SDXL + ControlNet along an abstraction axis
λ ∈ [0,1] (line drawing → photograph). Models are evaluated with
zero-shot instance / category retrieval along the spectrum.
Expanded figures and curves live on the
visual abstraction report.
UCAST-style pairings[1] give independent content and style labels using THINGS objects[2] and ArtBench styles[3]: the same object under many artistic styles, and the same style across many objects. This enables dual zero-shot retrieval (content vs style). See the zero-shot style report for the full probing suite.
Freeze a ViT-B/16 backbone. At every layer ℓ ∈ {1…12}, take the CLS
token h^(ℓ) ∈ R^768 and train two independent linear maps to 256-D
embeddings for content and style with a sigmoid contrastive loss. Evaluation is
zero-shot kNN with cosine similarity (Recall@1 / mAP).
Across Supervised, CLIP, BEiT3, DINOv3, and MAE, raw late-layer CLS style retrieval is under 1%. Trained probes raise style Recall@1 / mAP; higher probe dimensions help, and the unprobed CLS baseline stays low in late layers.
The poster keeps this single style heatmap for simplicity. Full content+style grids, per-split breakdowns, Recall@1 curves, and the Matrioshka re-normalization study are in Bonus analyses.
The poster shows four representative pairs. Below are curated incorrect neighbors from the DINOv3 dim-256 content probe. Several pairs share artistic style and differ in object class (tagged below).




























































Plots that did not fit on the poster: retrieval grids, within-category heatmaps, total-error heatmaps, and nested-dimension (Matrioshka) re-normalization.
Style and instance splits for both mAP and Recall@1. Solid curves = probed dimensions; dashed = raw CLS kNN baseline.
Fraction of incorrect retrievals that still land in the same content category. Useful for separating style-looking mistakes from random neighbors.
Nested slices of the 256-D probe test whether early dimensions already carry the
task, and whether L2 re-normalization of a truncated prefix matches the full vector.
For style, small K with re-norm stays close to the full 256-D probe.
Without re-norm, truncated prefixes degrade.