A Scalable Frank-Wolfe-Based Algorithm for the Max-Cut SDP
Abstract
We consider the problem of solving large-scale instances of the Max-Cut semidefinite program (SDP), i.e., optimizing a linear function over $n\times n$ positive semidefinite (PSD) matrices with unit diagonal. When the cost matrix is PSD, we show how to exactly reformulate the problem as maximizing a smooth concave function over PSD matrices with unit trace. By applying the Frank-Wolfe method, we obtain a simple algorithm that is compatible with recent sampling-based techniques to solve SDPs using low memory. We demonstrate the practical performance of our method on $10^6\times 10^6$ instances of the max-cut SDP with costs having up to $5 \times 10^6$ non-zero entries. Theoretically, we show that our method solves problems with diagonally dominant costs to relative error $\epsilon$ in $O(n\epsilon^{-1})$ calls to a randomized approximate largest eigenvalue subroutine, each of which succeeds with high probability after $O(\log(n)\epsilon^{-1/2})$ matrix-vector multiplications with the cost matrix.
Cite
Text
Pham et al. "A Scalable Frank-Wolfe-Based Algorithm for the Max-Cut SDP." International Conference on Machine Learning, 2023.Markdown
[Pham et al. "A Scalable Frank-Wolfe-Based Algorithm for the Max-Cut SDP." International Conference on Machine Learning, 2023.](https://mlanthology.org/icml/2023/pham2023icml-scalable/)BibTeX
@inproceedings{pham2023icml-scalable,
title = {{A Scalable Frank-Wolfe-Based Algorithm for the Max-Cut SDP}},
author = {Pham, Chi Bach and Griggs, Wynita and Saunderson, James},
booktitle = {International Conference on Machine Learning},
year = {2023},
pages = {27822-27839},
volume = {202},
url = {https://mlanthology.org/icml/2023/pham2023icml-scalable/}
}