Johnson–Lindenstrauss lemma
Template:Short description In mathematics, the Johnson–Lindenstrauss lemma is a result named after William B. Johnson and Joram Lindenstrauss concerning low-distortion embeddings of points from high-dimensional into low-dimensional Euclidean space. The lemma states that a set of points in a high-dimensional space can be embedded into a space of much lower dimension in such a way that distances between the points are nearly preserved. In the classical proof of the lemma, the embedding is a random orthogonal projection.
The lemma has applications in compressed sensing, manifold learning, dimensionality reduction, graph embedding, and natural language processing. Much of the data stored and manipulated on computers, including text and images, can be represented as points in a high-dimensional space (see vector space model for the case of text). However, the essential algorithms for working with such data tend to become bogged down very quickly as dimension increases.[1] It is therefore desirable to reduce the dimensionality of the data in a way that preserves its relevant structure.
Statement
Given , a set of points in , and an integer ,[2] there is a linear map such that
for all .
The formula can be rearranged:
Alternatively, for any and any integer [Note 1] there exists a linear function such that the restriction is -bi-Lipschitz.[Note 2]
Also, the lemma is tight up to a constant factor, i.e. there exists a set of points of size N that needs dimension
in order to preserve the distances between all pairs of points within a factor of .[3][4]
The classical proof of the lemma takes to be a scalar multiple of an orthogonal projection onto a random subspace of dimension in . An orthogonal projection collapses some dimensions of the space it is applied to, which reduces the length of all vectors, as well as distance between vectors in the space. Under the conditions of the lemma, concentration of measure ensures there is a nonzero chance that a random orthogonal projection reduces pairwise distances between all points in by roughly a constant factor . Since the chance is nonzero, such projections must exist, so we can choose one and set .
To obtain the projection algorithmically, it suffices with high probability to repeatedly sample orthogonal projection matrices at random. If you keep rolling the dice, you will eventually obtain one in polynomial random time.
Proof
Based on.[5]
Construct a random matrix , obtained by sampling each entry from the standard normal distribution. Then define . Then, for any nonzero vector , let the projected vector be . Standard geometric argument show that is chi-square distributed, that is, . Thus, it satisfies a concentration inequalityBy the union bound, the probability that this relation is true for all of is greater than .
When , the probability is nonzero.
More generally, when , the probability is , allowing arbitrarily high probability of success per sample, and a fortiori polynomial random time.
Alternate statement
A related lemma is the distributional JL lemma. This lemma states that for any and positive integer , there exists a distribution over from which the matrix is drawn such that for and for any unit-length vector , the claim below holds.[6]
One can obtain the JL lemma from the distributional version by setting and for some pair u,v both in X. Then the JL lemma follows by a union bound over all such pairs.
Sparse JL transform
Database-friendly JL transform
(Achlioptas, 2003)[7] proposed "database-friendly" JL transform, using matrices with only entries from (-1, 0, +1).
Fix some unit vector . Define . We have .
Now, since the are IID, we want to apply a Chernoff concentration bound for around 1. This requires upper-bounding the cumulant generating function (CGF).
Template:Math proofTemplate:Hidden end
Now that is stochastically dominated by the standard gaussian, and , it remains to perform a Chernoff bound for , which requires bounding the cumulant generating function on both ends.
Template:Math proofTemplate:Hidden end
Sparser JL transform on well-spread vectors
(Matoušek, 2008)[8] proposed a variant of the above JL transform that is even more sparsified, though it only works on "well-spread" vectors.
Template:Math theoremThe above cases are generalized to the case for matrices with independent, mean-zero, unit variance, subgaussian entries in (Dirksen, 2016).[9]
Speeding up the JL transform
Given A, computing the matrix vector product takes time. There has been some work in deriving distributions for which the matrix vector product can be computed in less than time.
There are two major lines of work. The first, Fast Johnson Lindenstrauss Transform (FJLT),[10] was introduced by Ailon and Chazelle in 2006. This method allows the computation of the matrix vector product in just for any constant .
Another approach is to build a distribution supported over matrices that are sparse.[11] This method allows keeping only an fraction of the entries in the matrix, which means the computation can be done in just time. Furthermore, if the vector has only non-zero entries, the Sparse JL takes time , which may be much less than the time used by Fast JL.
Tensorized random projections
It is possible to combine two JL matrices by taking the so-called face-splitting product, which is defined as the tensor products of the rows (was proposed by V. Slyusar[12] in 1996[13][14][15][16][17] for radar and digital antenna array applications). More directly, let and be two matrices. Then the face-splitting product is[13][14][15][16][17]
This idea of tensorization was used by Kasiviswanathan et al. for differential privacy.[18]
JL matrices defined like this use fewer random bits, and can be applied quickly to vectors that have tensor structure, due to the following identity:[15]
- ,
where is the element-wise (Hadamard) product. Such computations have been used to efficiently compute polynomial kernels and many other Template:Clarify.[19]
In 2020[20] it was shown that if the matrices are independent or Gaussian matrices, the combined matrix satisfies the distributional JL lemma if the number of rows is at least
- .
For large this is as good as the completely random Johnson-Lindenstrauss, but a matching lower bound in the same paper shows that this exponential dependency on is necessary. Alternative JL constructions are suggested to circumvent this.
See also
Notes
References
Further reading
- Template:Citation. Journal version of a paper previously appearing at PODC 2001.
- Template:Citation.
- Template:Citation.
- Template:Citation
- Template:Citation
- Template:Citation.
- Template:Citation
- ↑ For instance, writing about nearest neighbor search in high-dimensional data sets, Jon Kleinberg writes: "The more sophisticated algorithms typically achieve a query time that is logarithmic in n at the expense of an exponential dependence on the dimension d; indeed, even the average case analysis of heuristics such as k-d trees reveal an exponential dependence on d in the query time. Template:Citation.
- ↑ Template:Cite web
- ↑ Template:Citation
- ↑ Template:Citation
- ↑ MIT 18.S096 (Fall 2015): Topics in Mathematics of Data Science, Lecture 5, Johnson-Lindenstrauss Lemma and Gordons Theorem
- ↑ Template:Citation
- ↑ Template:Cite journal
- ↑ Template:Cite journal
- ↑ Template:Cite journal
- ↑ Template:Citation
- ↑ Template:Citation. A preliminary version of this paper was published in the Proceedings of the Twenty-Third Annual ACM-SIAM Symposium on Discrete Algorithms, 2012.
- ↑ Template:Citation
- ↑ 13.0 13.1 Template:Citation
- ↑ 14.0 14.1 Template:Citation
- ↑ 15.0 15.1 15.2 Template:Citation
- ↑ 16.0 16.1 Template:Citation
- ↑ 17.0 17.1 Template:Citation
- ↑ Template:Citation
- ↑ Template:Citation
- ↑ Template:Citation
Cite error: <ref> tags exist for a group named "Note", but no corresponding <references group="Note"/> tag was found