cs.DSMay 5, 2026

Provable Accuracy Collapse in Embedding-Based Representations under Dimensionality Mismatch

Authors: Dionysis ArvanitakisVaggos ChatziafratisYiyuan Luo

Organizations: Northwestern University, IL, USA · University of California

Abstract

Embedding-based representations in Euclidean space Rd\mathbb{R}^d are a cornerstone of modern machine learning, where a major goal is to use the \emph{smallest dimension} that faithfully captures data relations. In this work, we prove sharp dimension--accuracy tradeoffs and identify a fundamental information-theoretic limitation: unless the embedding dimension dd is chosen close to the ground-truth dimension DD, accuracy undergoes a sudden collapse. Our main result shows that this phenomenon arises even in standard contrastive learning settings, where supervision is limited to a set of mm anchor--positive--negative triplets (i,j,k)(i,j,k) encoding distance comparisons dist(i,j)<dist(i,k)\mathrm{dist}(i,j) < \mathrm{dist}(i,k). Specifically, given triplets realizable by an unknown ground-truth embedding in DD dimensions, we prove that there exists constant c<1c < 1, such that \emph{every embedding of dimension at most cDcD violates half of the triplets}, yielding accuracy as low as a trivial one-dimensional solution that ignores the input. We complement our information-theoretic bounds with strong computational hardness results: under the Unique Games Conjecture, even if the given triplets are nearly realizable in D=1D=1 dimension, no polynomial-time algorithm -- \textit{regardless of its dimension} -- can achieve accuracy above the trivial 50%50\% baseline.

Explore similar work

May 22, 2026cs.LG

Is Dimensionality a Barrier for Retrieval Models?

Why does the low dimensionality of representations, typically d1000d\approx 1000, not prevent modern embedding-based retrieval models from scaling to billions, or even trillions, of data points? To answer this question, we study maximal-margin embeddings in the following retrieval model, classically studied in communication complexity [PS86] and more recently in embedding-based retrieval [WBNL26]. Let A{0,1}N×nA\in \{0,1\}^{N\times n} be a matrix indicating whether each of NN queries is relevant to each of nn documents. We are interested in the largest margin m>0,m>0, denoted by mrd(d,A),\mathsf{m}^{\mathsf{rd}}(d, A), for which there exist unit norm embeddings of the queries and documents {Uj}j=1N,{Vi}i=1n\{U_j\}_{j = 1}^N, \{V_i\}_{i = 1}^n with the following property. Uj,Vim\langle U_j, V_i\rangle \ge m whenever Aji=1A_{ji} = 1 and Uj,Vim\langle U_j, V_i\rangle \le -m otherwise. A large margin is a key proxy for representation quality: it controls both robustness to perturbations and compositional generalization across queries. Our main theorem establishes that the best possible margin without a restriction on the dimension, mrd(+,A),\mathsf{m}^{\mathsf{rd}}(+\infty, A), can be nearly achieved in dimension d=O(mrd(+,A)2logn)d = O(\mathsf{m}^{\mathsf{rd}}(+\infty, A)^{-2}\log n) which improves a theorem of [BDES02]. Together with a matching lower bound in Theorem 1.5, we conclude that when A{0,1}(nk)×nA\in \{0,1\}^{\binom{n}{k}\times n} is the matrix containing all possible kk-sparse rows once, dimension d=O(klog(n/k))d = O(k\log (n/k)) is necessary and sufficient for the maximal possible margin mrd(+,A)=Θ(k1/2)\mathsf{m}^{\mathsf{rd}}(+\infty, A) = Θ(k^{-1/2}) in this setting. This fully resolves the setup of [WBNL26]. We also give several constructions for large margins when d=o(klog(n/k)).d = o(k\log (n/k)). Finally, we empirically test the InfoNCE and sigmoid losses for producing large margin embeddings and demonstrate a clear advantage of the sigmoid loss.
Kiril Bangachev, Guy Bresler, Jonathan Kogan +1
Jun 16, 2026stat.ML

Compact Geometric Representations of Hierarchies

Computing geometric representations of data is a cornerstone of modern machine learning, typically achieved by training dual encoders which map queries and documents into a shared embedding space. Recent work of You et al. [NeurIPS '25] has extended this approach to hierarchical retrieval, where relevance is determined by the ancestor-descendant relationships in a Directed Acyclic Graph (DAG). While previous work has shown that valid embeddings exist when the number of descendants is small, these bounds degrade significantly for deep hierarchies, requiring dimensions as large as the total number of nodes. In this paper, we investigate compact reachability embeddings for more general graph classes and provide theoretical guarantees for representing hierarchies using embeddings whose dimension depends on structural graph parameters. We prove that for any directed tree, there exists a reachability embedding in constant dimension 3, independent of the tree's size or depth. We generalize this result to graphs characterized by treewidth tt, constructing embeddings of dimension O(tlogn)O(t \log n), where nn is the number of nodes. Complementing these upper bounds, we provide matching or near-matching lower bounds, showing that dimension Ω(n)Ω(n) is necessary for general DAGs and Ω(t/log(n/t))Ω(t/\log(n/t)) is required for graphs of treewidth tt. We also obtain upper and lower bounds parameterized by the number of cross-edges in the DAG. We additionally show that our embeddings can be constructed on real world datasets, and that they give much smaller dimensions in high recall regimes compared to prior embeddings with theoretical guarantees.
Prashant Gokhale, Piotr Indyk, Yuhao Liu +3
May 21, 2026cs.CL

Structure Retention in Embedding Spaces as a Predictor of Benchmark Performance

In this paper, we show that high-performing embedding models organize their embedding spaces in a consistent way. We evaluate 25 contemporary embedding models on five MTEB tasks spanning four diverse task categories (retrieval, bitext mining, pair classification, and summarization) in both English and multilingual settings, and reveal that nearest-neighbor overlap and magnitude differences in independent component analysis (ICA) between paired text instances strongly correlate (even up to 0.97) with performance on the given task. Ultimately, we show that embedding tasks display varying degrees of linearity and reliance on retention of local information. Our results further the understanding of embeddings, their relation to model performance, and shed light on possible future training objectives and optimizing conditional embeddings.
Amanda Myntti, Jenna Kanerva, Veronika Laippala +1