Exact Limits of Random Projections for Preserving Geometry: Distance Recovery, Nearest-Neighbor Rankings, and Covariance Shape in Gaussian Models

arXiv:2609.02155 2026 Architecture 2 ideas extracted · analyzed Sep 3, 2026

What the math gives to ML

The paper identifies a concrete failure mode of Johnson–Lindenstrauss guarantees: preserving large pairwise distances does not imply preserving the small centered fluctuations that determine rankings, nearest neighbors, or covariance shape. Its Gaussian calculations provide quantitative signal-retention laws: a rank-m sketch retains at most an m/d fraction of the variance of any feature of one squared distance, while ranking correlation scales only as sqrt(m/d). These formulas can become practical dimension-budget rules and training diagnostics for projection bottlenecks, compressed embeddings, and low-dimensional retrieval representations. The most useful transfer is a centered-distance-aware projection objective and a dimension selector based on ranking quality rather than the JL event alone.

Ideas from this paper

Mechanism failed 2026

Ranking-Aware Projection Dimension Rule

Replace the usual JL dimension choice with a task-specific dimension budget based on the paper's asymptotic ranking law. For retrieval, nearest-neighbor search, or compressed attention keys, choose m from a target Kendall correlation and automatically expand the projection when measured ranking quality falls below the target.

Useful7/10
Difficulty3/10
Novelty7/10
Paper: Exact Limits of Random Projections for Preserving Geometry: Distance Recovery, Nearest-Neighbor Rankings, and Covariance Shape in Gaussian Models arXiv:2609.02155
Failed on benchmark 2026

Centered-Geometry Projection Loss

Train a low-dimensional projection of embeddings against centered pairwise geometry instead of only using raw-distance preservation or a JL-style guarantee. The loss removes the population or minibatch distance baseline before comparing distances, forcing the bottleneck to retain the fluctuations that carry ranking and task information.

Useful7/10
Difficulty4/10
Novelty6/10
Paper: Exact Limits of Random Projections for Preserving Geometry: Distance Recovery, Nearest-Neighbor Rankings, and Covariance Shape in Gaussian Models arXiv:2609.02155