Contents
Johnson–Lindenstrauss lemma
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. It is therefore desirable to reduce the dimensionality of the data in a way that preserves its relevant structure. The lemma likely explains how large language models (LLMs) like transformers are able to represent highly nuanced word meanings and context in relatively low-dimension embeddings.
Lemma
Given, a set X of m points in , and an integer , there is a linear map such that for all u,v \in X. The formula can be rearranged: Alternatively, for any and any integer there exists a linear function such that the restriction f|_X is -bi-Lipschitz. Also, the lemma is tight up to a constant factor, i.e. there exists a set of points of size m that needs dimension in order to preserve the distances between all pairs of points within a factor of. The classical proof of the lemma takes f to be a scalar multiple of an orthogonal projection P onto a random subspace of dimension n 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 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.
Alternate statement
A related lemma is the distributional JL lemma. This lemma states that for any and positive integer d, there exists a distribution over from which the matrix A is drawn such that for and for any unit-length vector, the claim below holds. 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.
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), was introduced by Ailon and Chazelle in 2006. This method allows the computation of the matrix vector product in just for any constant \gamma>0. Another approach is to build a distribution supported over matrices that are sparse. This method allows keeping only an \varepsilon fraction of the entries in the matrix, which means the computation can be done in just time. Furthermore, if the vector has only b non-zero entries, the Sparse JL takes time, which may be much less than the d\log d 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 in 1996 for radar and digital antenna array applications). More directly, let and be two matrices. Then the face-splitting product is This idea of tensorization was used by Kasiviswanathan et al. for differential privacy. 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: where \circ is the element-wise (Hadamard) product. Such computations have been used to efficiently compute polynomial kernels and many other. In 2020 it was shown that if the matrices are independent \pm1 or Gaussian matrices, the combined matrix satisfies the distributional JL lemma if the number of rows is at least For large \epsilon 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.
This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.
Wikipedia® is a registered trademark of the
Wikimedia Foundation, Inc.
Bliptext is not
affiliated with or endorsed by Wikipedia or the
Wikimedia Foundation.