Representational Convergence

59 beliefs (59 IN, 0 OUT)

The topic of Representational Convergence encompasses the theoretical, methodological, and empirical landscape surrounding whether independently trained neural networks develop shared geometric structure in their internal representations, and if so, in what form and under what conditions. At its center sits the Platonic Representation Hypothesis (prh-convergence-in-distance-measure-not-accuracy), which posits that convergence manifests specifically in how models measure distance between datapoints rather than in task accuracy, and that this convergence to shared global geometric structure logically implies the weaker Aristotelian Representation Hypothesis about local neighborhood relationships, but not conversely (prh-implies-arh-but-not-converse). The formal proof of PRH, however, is bounded: it holds only when the observation function is a bijective projection of the underlying world, and lossy or stochastic observations break the convergence guarantee (prh-formal-proof-requires-bijective-observations). The practical significance of this research lies in distinguishing genuine learned alignment from architectural artifacts, a distinction with direct consequences for model interpretability, cross-modal transfer, and the interpretation of standard benchmarks that may be measuring the same geometric quantity that governs internal feature organization (evaluation-geometry-convergence).

The empirical findings in this cluster converge on a striking local-global dissociation. Before calibration, global spectral metrics such as CKA show strong scaling trends with model capability, but this is largely an artifact: the width confounder drives sample CKA toward 1 as dimensionality grows (cka-width-inflation-gap-exact), and the depth confounder inflates maximum-aggregated scores via multiple comparisons over layer pairs (depth-confounder-scales-as-sqrt-log-m). Proper aggregation-aware calibration requires applying a single shared permutation across all layers to preserve the joint dependence structure exploited by the selection operator (aggregation-aware-calibration-requires-same-permutation-across-layers, aggregation-calibration-shared-permutation), and one must calibrate the aggregated statistic rather than per-element scores to preserve super-uniformity (aggregation-calibration-order-matters). After this calibration, the picture inverts: global metrics lose their scaling trend (linear CKA Pearson r drops from 0.86 to 0.45; Unbiased CKA from 0.65 to −0.01) while local neighborhood metrics like mutual k-NN retain significant alignment (post-calibration-cka-correlation-drops-while-mknn-persists, local-global-dissociation-after-calibration). This pattern holds across text-image, text-video, and text-audio modality pairs (prh-findings-generalize-across-three-modality-pairs), and the qualitative pattern is invariant across significance levels (alpha-invariance-of-local-global-pattern). The cross-modal convergence that does survive is coarse and categorical rather than fine-grained: alignment at k = n/100 remains stable across gallery sizes, while alignment at fixed small k drops dramatically (coarse-grained-cross-modal-convergence-stable-at-k-n100, mutual-knn-captures-coarse-categorical-not-fine-grained-alignment). Models agree on which points are neighbors (topological structure) but not on how close they are (metric structure) (topological-not-metric-cross-modal-alignment). Several additional dissociations sharpen the picture: CKA is higher on problems models collectively fail than on problems they solve (difficulty-inversion-cka-values, difficulty-inversion-cka-higher-on-failed-problems), representational similarity drops sharply from pre-decision to post-decision layers indicating convergence is concentrated in input encoding rather than output generation (generation-gap-pre-vs-post-decision-cka), different-answer problem pairs yield higher CKA than same-answer pairs dissociating representational similarity from output agreement (different-answer-pairs-yield-higher-cka-than-same-answer), and randomly initialized models exhibit higher CKA than trained models, revealing a large architectural component (causal masking, residual streams, layer normalization) beneath the learned signal (random-init-cka-exceeds-trained-cka). The Usama and Chang (2026) study across 16 models and 800 problems formalizes three such dissociations between representational and reasoning convergence (convergence-study-tested-16-models-800-problems), with effects stronger in base models than instruction-tuned variants (convergence-effects-stronger-in-base-models-than-instruction-tuned), and the difficulty inversion effect specifically reversed on GSM8K mathematics problems, attributed to algorithmic compressibility constraining valid solution strategies (gsm8k-reverses-difficulty-inversion).

On the question of belief status, all beliefs in this topic are currently IN; no beliefs have been retracted. The cluster contains a mix of foundational premises and derived findings. Premise-level beliefs include the formal metric definitions (prh-cka-defined-as-normalized-hsic, prh-mnn-per-sample-average-intersection-formula, prh-kernel-formal-definition, rv-coefficient-equals-linear-cka-on-centered-data, procrustes-rotation-invariant-scaling-sensitive), the statistical theorems bounding behavior (bernstein-von-mises-gaussian-convergence, freedman-1965-bvm-countable-failure, width-confounder-cka-null-baseline-o-d-over-n, unbiased-cka-can-be-negative), and the calibration methodology requirements (aggregation-calibration-order-matters, aggregation-calibration-shared-permutation). Derived or empirical findings include the local-global dissociation results, the difficulty inversion, the generation gap, the random-init comparison, and the cross-modal gallery-scaling results. A notable internal tension is captured by the finding that CKA is sensitive to network scale and can be null-calibrated away, while mutual kNN is more stable for local structural comparison, though mutual kNN was previously validated only under small-scale and bijective conditions (cka-sensitive-to-scale-unlike-mutual-knn), and that the mKNN trend peaks at k=10 and flattens by k=100 while CKA-RBF trend depends on bandwidth choice (mKNN-trend-peaks-at-k-10). The geometric framing extends beyond pure representation comparison: the industry trajectory of expanding context windows and agentic loops is read as operationalizing a two-channel architecture of superposed parametric memory and unbounded contextual complement that jointly span a broader effective semantic space (context-trend-as-geometric-convergence-in-practice-v2), while the formal optimality of contrastive losses ties the learning objective back to the same PMI structure that the convergence metrics quantify (prh-infonce-optimal-equals-kpmi-plus-input-dependent-offset, prh-binary-nce-optimal-equals-kpmi-plus-constant). The practical accessibility of these convergent capabilities remains constrained by engineering effort, safety concerns, and licensing tensions that operate orthogonally to raw model capability (frontier-accessibility-gap-persists-despite-capability-convergence-v2).