Breaking the Barrier of Self-Concordant Barriers: Faster Interior Point Methods for M-Matrices
Adrian Vladu
TL;DR
The paper shows that for two M-matrix optimization problems—Matrix Scaling and Quadratic Optimization—a standard log-barrier interior point method with adaptive step sizes achieves a surprising $\tilde{O}\left(n^{1/3}\right)$ iteration bound, rather than the classical $\tilde{O}\left(n^{1/2}\right)$ from self-concordance theory. Using an amortized analysis built around a potential function and an easily computable congestion vector, the authors demonstrate that long periods of small steps are compensated by phases with larger progress, and that M-matrix structure yields nonnegative Newton steps that enable stronger control of the path-following behavior. The practical payoff is a near-linear-time diffusion-like algorithm on graphs via fast Laplacian solvers, with depth $\tilde{O}\left(n^{1/3}\right)$ and work $\tilde{O}\left(n^{1/3}\cdot\text{nnz}\right)$, as well as nearly-linear runtimes for the underlying MS and QO problems. Overall, the work provides a significant instance where a standard IPM surpasses the usual $\Theta\left(n^{1/2}\right)$ iteration barrier in a structured setting, with broad implications for optimization on graphs and related linear-algebraic problems.
Abstract
We study two fundamental optimization problems: (1) scaling a symmetric positive definite matrix by a positive diagonal matrix so that the resulting matrix has row and column sums equal to 1; and (2) minimizing a quadratic function subject to hard non-negativity constraints. Both problems lend themselves to efficient algorithms based on interior point methods (IPMs). For general instances, standard self-concordance theory places a limit on the iteration complexity of these methods at $\widetilde{O}\left(n^{1/2}\right)$, where $n$ denotes the matrix dimension. We show via an amortized analysis that, when the input matrix is an M-matrix, an IPM with adaptive step sizes solves both problems in only $\widetilde{O}\left(n^{1/3}\right)$ iterations. As a corollary, using fast Laplacian solvers, we obtain an $\ell_{2}$ flow diffusion algorithm with depth $\widetilde{O}\left(n^{1/3}\right)$ and work $\widetilde{O}$$\left(n^{1/3}\cdot\text{nnz}\right)$. This result marks a significant instance in which a standard log-barrier IPM permits provably fewer than $Θ\left(n^{1/2}\right)$ iterations.
