English

Is Dimensionality a Barrier for Retrieval Models?

Machine Learning 2026-05-25 v1 Information Retrieval Combinatorics

Abstract

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) = \Theta(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.

Keywords

Cite

@article{arxiv.2605.23556,
  title  = {Is Dimensionality a Barrier for Retrieval Models?},
  author = {Kiril Bangachev and Guy Bresler and Jonathan Kogan and Yury Polyanskiy},
  journal= {arXiv preprint arXiv:2605.23556},
  year   = {2026}
}