English

Fast Dimensionality Reduction from $\ell_2$ to $\ell_p$

Probability 2025-10-30 v1 Data Structures and Algorithms

Abstract

The Johnson-Lindenstrauss (JL) lemma is a fundamental result in dimensionality reduction, ensuring that any finite set XRdX \subseteq \mathbb{R}^d can be embedded into a lower-dimensional space Rk\mathbb{R}^k while approximately preserving all pairwise Euclidean distances. In recent years, embeddings that preserve Euclidean distances when measured via the 1\ell_1 norm in the target space have received increasing attention due to their relevance in applications such as nearest neighbor search in high dimensions. A recent breakthrough by Dirksen, Mendelson, and Stollenwerk established an optimal 21\ell_2 \to \ell_1 embedding with computational complexity O(dlogd)O(d \log d). In this work, we generalize this direction and propose a simple linear embedding from 2\ell_2 to p\ell_p for any p[1,2]p \in [1,2] based on a construction of Ailon and Liberty. Our method achieves a reduced runtime of O(dlogk)O(d \log k) when kd1/4k \leq d^{1/4}, improving upon prior runtime results when the target dimension is small. Additionally, we show that for \emph{any norm} \|\cdot\| in the target space, any embedding of (Rd,2)(\mathbb{R}^d, \|\cdot\|_2) into (Rk,)(\mathbb{R}^k, \|\cdot\|) with distortion ε\varepsilon generally requires k=Ω(ε2log(ε2n)/log(1/ε))k = \Omega\big(\varepsilon^{-2} \log(\varepsilon^2 n)/\log(1/\varepsilon)\big), matching the optimal bound for the 2\ell_2 case up to a logarithmic factor.

Keywords

Cite

@article{arxiv.2510.25541,
  title  = {Fast Dimensionality Reduction from $\ell_2$ to $\ell_p$},
  author = {Rafael Chiclana and Mark Iwen},
  journal= {arXiv preprint arXiv:2510.25541},
  year   = {2025}
}

Comments

17 pages 0 figures

R2 v1 2026-07-01T07:11:56.468Z