English

Minimizing Convex Functions with Rational Minimizers

Data Structures and Algorithms 2022-09-22 v5 Discrete Mathematics Information Theory math.IT Optimization and Control

Abstract

Given a separation oracle SO\mathsf{SO} for a convex function ff defined on Rn\mathbb{R}^n that has an integral minimizer inside a box with radius RR, we show how to find an exact minimizer of ff using at most (a) O(n(nloglog(n)/log(n)+log(R)))O(n (n \log \log (n)/\log (n) + \log(R))) calls to SO\mathsf{SO} and poly(n,log(R))\mathsf{poly}(n, \log(R)) arithmetic operations, or (b) O(nlog(nR))O(n \log(nR)) calls to SO\mathsf{SO} and exp(O(n))poly(log(R))\exp(O(n)) \cdot \mathsf{poly}(\log(R)) arithmetic operations. When the set of minimizers of ff has integral extreme points, our algorithm outputs an integral minimizer of ff. This improves upon the previously best oracle complexity of O(n2(n+log(R)))O(n^2 (n + \log(R))) for polynomial time algorithms and O(n2log(nR))O(n^2\log(nR)) for exponential time algorithms obtained by [Gr\"otschel, Lov\'asz and Schrijver, Prog. Comb. Opt. 1984, Springer 1988] over thirty years ago. Our improvement on Gr\"otschel, Lov\'asz and Schrijver's result generalizes to the setting where the set of minimizers of ff is a rational polyhedron with bounded vertex complexity. For the Submodular Function Minimization problem, our result immediately implies a strongly polynomial algorithm that makes at most O(n3loglog(n)/log(n))O(n^3 \log \log (n)/\log (n)) calls to an evaluation oracle, and an exponential time algorithm that makes at most O(n2log(n))O(n^2 \log(n)) calls to an evaluation oracle. These improve upon the previously best O(n3log2(n))O(n^3 \log^2(n)) oracle complexity for strongly polynomial algorithms given in [Lee, Sidford and Wong, FOCS 2015] and [Dadush, V\'egh and Zambelli, SODA 2018], and an exponential time algorithm with oracle complexity O(n3log(n))O(n^3 \log(n)) given in the former work. Our result is achieved via a reduction to the Shortest Vector Problem in lattices. We analyze its oracle complexity using a potential function that simultaneously captures the size of the search set and the density of the lattice.

Keywords

Cite

@article{arxiv.2007.01445,
  title  = {Minimizing Convex Functions with Rational Minimizers},
  author = {Haotian Jiang},
  journal= {arXiv preprint arXiv:2007.01445},
  year   = {2022}
}

Comments

To appear in the Journal of the ACM. This journal version simplifies and significantly strengthens the results in an earlier version of this paper which appeared in SODA 2021

R2 v1 2026-06-23T16:49:05.288Z