English

Barriers for Faster Dimensionality Reduction

Data Structures and Algorithms 2022-07-08 v1

Abstract

The Johnson-Lindenstrauss transform allows one to embed a dataset of nn points in Rd\mathbb{R}^d into Rm,\mathbb{R}^m, while preserving the pairwise distance between any pair of points up to a factor (1±ε)(1 \pm \varepsilon), provided that m=Ω(ε2lgn)m = \Omega(\varepsilon^{-2} \lg n). The transform has found an overwhelming number of algorithmic applications, allowing to speed up algorithms and reducing memory consumption at the price of a small loss in accuracy. A central line of research on such transforms, focus on developing fast embedding algorithms, with the classic example being the Fast JL transform by Ailon and Chazelle. All known such algorithms have an embedding time of Ω(dlgd)\Omega(d \lg d), but no lower bounds rule out a clean O(d)O(d) embedding time. In this work, we establish the first non-trivial lower bounds (of magnitude Ω(mlgm)\Omega(m \lg m)) for a large class of embedding algorithms, including in particular most known upper bounds.

Keywords

Cite

@article{arxiv.2207.03304,
  title  = {Barriers for Faster Dimensionality Reduction},
  author = {Ora Nova Fandina and Mikael Møller Høgsgaard and Kasper Green Larsen},
  journal= {arXiv preprint arXiv:2207.03304},
  year   = {2022}
}
R2 v1 2026-06-24T12:17:16.459Z