The $\ell_p$-Subspace Sketch Problem in Small Dimensions with Applications to Support Vector Machines

November 14, 2022 Β· Declared Dead Β· πŸ› ACM-SIAM Symposium on Discrete Algorithms

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Yi Li, Honghao Lin, David P. Woodruff arXiv ID 2211.07132 Category cs.DS: Data Structures & Algorithms Citations 1 Venue ACM-SIAM Symposium on Discrete Algorithms Last Checked 4 months ago
Abstract
In the $\ell_p$-subspace sketch problem, we are given an $n\times d$ matrix $A$ with $n>d$, and asked to build a small memory data structure $Q(A,Ρ)$ so that, for any query vector $x\in\mathbb{R}^d$, we can output a number in $(1\pmΡ)\|Ax\|_p^p$ given only $Q(A,Ρ)$. This problem is known to require $\tildeΩ(dΡ^{-2})$ bits of memory for $d=Ω(\log(1/Ρ))$. However, for $d=o(\log(1/Ρ))$, no data structure lower bounds were known. We resolve the memory required to solve the $\ell_p$-subspace sketch problem for any constant $d$ and integer $p$, showing that it is $Ω(Ρ^{-2(d-1)/(d+2p)})$ bits and $\tilde{O} (Ρ^{-2(d-1)/(d+2p)})$ words. This shows that one can beat the $Ω(Ρ^{-2})$ lower bound, which holds for $d = Ω(\log(1/Ρ))$, for any constant $d$. We also show how to implement the upper bound in a single pass stream, with an additional multiplicative $\operatorname{poly}(\log \log n)$ factor and an additive $\operatorname{poly}(\log n)$ cost in the memory. Our bounds can be applied to point queries for SVMs with additive error, yielding an optimal bound of $\tildeΘ(Ρ^{-2d/(d+3)})$ for every constant $d$. This is a near-quadratic improvement over the $Ω(Ρ^{-(d+1)/(d+3)})$ lower bound of (Andoni et al. 2020). Our techniques rely on a novel connection to low dimensional techniques from geometric functional analysis.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted