Johnson–Lindenstrauss lemma

From HandWiki
Short description: Mathematical result

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 0<ε<1, a set X of N points in n , and an integer k>8(lnN)/ε2,[2] there is a linear map f:nk such that

(1ε)uv2f(u)f(v)2(1+ε)uv2

for all u,vX.

The formula can be rearranged:(1+ε)1f(u)f(v)2uv2(1ε)1f(u)f(v)2

Alternatively, for any ϵ(0,1) and any integer k15(lnN)/ε2[Note 1] there exists a linear function f:nk such that the restriction f|X is (1+ε)-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

Ω(log(N)ε2)

in order to preserve the distances between all pairs of points within a factor of (1±ε).[3][4]

The classical proof of the lemma takes f to be a scalar multiple of an orthogonal projection P onto a random subspace of dimension k in n. 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 X by roughly a constant factor c. Since the chance is nonzero, such projections must exist, so we can choose one P and set f(v)=Pv/c.

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 A𝒩(0,1)k×n, obtained by sampling each entry from the standard normal distribution. Then define P:=A/k. Then, for any nonzero vector xn, let the projected vector be x^:=Ax. Standard geometric argument show that r:=x^2x2 is chi-square distributed, that is, rχ2(k). Thus, it satisfies a concentration inequality for the chi-squared distribution:Pr(r(1±ϵ)k)12ek2(12ϵ213ϵ3)By the union bound, the probability that this relation is true for all of x1,,xN is greater than 12Nek2(12ϵ213ϵ3).

When k4ln2Nϵ2(12ϵ/3), the probability is nonzero.

More generally, when k4(d+1)ln2Nϵ2(12ϵ/3), the probability is 11/(2N)d, 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 0<ε,δ<1/2 and positive integer d, there exists a distribution over k×d from which the matrix A is drawn such that for k=O(ε2log(1/δ)) and for any unit-length vector xd, the claim below holds.[6]

P(|Ax221|>ε)<δ

One can obtain the JL lemma from the distributional version by setting x=(uv)/uv2 and δ<1/n2 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).

Theorem (Achlioptas, 2003, Theorem 1.1) — Let the random k×n projection matrix R have entries drawn i.i.d., either from

