Fast Stochastic Greedy Algorithm for $k$-Submodular Cover Problem
By: Hue T. Nguyen , Tan D. Tran , Nguyen Long Giang and more
Potential Business Impact:
Makes smart computer tasks faster and cheaper.
We study the $k$-Submodular Cover ($kSC$) problem, a natural generalization of the classical Submodular Cover problem that arises in artificial intelligence and combinatorial optimization tasks such as influence maximization, resource allocation, and sensor placement. Existing algorithms for $\kSC$ often provide weak approximation guarantees or incur prohibitively high query complexity. To overcome these limitations, we propose a \textit{Fast Stochastic Greedy} algorithm that achieves strong bicriteria approximation while substantially lowering query complexity compared to state-of-the-art methods. Our approach dramatically reduces the number of function evaluations, making it highly scalable and practical for large-scale real-world AI applications where efficiency is essential.
Similar Papers
The Online Submodular Cover Problem
Data Structures and Algorithms
Helps choose best items to cover needs over time.
An Approximation Algorithm for Monotone Submodular Cost Allocation
Data Structures and Algorithms
Finds cheapest way to share tasks fairly.
Fast Approximation Algorithm for Non-Monotone DR-submodular Maximization under Size Constraint
Data Structures and Algorithms
Finds best deals for selling things.