English

A Faster Cutting Plane Method and its Implications for Combinatorial and Convex Optimization

Data Structures and Algorithms 2015-11-06 v2 Discrete Mathematics Numerical Analysis Optimization and Control

Abstract

We improve upon the running time for finding a point in a convex set given a separation oracle. In particular, given a separation oracle for a convex set KRnK\subset \mathbb{R}^n contained in a box of radius RR, we show how to either find a point in KK or prove that KK does not contain a ball of radius ϵ\epsilon using an expected O(nlog(nR/ϵ))O(n\log(nR/\epsilon)) oracle evaluations and additional time O(n3logO(1)(nR/ϵ))O(n^3\log^{O(1)}(nR/\epsilon)). This matches the oracle complexity and improves upon the O(nω+1log(nR/ϵ))O(n^{\omega+1}\log(nR/\epsilon)) additional time of the previous fastest algorithm achieved over 25 years ago by Vaidya for the current matrix multiplication constant ω<2.373\omega<2.373 when R/ϵ=nO(1)R/\epsilon=n^{O(1)}. Using a mix of standard reductions and new techniques, our algorithm yields improved runtimes for solving classic problems in continuous and combinatorial optimization: Submodular Minimization: Our weakly and strongly polynomial time algorithms have runtimes of O(n2lognMEO+n3logO(1)nM)O(n^2\log nM\cdot\text{EO}+n^3\log^{O(1)}nM) and O(n3log2nEO+n4logO(1)n)O(n^3\log^2 n\cdot\text{EO}+n^4\log^{O(1)}n), improving upon the previous best of O((n4EO+n5)logM)O((n^4\text{EO}+n^5)\log M) and O(n5EO+n6)O(n^5\text{EO}+n^6). Matroid Intersection: Our runtimes are O(nrTranklognlog(nM)+n3logO(1)(nM))O(nrT_{\text{rank}}\log n\log (nM) +n^3\log^{O(1)}(nM)) and O(n2log(nM)Tind+n3logO(1)(nM))O(n^2\log (nM) T_{\text{ind}}+n^3 \log^{O(1)} (nM)), achieving the first quadratic bound on the query complexity for the independence and rank oracles. In the unweighted case, this is the first improvement since 1986 for independence oracle. Submodular Flow: Our runtime is O(n2lognCUEO+n3logO(1)nCU)O(n^2\log nCU\cdot\text{EO}+n^3\log^{O(1)}nCU), improving upon the previous bests from 15 years ago roughly by a factor of O(n4)O(n^4). Semidefinite Programming: Our runtime is O~(n(n2+mω+S))\tilde{O}(n(n^2+m^{\omega}+S)), improving upon the previous best of O~(n(nω+mω+S))\tilde{O}(n(n^{\omega}+m^{\omega}+S)) for the regime where the number of nonzeros SS is small.

Keywords

Cite

@article{arxiv.1508.04874,
  title  = {A Faster Cutting Plane Method and its Implications for Combinatorial and Convex Optimization},
  author = {Yin Tat Lee and Aaron Sidford and Sam Chiu-wai Wong},
  journal= {arXiv preprint arXiv:1508.04874},
  year   = {2015}
}

Comments

111 pages, FOCS 2015

R2 v1 2026-06-22T10:37:40.129Z