Solving Low-Rank Semidefinite Programs via Manifold Optimization
Jie Wang, Liangbing Hu
TL;DR
This work tackles large-scale linear semidefinite programs that admit low-rank solutions, common in moment–SOS relaxations. It blends an inexact augmented Lagrangian method with the Burer–Monteiro factorization and solves ALM subproblems via Riemannian trust-region methods on a fixed-rank manifold, with saddle-point escape mechanics. The authors prove global convergence under milder assumptions and introduce practical boosts: dynamically adjusting the factorization size and self-adaptive penalty parameters, forming the ManiSDP solver. Numerical experiments across diverse SDP relaxations show ManiSDP achieving state-of-the-art efficiency, accuracy, and scalability, often solving problems with millions of constraints that challenge existing solvers. These results suggest a scalable, robust path forward for high-dimensional SDP relaxations in polynomial optimization and related applications.
Abstract
We propose a manifold optimization approach to solve linear semidefinite programs (SDP) with low-rank solutions, with an emphasis on SDP relaxations for polynomial optimization problems. This approach incorporates the inexact augmented Lagrangian method (ALM) and the Burer-Monteiro factorization, and features the self-adaptive strategies for updating the factorization size and the penalty parameter. We establish global convergence of the inexact ALM, despite the non-convexity brought by the Burer-Monteiro factorization. We further provide a practical algorithm building on the inexact ALM, and along with the algorithm we release an open-source SDP solver ManiSDP. Comprehensive numerical experiments demonstrate that ManiSDP achieves state-of-the-art in terms of efficiency, accuracy, and scalability, and is faster than several advanced SDP solvers (MOSEK, SDPLR, SDPNAL+, STRIDE) by up to orders of magnitudes on a variety of linear SDPs. The largest SDP solved by ManiSDP (in about 8.5 hours with maximal KKT residue 3.5e-13) is the second-order moment relaxation of a binary quadratic program with 120 variables, which has matrix dimension 7261 and contains 17,869,161 affine constraints.
