English

Greed is Good: Near-Optimal Submodular Maximization via Greedy Optimization

Machine Learning 2017-04-07 v1 Data Structures and Algorithms

Abstract

It is known that greedy methods perform well for maximizing monotone submodular functions. At the same time, such methods perform poorly in the face of non-monotonicity. In this paper, we show - arguably, surprisingly - that invoking the classical greedy algorithm O(k)O(\sqrt{k})-times leads to the (currently) fastest deterministic algorithm, called Repeated Greedy, for maximizing a general submodular function subject to kk-independent system constraints. Repeated Greedy achieves (1+O(1/k))k(1 + O(1/\sqrt{k}))k approximation using O(nrk)O(nr\sqrt{k}) function evaluations (here, nn and rr denote the size of the ground set and the maximum size of a feasible solution, respectively). We then show that by a careful sampling procedure, we can run the greedy algorithm only once and obtain the (currently) fastest randomized algorithm, called Sample Greedy, for maximizing a submodular function subject to kk-extendible system constraints (a subclass of kk-independent system constrains). Sample Greedy achieves (k+3)(k + 3)-approximation with only O(nr/k)O(nr/k) function evaluations. Finally, we derive an almost matching lower bound, and show that no polynomial time algorithm can have an approximation ratio smaller than k+1/2ε k + 1/2 - \varepsilon. To further support our theoretical results, we compare the performance of Repeated Greedy and Sample Greedy with prior art in a concrete application (movie recommendation). We consistently observe that while Sample Greedy achieves practically the same utility as the best baseline, it performs at least two orders of magnitude faster.

Keywords

Cite

@article{arxiv.1704.01652,
  title  = {Greed is Good: Near-Optimal Submodular Maximization via Greedy Optimization},
  author = {Moran Feldman and Christopher Harshaw and Amin Karbasi},
  journal= {arXiv preprint arXiv:1704.01652},
  year   = {2017}
}