Rij={+1 with probability 1/21 with probability 1/2

or from Rij={+3 with probability 1/60 with probability 2/33 with probability 1/6

Given a vector v, we define the random projection f(v)=1kRv. Then for any vector vn, we have lnPr(f(v)22(1+ϵ)v22)k2(ϵ22ϵ33)ϵ>0lnPr(f(v)22(1ϵ)v22)k2(ϵ22ϵ33)ϵ(0,1)

Fix some unit vector vn. Define Qi:=jRijvj. We have f(v)22=1kiQi2.

Now, since the Q1,,Qk are IID, we want to apply a Chernoff concentration bound for 1kiQi2 around 1. This requires upper-bounding the cumulant generating function (CGF).

Moment bounds (Achlioptas, 2003, Section 6) — For any k1,2,, the moment of Qi is upper-bound by the standard gaussian ZN(0,1): E[Qi2k1]=0=E[Z2k1],E[Qi2k]E[Z2k]

Proof

Now that Qi is stochastically dominated by the standard gaussian, and E[Qi2]=1, it remains to perform a Chernoff bound for Qi2, which requires bounding the cumulant generating function on both ends.

The rest of the calculation

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.

Theorem (Matoušek 2008, Theorem 4.1) — Assume that n,ϵ(0,1/2),δ(0,1),α[n1/2,1],q[C0α2ln(n/ϵδ),1],k[C1ϵ2ln4δ,n], where C0,C1 are absolute constants, and k is an integer.

Let R be a k×n matrix sampled IID with

Rij={+q1/2 with probability 12qq1/2 with probability 12q0 with probability 1q

Then, for any unit vector vn such that vα, we have Pr(f(v)22[1±ϵ])1δ

where f(v)=1kRv.

The 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 O(kd) time. There has been some work in deriving distributions for which the matrix vector product can be computed in less than O(kd) 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 dlogd+k2+γ for any constant γ>0.

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 kdε time. Furthermore, if the vector has only b non-zero entries, the Sparse JL takes time kbε, which may be much less than the dlogd 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 C3×3 and D3×3 be two matrices. Then the face-splitting product CD is[13][14][15][16][17]

CD=[C1D1C2D2C3D3].

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]

(𝐂𝐃)(xy)=𝐂x𝐃y=[(𝐂x)1(𝐃y)1(𝐂x)2(𝐃y)2],

where is the element-wise (Hadamard) product. Such computations have been used to efficiently compute polynomial kernels and many other linear-algebra algorithms[clarification needed].[19]

In 2020[20] it was shown that if the matrices C1,C2,,Cc are independent ±1 or Gaussian matrices, the combined matrix C1Cc satisfies the distributional JL lemma if the number of rows is at least

O(ϵ2log1/δ+ϵ1(1clog1/δ)c).

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 (log1/δ)c is necessary. Alternative JL constructions are suggested to circumvent this.

See also

Notes

  1. Or any integer k>128(lnN)/(9ε2).
  2. This result follows from the above result. Sketch of proof: Note 1/(1+ε)<13ε/4 and 1+3ε/4<1+ε<1+ε for all ε(0,1). Do casework for 1=N and 1<N, applying the above result to 3ε/4 in the latter case, noting 128/9<15.

References

  1. 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. Kleinberg, Jon M. (1997), "Two Algorithms for Nearest-neighbor Search in High Dimensions", Proceedings of the Twenty-Ninth Annual ACM Symposium on Theory of Computing, STOC '97, New York, NY, USA: ACM, pp. 599–608, doi:10.1145/258533.258653, ISBN 0-89791-888-6 .
  2. Fernandez-Granda, Carlos. "Lecture notes 5: Random projections". p. 6. https://cims.nyu.edu/~cfgranda/pages/OBDA_spring16/material/random_projections.pdf. "Lemma 2.6 (Johnson-Lindenstrauss lemma)" 
  3. Larsen, Kasper Green; Nelson, Jelani (2017), "Optimality of the Johnson-Lindenstrauss Lemma", Proceedings of the 58th Annual IEEE Symposium on Foundations of Computer Science (FOCS), pp. 633–638, doi:10.1109/FOCS.2017.64, ISBN 978-1-5386-3464-6 
  4. Nielsen, Frank (2016), "10. Fast approximate optimization in high dimensions with core-sets and fast dimension reduction", Introduction to HPC with MPI for Data Science, Springer, pp. 259–272, ISBN 978-3-319-21903-5, https://www.researchgate.net/publication/313162957 
  5. MIT 18.S096 (Fall 2015): Topics in Mathematics of Data Science, Lecture 5, Johnson-Lindenstrauss Lemma and Gordons Theorem
  6. Johnson, William B.; Lindenstrauss, Joram (1984), "Extensions of Lipschitz mappings into a Hilbert space", in Beals, Richard; Beck, Anatole; Bellow, Alexandra et al., Conference in modern analysis and probability (New Haven, Conn., 1982), Contemporary Mathematics, 26, Providence, RI: American Mathematical Society, pp. 189–206, doi:10.1090/conm/026/737400, ISBN 0-8218-5030-X, https://archive.org/details/conferenceinmode0000conf/page/189 
  7. Achlioptas, Dimitris (June 2003). "Database-friendly random projections: Johnson-Lindenstrauss with binary coins". Journal of Computer and System Sciences 66 (4): 671–687. doi:10.1016/s0022-0000(03)00025-4. ISSN 0022-0000. https://doi.org/10.1016/s0022-0000(03)00025-4. 
  8. Matoušek, Jiří (September 2008). "On variants of the Johnson–Lindenstrauss lemma" (in en). Random Structures & Algorithms 33 (2): 142–156. doi:10.1002/rsa.20218. ISSN 1042-9832. https://onlinelibrary.wiley.com/doi/10.1002/rsa.20218. 
  9. Dirksen, Sjoerd (2016-10-01). "Dimensionality Reduction with Subgaussian Matrices: A Unified Theory" (in en). Foundations of Computational Mathematics 16 (5): 1367–1396. doi:10.1007/s10208-015-9280-x. ISSN 1615-3383. https://link.springer.com/article/10.1007/s10208-015-9280-x. 
  10. Ailon, Nir; Chazelle, Bernard (2006), "Approximate nearest neighbors and the fast Johnson–Lindenstrauss transform", Proceedings of the 38th Annual ACM Symposium on Theory of Computing, New York: ACM Press, pp. 557–563, doi:10.1145/1132516.1132597, ISBN 1-59593-134-1 
  11. Kane, Daniel M.; Nelson, Jelani (2014), "Sparser Johnson-Lindenstrauss Transforms", Journal of the ACM 61 (1): 1, doi:10.1145/2559902 . A preliminary version of this paper was published in the Proceedings of the Twenty-Third Annual ACM-SIAM Symposium on Discrete Algorithms, 2012.
  12. Esteve, Anna; Boj, Eva; Fortiana, Josep (2009), "Interaction terms in distance-based regression", Communications in Statistics 38 (18–20): 3498–3509, doi:10.1080/03610920802592860 
  13. 13.0 13.1 Slyusar, V. I. (December 27, 1996), "End products in matrices in radar applications.", Radioelectronics and Communications Systems 41 (3): 50–53, http://slyusar.kiev.ua/en/IZV_1998_3.pdf 
  14. 14.0 14.1 Slyusar, V. I. (1997-05-20), "Analytical model of the digital antenna array on a basis of face-splitting matrix products.", Proc. ICATT-97, Kyiv: 108–109, http://slyusar.kiev.ua/ICATT97.pdf 
  15. 15.0 15.1 15.2 Slyusar, V. I. (1997-09-15), "New operations of matrices product for applications of radars", Proc. Direct and Inverse Problems of Electromagnetic and Acoustic Wave Theory (DIPED-97), Lviv.: 73–74, http://slyusar.kiev.ua/DIPED_1997.pdf 
  16. 16.0 16.1 Slyusar, V. I. (March 13, 1998), "A Family of Face Products of Matrices and its Properties", Cybernetics and Systems Analysis C/C of Kibernetika I Sistemnyi Analiz.- 1999. 35 (3): 379–384, doi:10.1007/BF02733426, http://slyusar.kiev.ua/FACE.pdf 
  17. 17.0 17.1 Slyusar, V. I. (2003), "Generalized face-products of matrices in models of digital antenna arrays with nonidentical channels", Radioelectronics and Communications Systems 46 (10): 9–17, http://slyusar.kiev.ua/en/IZV_2003_10.pdf 
  18. Kasiviswanathan, Shiva Prasad; Rudelson, Mark; Smith, Adam D.; Ullman, Jonathan R. (2010), "The price of privately releasing contingency tables and the spectra of random matrices with correlated rows", in Schulman, Leonard J., Proceedings of the 42nd ACM Symposium on Theory of Computing, STOC 2010, Cambridge, Massachusetts, USA, 5–8 June 2010, Association for Computing Machinery, pp. 775–784, doi:10.1145/1806689.1806795, ISBN 978-1-4503-0050-6 
  19. Woodruff, David P. (2014), Sketching as a Tool for Numerical Linear Algebra, Foundations and Trends in Theoretical Computer Science, 10, doi:10.1561/0400000060 
  20. Ahle, Thomas; Kapralov, Michael; Knudsen, Jakob (2020), "Oblivious Sketching of High-Degree Polynomial Kernels", ACM-SIAM Symposium on Discrete Algorithms, Association for Computing Machinery, pp. 141–160, doi:10.1137/1.9781611975994.9, ISBN 978-1-61197-599-4 

Further reading