DSNANAOCOct 14, 2015

Efficient Inverse Maintenance and Faster Algorithms for Linear Programming

arXiv:1503.017521.2172 citations
Originality Highly original
AI Analysis

For optimization researchers, this work provides the fastest algorithms for fundamental problems like linear programming, significantly improving over prior methods.

This paper introduces an efficient algorithm for inverse maintenance of matrices of the form A^T D A under slowly changing diagonal D, achieving preprocessing time Õ(nnz(A)+d^ω) and amortized Õ(nnz(A)+d^2) per round. This yields the fastest known running times for solving linear programs and rounding polytopes, including an Õ((nnz(A)+d^2)√d log(1/ε)) time for linear programming.

In this paper, we consider the following inverse maintenance problem: given $A \in \mathbb{R}^{n\times d}$ and a number of rounds $r$, we receive a $n\times n$ diagonal matrix $D^{(k)}$ at round $k$ and we wish to maintain an efficient linear system solver for $A^{T}D^{(k)}A$ under the assumption $D^{(k)}$ does not change too rapidly. This inverse maintenance problem is the computational bottleneck in solving multiple optimization problems. We show how to solve this problem with $\tilde{O}(nnz(A)+d^ω)$ preprocessing time and amortized $\tilde{O}(nnz(A)+d^{2})$ time per round, improving upon previous running times for solving this problem. Consequently, we obtain the fastest known running times for solving multiple problems including, linear programming and computing a rounding of a polytope. In particular given a feasible point in a linear program with $d$ variables, $n$ constraints, and constraint matrix $A\in\mathbb{R}^{n\times d}$, we show how to solve the linear program in time $\tilde{O}(nnz(A)+d^{2})\sqrt{d}\log(ε^{-1}))$. We achieve our results through a novel combination of classic numerical techniques of low rank update, preconditioning, and fast matrix multiplication as well as recent work on subspace embeddings and spectral sparsification that we hope will be of independent interest.

Foundations

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

Your Notes