Random Projections May Not Preserve Key Geometric Information.

Piyush Sao· September 3, 2026 View original

Key takeaways

  • Johnson-Lindenstrauss lemma can be uninformative about key geometric features.
  • Random projections may not preserve nearest-neighbor rankings or covariance shape effectively.
  • The study quantifies the exact limits of information retained for Gaussian data.
  • Relying solely on JL guarantees for geometric preservation can be misleading.

Who benefits

Data ScienceMachine LearningBig Data AnalyticsComputer VisionBioinformatics

Summary

This research shows that while Johnson-Lindenstrauss (JL) lemma guarantees distance preservation, random projections can be uninformative about crucial geometric features like nearest-neighbor rankings or covariance shape. It quantifies the exact limits of information retained for Gaussian data.

A new study challenges the common assumption that random projections, as guaranteed by the Johnson-Lindenstrauss (JL) lemma, adequately preserve all essential geometric information in high-dimensional data. While the JL lemma ensures that pairwise squared distances are maintained within a certain error margin after projection to a lower dimension, this research demonstrates that such preservation can be misleading. For instance, a random replacement map can satisfy the JL bound even if the projected data is entirely independent of the original, rendering the bound uninformative about retained geometry. The paper delves into how well any decoder can recover features of squared distances from a linear sketch. For isotropic Gaussian data, the authors diagonalize the recovery operator, providing a closed-form solution for its singular values. This analysis leads to three sharp consequences: a rank-m sketch retains at most an m/d fraction of the variance of any single squared distance feature; expected Kendall correlation vanishes when log n << m << d, even if the JL bound is satisfied; and Haar-averaged retained covariance-shape information is only (m/d)^2. These findings indicate that JL distance preservation does not necessarily quantify the geometry available for comparison or inference, highlighting a significant limitation for tasks like nearest-neighbor search or clustering.

Why it matters

For professionals working with high-dimensional data, dimensionality reduction, or machine learning algorithms that rely on geometric properties (e.g., clustering, nearest-neighbor search), this research provides a critical understanding of the limitations of random projections. It suggests that relying solely on JL guarantees might lead to suboptimal or incorrect conclusions about data structure.

How to implement this in your domain

  1. 1Re-evaluate the use of random projections in high-dimensional data analysis pipelines, especially for tasks sensitive to geometric structure.
  2. 2Consider alternative dimensionality reduction techniques if preserving nearest-neighbor relationships or covariance shape is critical.
  3. 3Quantify the actual information loss when applying random projections by analyzing metrics beyond pairwise distances, such as Kendall correlation or covariance shape.
  4. 4Educate data scientists and engineers on the nuanced limitations of the Johnson-Lindenstrauss lemma in practical applications.

Original post by Piyush Sao

"arXiv:2609.02155v1 Announce Type: new Abstract: The Johnson-Lindenstrauss (JL) lemma guarantees that a random projection of $n$ points to $m=O(\varepsilon^{-2}\log n)$ dimensions preserves pairwise squared distances within relative error $\varepsilon$ with high probability, and t…"

View on X

Originally posted by Piyush Sao on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses