Fast, Parallel, Query-Efficient Binary Classification

July 05, 2026 Β· Grace Period Β· πŸ› COLT 2026

⏳ Grace Period
This paper is less than 90 days old. We give authors time to release their code before passing judgment.
Authors Ishani Karmarkar, Liam O'Carroll, Aaron Sidford arXiv ID 2607.04062 Category math.OC: Optimization & Control Cross-listed cs.DS, cs.LG Citations 0 Venue COLT 2026
Abstract
We study the fundamental classification problem of computing a separating hyperplane for a binary-labeled dataset of size $n$ with normalized $d$-dimensional features. Letting $Ξ¦\in \mathbb{R}^{n \times d}$ denote the feature matrix and $Ξ³$ the margin of the maximum-margin separating hyperplane, we present a randomized algorithm that solves this problem in $\tilde{O}(Ξ³^{-2/3}\, \operatorname{nnz}(Ξ¦) + Ξ³^{-2(Ο‰+1)/3})$-sequential running time (work), $\tilde{O}(Ξ³^{-2/3})$-parallel (computational) depth, and accesses $Ξ¦$ only through $\tilde{O}(Ξ³^{-2/3})$-matrix-vector queries (matvecs). We also present a second, faster randomized algorithm with a $\tilde{O}(Ξ³^{-2/3}\, \operatorname{nnz}(Ξ¦) + Ξ³^{-2})$-sequential running time that uses $\tilde{O}(Ξ³^{-2/3})$-matvecs to $Ξ¦$, but achieves only $\tilde{O}(Ξ³^{-4/3})$-parallel depth. Both algorithms match the near-optimal deterministic matvec complexity recently established by Kornowski and Shamir [2025], Karmarkar et al. [2026] and achieve improved sequential runtime and parallel depth, albeit at the expense of using randomness.
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 β€” Optimization & Control