Streaming Complexity of SVMs
Alexandr Andoni, Collin Burns, Yi Li, Sepideh Mahabadi, David P., Woodruff

TL;DR
This paper investigates the space complexity of streaming algorithms for bias-regularized SVMs, revealing polynomial lower bounds and more space-efficient algorithms for low-dimensional cases, advancing understanding of streaming SVM optimization.
Contribution
It introduces new space complexity bounds for streaming SVM algorithms, including polynomial lower bounds and algorithms that outperform SGD in low dimensions.
Findings
Polynomial space lower bounds for point estimation and optimization.
Streaming algorithms with space polynomially smaller than SGD for low dimensions.
Tight bounds of (1/\u03b5) for point estimation in 1D.
Abstract
We study the space complexity of solving the bias-regularized SVM problem in the streaming model. This is a classic supervised learning problem that has drawn lots of attention, including for developing fast algorithms for solving the problem approximately. One of the most widely used algorithms for approximately optimizing the SVM objective is Stochastic Gradient Descent (SGD), which requires only random samples, and which immediately yields a streaming algorithm that uses space. For related problems, better streaming algorithms are only known for smooth functions, unlike the SVM objective that we focus on in this work. We initiate an investigation of the space complexity for both finding an approximate optimum of this objective, and for the related ``point estimation'' problem of sketching the data set to evaluate the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsStochastic Gradient Descent · Support Vector Machine
