Streaming Semidefinite Programs: $O(\sqrt{n})$ Passes, Small Space and Fast Runtime
Abstract
We study the problem of solving semidefinite programs (SDP) in the streaming model. Specifically, constraint matrices and a target matrix , all of size together with a vector are streamed to us one-by-one. The goal is to find a matrix such that is maximized, subject to for all and . Previous algorithmic studies of SDP primarily focus on \emph{time-efficiency}, and all of them require a prohibitively large space in order to store \emph{all the constraints}. Such space consumption is necessary for fast algorithms as it is the size of the input. In this work, we design an interior point method (IPM) that uses space, which is strictly sublinear in the regime . Our algorithm takes passes, which is standard for IPM. Moreover, when is much smaller than , our algorithm also matches the time complexity of the state-of-the-art SDP solvers. To achieve such a sublinear space bound, we design a novel sketching method that enables one to compute a spectral approximation to the Hessian matrix in space. To the best of our knowledge, this is the first method that successfully applies sketching technique to improve SDP algorithm in terms of space (also time).
Cite
@article{arxiv.2309.05135,
title = {Streaming Semidefinite Programs: $O(\sqrt{n})$ Passes, Small Space and Fast Runtime},
author = {Zhao Song and Mingquan Ye and Lichen Zhang},
journal= {arXiv preprint arXiv:2309.05135},
year = {2023}
}