Sparse Submodular Function Minimization

Abstract

In this paper we study the problem of minimizing a submodular function f:2VRf : 2^V \rightarrow \mathbb{R} that is guaranteed to have a kk-sparse minimizer. We give a deterministic algorithm that computes an additive ϵ\epsilon-approximate minimizer of such ff in O~(poly(k)log(f/ϵ))\widetilde{O}(\mathsf{poly}(k) \log(|f|/\epsilon)) parallel depth using a polynomial number of queries to an evaluation oracle of ff, where f=maxSVf(S)|f| = \max_{S \subseteq V} |f(S)|. Further, we give a randomized algorithm that computes an exact minimizer of ff with high probability using O~(Vpoly(k))\widetilde{O}(|V| \cdot \mathsf{poly}(k)) queries and polynomial time. When k=O~(1)k = \widetilde{O}(1), our algorithms use either nearly-constant parallel depth or a nearly-linear number of evaluation oracle queries. All previous algorithms for this problem either use Ω(V)\Omega(|V|) parallel depth or Ω(V2)\Omega(|V|^2) queries. In contrast to state-of-the-art weakly-polynomial and strongly-polynomial time algorithms for SFM, our algorithms use first-order optimization methods, e.g., mirror descent and follow the regularized leader. We introduce what we call {\em sparse dual certificates}, which encode information on the structure of sparse minimizers, and both our parallel and sequential algorithms provide new algorithmic tools for allowing first-order optimization methods to efficiently compute them. Correspondingly, our algorithm does not invoke fast matrix multiplication or general linear system solvers and in this sense is more combinatorial than previous state-of-the-art methods.Comment: Accepted to FOCS 202

    Similar works

    Full text

    thumbnail-image

    Available Versions