English

Continuous Submodular Maximization: Beyond DR-Submodularity

Data Structures and Algorithms 2020-06-23 v1 Machine Learning

Abstract

In this paper, we propose the first continuous optimization algorithms that achieve a constant factor approximation guarantee for the problem of monotone continuous submodular maximization subject to a linear constraint. We first prove that a simple variant of the vanilla coordinate ascent, called Coordinate-Ascent+, achieves a (e12e1ε)(\frac{e-1}{2e-1}-\varepsilon)-approximation guarantee while performing O(n/ε)O(n/\varepsilon) iterations, where the computational complexity of each iteration is roughly O(n/ε+nlogn)O(n/\sqrt{\varepsilon}+n\log n) (here, nn denotes the dimension of the optimization problem). We then propose Coordinate-Ascent++, that achieves the tight (11/eε)(1-1/e-\varepsilon)-approximation guarantee while performing the same number of iterations, but at a higher computational complexity of roughly O(n3/ε2.5+n3logn/ε2)O(n^3/\varepsilon^{2.5} + n^3 \log n / \varepsilon^2) per iteration. However, the computation of each round of Coordinate-Ascent++ can be easily parallelized so that the computational cost per machine scales as O(n/ε+nlogn)O(n/\sqrt{\varepsilon}+n\log n).

Keywords

Cite

@article{arxiv.2006.11726,
  title  = {Continuous Submodular Maximization: Beyond DR-Submodularity},
  author = {Moran Feldman and Amin Karbasi},
  journal= {arXiv preprint arXiv:2006.11726},
  year   = {2020}
}

Comments

19 pages

R2 v1 2026-06-23T16:29:34.562Z