Emergent Representation Geometry
Neural networks trained on local objectives (next-token prediction, masked reconstruction, contrastive prediction) spontaneously synthesize globally-organized embedding geometry that was not explicitly supervised — multi-hop graph distances in sequence models, modality-aligned kernels between text-only LLMs and frozen vision/audio encoders, and shared dictionary atoms across independently-trained vision backbones. The filed work argues this phenomenon is concrete enough to be a lever: it can be elicited at inference time via prompts (Words That Make Language Models Perceive) or amplified at training time by sharing weights across unpaired modalities (Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models), and it has a partial mechanistic story rooted in the low-rank spectral bias of cross-entropy loss (Deep sequence models tend to memorize geometrically; it is unclear why). This concept is the wiki’s home for the Platonic Representation Hypothesis (Huh et al. 2024) and its descendants.
Key claims
Section titled “Key claims”- Decoder-only Transformers and Mamba memorizing the edges of a 10⁴-node, 10-hop path-star graph synthesize an embedding geometry that aligns leaves and first-hops of the same path across the entire graph, despite no example ever co-occurring both endpoints (Deep sequence models tend to memorize geometrically; it is unclear why §2.3, Fig. 6).
- This is not an architectural necessity: freezing token embeddings under the same architecture and optimizer recovers a purely associative solution — the geometric bias is a learning bias, not a capacity story (Deep sequence models tend to memorize geometrically; it is unclear why Observation 3.1, §C.3).
- The bias has a partial mechanistic explanation in the low-rank spectral bias of cross-entropy loss: top eigenvectors of the graph adjacency matrix dominate the learned embedding, and powers of — which encode multi-hop distance — are revealed without extra pressure (no bottleneck, no early stopping) (Deep sequence models tend to memorize geometrically; it is unclear why §5).
- The same convergence shows up across models: a single shared TopK SAE dictionary trained on DinoV2, SigLIP, and supervised ViT activations on ImageNet contains atoms that fire universally across all three, and concept universality correlates positively with atom importance — i.e. the most-important concepts are the most-shared (Universal Sparse Autoencoders: Interpretable Cross-Model Concept Alignment §3.1, §4.3, Fig. 6).
- Cross-model convergence is also queryable at inference time from a unimodal model: a single-word sensory cue (“see”/“hear”) in the prompt and a 128-token continuation shifts a frozen Qwen3-32B’s mutual-kNN kernel toward DINOv2 (for SEE) or BEATs (for HEAR), with the mirror direction reducing alignment (Words That Make Language Models Perceive §3.2, Fig. 3).
- The effect is a property of the autoregressive generation, not of the prompt as a static input: inserting the same sensory cue into a single-pass embedding readout hurts alignment instead of improving it (Words That Make Language Models Perceive §3.2, Fig. 3).
- The effect scales with model size and with generation length up to a semantic-drift ceiling; alignment along the visual-vs-auditory projection axis grows monotonically from Qwen3-0.6B (no separation) to Qwen3-32B (cleanly bimodal) (Words That Make Language Models Perceive §3.4 Fig. 6, §3.5 Fig. 8).
- The same shared geometry can be trained into a unimodal target: a single network with shared weights, fed unpaired image and text features, learns vision representations that beat DINOv2-S/14 unimodal baselines by 3–6 points on few-shot linear-probing across 9 benchmarks — gains accumulate when audio is added as a third modality (Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models §4.2, Table 2, Fig. 6).
- The information-theoretic justification holds under linear assumptions: each modality is a noisy projection of the shared latent, so Fisher information on the shared component adds across modalities pointwise, with strict variance reduction in any direction the auxiliary modality covers (Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models §3.1, Theorem 1, Theorem 2).
- Per-sample value of an auxiliary modality can exceed that of an in-modality sample: if the auxiliary covers a direction the primary doesn’t, additional same-modality data buys zero Fisher information there, while a single auxiliary sample buys strictly positive information (Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models §3.1, Theorem 3).
- The cross-modal exchange rate is quantifiable: on Oxford-Pets, 1 image is worth ≈ 228 words under aligned CLIP encoders and ≈ 1034 words under unaligned DINOv2 + OpenLLaMA, with diminishing returns past a small text budget (Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models §4.4, Fig. 8, Fig. 9).
- Multimodal neurons — units that activate coherently for the same concept across modalities — emerge in the shared layers of an unpaired multimodal network, replicating Goh et al. 2021’s CLIP-neuron finding without paired supervision (Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models §4.5).
- BERT weights transfer as a useful initialization for ViT trunks on ImageNet (with newly-learned patch + positional embeddings), supporting the claim that the shared structure exists in weights, not just in activations (Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models §4.3, Fig. 7).
Recent contributions
Section titled “Recent contributions”- [2026-07-08] Structuring Sparsity: Block-Sparse Featurizers Capture Visual Concept Manifolds: First matched-prior tool for the “concepts are multidimensional manifolds” claim this concept has been collecting evidence for. Block-Sparse Featurizers formalize the additive-mixture-of-manifolds data-generating process into a MAP-derived block-sparsity penalty, then decompose DINOv3 / InceptionV1 / SDXL activations into subspaces with per-concept stable rank 2–4 (independent of allotted block capacity up to 128). The InceptionV1 result is the sharpest: all previously-identified curve-detector neurons read off a single continuous curve manifold with Fourier-harmonic internal structure — direct evidence that SAE-style 1D atoms fragment structures that are natively multidimensional. Complements Universal Sparse Autoencoders: Interpretable Cross-Model Concept Alignment (cross-model 1D atoms) on the orthogonal axis of relaxing the SAE prior.
- [2026-05-24] Words That Make Language Models Perceive: Inference-time elicitation of cross-modal alignment in text-only LLMs. Mutual-kNN kernel of Qwen3 generations matches DINOv2 / BEATs more closely under matched sensory cues, scales monotonically with model size and generation length, requires scene-appropriate (not random) sensory language, and pays off on caption-only MME VQA (+2.4 points). Reframes the Platonic Representation Hypothesis as actively elicitable rather than passively observed.
- [2026-05-24] Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models: Training-time amplification of the same shared geometry. A single shared network fed unpaired image + text (+ audio) data — no contrastive loss, no inferred alignment — beats unimodal baselines on 9 vision benchmarks and on audio classification. Quantifies the image–text exchange rate and demonstrates pretrained-BERT-as-ViT-init transfer. Companion paper to Words That Make Language Models Perceive from the same lab.
- [2026-05-22] Deep sequence models tend to memorize geometrically; it is unclear why: The original wiki-anchor datapoint — Transformers / Mamba spontaneously encode multi-hop graph distances in their token embeddings while solving an in-weights path-finding task. Establishes that the geometric bias is a learning bias (not architectural) and traces it to the low-rank spectral bias of CE loss via a Node2Vec reduction.
Open questions
Section titled “Open questions”- What is the exact relationship between the single-model geometric bias (Deep sequence models tend to memorize geometrically; it is unclear why) and the cross-model convergence (Words That Make Language Models Perceive, Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models, Universal Sparse Autoencoders: Interpretable Cross-Model Concept Alignment)? Is the latter just the former applied to a larger shared latent that text, image, and audio sample from — or are they distinct phenomena that the Platonic framing conflates?
- Does the CE-spectral-bias story scale to language and vision and audio losses simultaneously, or do non-CE objectives (flow matching, contrastive, masked reconstruction) recover the same geometry via different mechanisms? Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models uses MSE / CE depending on modality and the effect persists — but no filed paper isolates the loss.
- When does eliciting alignment (Words That Make Language Models Perceive) versus training alignment (Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models) versus distilling alignment (Universal SAEs) buy you more? Inference-time elicitation is free but bounded; training-time weight sharing is durable but requires retraining; distillation is a one-shot. No filed paper compares them head-to-head.
- Why is audio alignment consistently weaker than vision alignment under the same elicitation recipe (Words That Make Language Models Perceive Appendix C)? The paper hypothesizes BEATs encodes low-level acoustic structure that maps less directly to language than DINOv2’s object/scene structure — testable by swapping in semantic audio encoders (AudioCLIP, CLAP).
- Does the geometric bias carry to generative foundation models (DiTs, flow-matching, AR-LMs over visual tokens), or is it specific to discriminative encoders? Universal SAEs were only tested on discriminative vision backbones; the inference-time elicitation only on text-only LLMs.
- Is the per-sample-value-greater-than-one prediction from Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models‘s Theorem 3 quantitatively recoverable in non-toy regimes? The Gaussian experiment confirms it; the real-world exchange rate (1 image ≈ 228 words) is consistent with a > 1 value for an image but doesn’t isolate the per-sample regime where adding text is strictly better than adding an image.
- Where does the geometric bias break? Both Deep sequence models tend to memorize geometrically; it is unclear why and Universal SAEs find universality is partial — only 23–38% of Universal SAE atoms hit cos > 0.5 with independent per-model SAEs (Universal Sparse Autoencoders: Interpretable Cross-Model Concept Alignment §4.4, Table 1), and only ~60–75% of USAE atoms have no high-cos match in independent SAEs. The wiki has no filed characterization of which directions are most cross-modally invariant.
Papers
Section titled “Papers”2025-12
Section titled “2025-12”- The Universal Weight Subspace Hypothesis — The Universal Weight Subspace Hypothesis (published 2025-12-04)
2025-10
Section titled “2025-10”- Deep sequence models tend to memorize geometrically; it is unclear why — Deep sequence models tend to memorize geometrically; it is unclear why (published 2025-10-30)
- Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models — Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models (published 2025-10-09)
- Words That Make Language Models Perceive — Words That Make Language Models Perceive (published 2025-10-02)
2025-02
Section titled “2025-02”- Universal Sparse Autoencoders: Interpretable Cross-Model Concept Alignment — Universal Sparse Autoencoders: Interpretable Cross-Model Concept Alignment (published 2025-02-06)