English

Exponentially Improved Dimensionality Reduction for $\ell_1$: Subspace Embeddings and Independence Testing

Data Structures and Algorithms 2021-08-09 v3

Abstract

Despite many applications, dimensionality reduction in the 1\ell_1-norm is much less understood than in the Euclidean norm. We give two new oblivious dimensionality reduction techniques for the 1\ell_1-norm which improve exponentially over prior ones: 1. We design a distribution over random matrices SRr×nS \in \mathbb{R}^{r \times n}, where r=2O~(d/(εδ))r = 2^{\tilde O(d/(\varepsilon \delta))}, such that given any matrix ARn×dA \in \mathbb{R}^{n \times d}, with probability at least 1δ1-\delta, simultaneously for all xx, SAx1=(1±ε)Ax1\|SAx\|_1 = (1 \pm \varepsilon)\|Ax\|_1. Note that SS is linear, does not depend on AA, and maps 1\ell_1 into 1\ell_1. Our distribution provides an exponential improvement on the previous best known map of Wang and Woodruff (SODA, 2019), which required r=22Ω(d)r = 2^{2^{\Omega(d)}}, even for constant ε\varepsilon and δ\delta. Our bound is optimal, up to a polynomial factor in the exponent, given a known 2d2^{\sqrt d} lower bound for constant ε\varepsilon and δ\delta. 2. We design a distribution over matrices SRk×nS \in \mathbb{R}^{k \times n}, where k=2O(q2)(ε1qlogd)O(q)k = 2^{O(q^2)}(\varepsilon^{-1} q \log d)^{O(q)}, such that given any qq-mode tensor A(Rd)qA \in (\mathbb{R}^{d})^{\otimes q}, one can estimate the entrywise 1\ell_1-norm A1\|A\|_1 from S(A)S(A). Moreover, S=S1S2SqS = S^1 \otimes S^2 \otimes \cdots \otimes S^q and so given vectors u1,,uqRdu_1, \ldots, u_q \in \mathbb{R}^d, one can compute S(u1u2uq)S(u_1 \otimes u_2 \otimes \cdots \otimes u_q) in time 2O(q2)(ε1qlogd)O(q)2^{O(q^2)}(\varepsilon^{-1} q \log d)^{O(q)}, which is much faster than the dqd^q time required to form u1u2uqu_1 \otimes u_2 \otimes \cdots \otimes u_q. Our linear map gives a streaming algorithm for independence testing using space 2O(q2)(ε1qlogd)O(q)2^{O(q^2)}(\varepsilon^{-1} q \log d)^{O(q)}, improving the previous doubly exponential (ε1logd)qO(q)(\varepsilon^{-1} \log d)^{q^{O(q)}} space bound of Braverman and Ostrovsky (STOC, 2010).

Keywords

Cite

@article{arxiv.2104.12946,
  title  = {Exponentially Improved Dimensionality Reduction for $\ell_1$: Subspace Embeddings and Independence Testing},
  author = {Yi Li and David P. Woodruff and Taisuke Yasuda},
  journal= {arXiv preprint arXiv:2104.12946},
  year   = {2021}
}

Comments

Appeared in COLT 2021; abstract shortened to meet arXiv requirements; v2: minor fixes for camera ready version; v3: improved bounds

R2 v1 2026-06-24T01:32:50.252Z