English

Submodular Optimization with Submodular Cover and Submodular Knapsack Constraints

Data Structures and Algorithms 2013-11-12 v1 Artificial Intelligence Discrete Mathematics

Abstract

We investigate two new optimization problems -- minimizing a submodular function subject to a submodular lower bound constraint (submodular cover) and maximizing a submodular function subject to a submodular upper bound constraint (submodular knapsack). We are motivated by a number of real-world applications in machine learning including sensor placement and data subset selection, which require maximizing a certain submodular function (like coverage or diversity) while simultaneously minimizing another (like cooperative cost). These problems are often posed as minimizing the difference between submodular functions [14, 35] which is in the worst case inapproximable. We show, however, that by phrasing these problems as constrained optimization, which is more natural for many applications, we achieve a number of bounded approximation guarantees. We also show that both these problems are closely related and an approximation algorithm solving one can be used to obtain an approximation guarantee for the other. We provide hardness results for both problems thus showing that our approximation factors are tight up to log-factors. Finally, we empirically demonstrate the performance and good scalability properties of our algorithms.

Keywords

Cite

@article{arxiv.1311.2106,
  title  = {Submodular Optimization with Submodular Cover and Submodular Knapsack Constraints},
  author = {Rishabh Iyer and Jeff Bilmes},
  journal= {arXiv preprint arXiv:1311.2106},
  year   = {2013}
}

Comments

23 pages. A short version of this appeared in Advances of NIPS-2013

R2 v1 2026-06-22T02:04:07.026Z