Faster Parametric Submodular Function Minimization by Exploiting Duality

Abstract

Let f:2E → Z+ be a submodular function on a ground set E = [n], and let P(f) denote its extended polymatroid. Given a direction d ∈ Zn with at least one positive entry, the line search problem is to find the largest scalar λ such that λ d ∈ P(f). The best known strongly polynomial-time algorithm for this problem is based on the discrete Newton's method and requires O(n2 n)· SFM time, where SFM is the time for exact submodular function minimization under the value oracle model. In this work, we study the first weakly polynomial-time algorithms for this problem. We reduce the number of calls to the exact submodular minimization oracle by exploiting a dual formulation of the parametric line search problem and recent advances in cutting plane methods. We obtain a running time of \[ O(n2 (nM\|d\|1)· EO + n3 (nM\|d\|1)) + O(1)· SFM, \] where M = \|f\|∞ and EO is the cost of evaluating f at a set. Note that when \|d\|1 = O( (nM)), this matches the current best weakly polynomial running time for submodular function minimization [Lee, Sidford, Wong '15], and therefore, one cannot hope to improve this running time. Our approach proceeds by deriving a dual formulation that minimizes the Lov\'asz extension F over a hyperplane intersecting the unit hypercube, and then solving this dual problem approximately via cutting-plane methods, after which we round to the exact intersection using the integrality of f and d.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…