The -Subspace Sketch Problem in Small Dimensions with Applications to Support Vector Machines
arXiv:2211.07132
Abstract
In the -subspace sketch problem, we are given an matrix with , and asked to build a small memory data structure so that, for any query vector , we can output a number in given only . This problem is known to require bits of memory for . However, for , no data structure lower bounds were known. We resolve the memory required to solve the -subspace sketch problem for any constant and integer , showing that it is bits and words. This shows that one can beat the lower bound, which holds for , for any constant . We also show how to implement the upper bound in a single pass stream, with an additional multiplicative factor and an additive cost in the memory. Our bounds can be applied to point queries for SVMs with additive error, yielding an optimal bound of for every constant . This is a near-quadratic improvement over the lower bound of (Andoni et al. 2020). Our techniques rely on a novel connection to low dimensional techniques from geometric functional analysis.
Corrected the citation for Lemma 3.3 and adjusted the constants in the proof accordingly