DSAIDMNov 8, 2013

Submodular Optimization with Submodular Cover and Submodular Knapsack Constraints

arXiv:1311.2106v1276 citations
Originality Incremental advance
AI Analysis

This work addresses optimization challenges in machine learning applications such as sensor placement, but it is incremental as it builds on existing submodular optimization frameworks.

The paper tackles the problem of optimizing submodular functions under submodular constraints, specifically submodular cover and knapsack problems, motivated by applications like sensor placement and data subset selection. It achieves bounded approximation guarantees, shows tight hardness results, and demonstrates empirical performance and scalability.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes