MLMay 18, 2017

Linear Dimensionality Reduction in Linear Time: Johnson-Lindenstrauss-type Guarantees for Random Subspace

arXiv:1705.06408v14 citations
Originality Incremental advance
AI Analysis

This addresses the problem of scalable dimensionality reduction for high-dimensional data in machine learning, offering a faster alternative to random projections with theoretical backing, though it is incremental as it builds on existing methods with specific enhancements.

The paper tackles efficient dimensionality reduction by proving Johnson-Lindenstrauss-type guarantees for random subspace methods, showing that under mild data regularity, it preserves Euclidean geometry with projection dimensions logarithmic in data points, and improves performance for sparse binary data via a densifying preprocessing step without altering geometry.

We consider the problem of efficient randomized dimensionality reduction with norm-preservation guarantees. Specifically we prove data-dependent Johnson-Lindenstrauss-type geometry preservation guarantees for Ho's random subspace method: When data satisfy a mild regularity condition -- the extent of which can be estimated by sampling from the data -- then random subspace approximately preserves the Euclidean geometry of the data with high probability. Our guarantees are of the same order as those for random projection, namely the required dimension for projection is logarithmic in the number of data points, but have a larger constant term in the bound which depends upon this regularity. A challenging situation is when the original data have a sparse representation, since this implies a very large projection dimension is required: We show how this situation can be improved for sparse binary data by applying an efficient `densifying' preprocessing, which neither changes the Euclidean geometry of the data nor requires an explicit matrix-matrix multiplication. We corroborate our theoretical findings with experiments on both dense and sparse high-dimensional datasets from several application domains.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes