OCLGDec 19, 2023

Fast, Scalable, Warm-Start Semidefinite Programming with Spectral Bundling and Sketching

arXiv:2312.11801v25 citationsh-index: 9ICML
Originality Incremental advance
AI Analysis

This addresses the problem of efficiently solving massive SDPs for applications like incremental data processing or mixed-integer programming, though it is incremental as it builds on existing sketching techniques.

The authors tackled the slow convergence and lack of warm-start capability in scalable semidefinite programming (SDP) solvers, resulting in USBS, which achieves a 500x speed-up over state-of-the-art methods on an instance with over 2 billion variables.

While semidefinite programming (SDP) has traditionally been limited to moderate-sized problems, recent algorithms augmented with matrix sketching techniques have enabled solving larger SDPs. However, these methods achieve scalability at the cost of an increase in the number of necessary iterations, resulting in slower convergence as the problem size grows. Furthermore, they require iteration-dependent parameter schedules that prohibit effective utilization of warm-start initializations important in practical applications with incrementally-arriving data or mixed-integer programming. We present Unified Spectral Bundling with Sketching (USBS), a provably correct, fast and scalable algorithm for solving massive SDPs that can leverage a warm-start initialization to further accelerate convergence. Our proposed algorithm is a spectral bundle method for solving general SDPs containing both equality and inequality constraints. Moveover, when augmented with an optional matrix sketching technique, our algorithm achieves the dramatically improved scalability of previous work while sustaining convergence speed. We empirically demonstrate the effectiveness of our method across multiple applications, with and without warm-starting. For example, USBS provides a 500x speed-up over the state-of-the-art scalable SDP solver on an instance with over 2 billion decision variables.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes