A 1/2-Approximation for Budgeted $k$-Submodular Maximization
Chenhao Wang

TL;DR
This paper proves that the 1-Guess Greedy algorithm achieves a 1/2-approximation for budgeted monotone $k$-submodular maximization, resolving a long-standing open problem and extending the analysis framework for such problems.
Contribution
The paper establishes a 1/2-approximation guarantee for the budgeted $k$-submodular maximization problem using the 1-Guess Greedy algorithm, a result previously unknown.
Findings
1/2-approximation for monotone $k$-submodular maximization with knapsack constraint.
1/3-approximation for non-monotone $k$-submodular maximization.
Algorithm is simple, parallelizable, and runs in nearly $ ilde O(n^2k^2)$ time.
Abstract
A -submodular function naturally generalizes submodular functions by taking as input disjoint subsets, rather than a single subset. Unlike standard submodular maximization, which only requires selecting elements for the solution, -submodular maximization adds the challenge of determining the subset to which each selected element belongs. Prior research has shown that the greedy algorithm is a 1/2-approximation for the monotone -submodular maximization problem under cardinality or matroid constraints. However, whether a firm 1/2-approximation exists for the budgeted version (i.e., with a knapsack constraint) has remained open for several years. We resolve this question affirmatively by proving that the 1-Guess Greedy algorithm, which first guesses an appropriate element from an optimal solution before proceeding with the greedy algorithm, achieves a 1/2-approximation. This…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Cryptography and Data Security · Stochastic Gradient Optimization Techniques
