English

A Dynamic Algorithm for Weighted Submodular Cover Problem

Data Structures and Algorithms 2024-07-16 v1 Machine Learning

Abstract

We initiate the study of the submodular cover problem in dynamic setting where the elements of the ground set are inserted and deleted. In the classical submodular cover problem, we are given a monotone submodular function f:2VR0f : 2^{V} \to \mathbb{R}^{\ge 0} and the goal is to obtain a set SVS \subseteq V that minimizes the cost subject to the constraint f(S)=f(V)f(S) = f(V). This is a classical problem in computer science and generalizes the Set Cover problem, 2-Set Cover, and dominating set problem among others. We consider this problem in a dynamic setting where there are updates to our set VV, in the form of insertions and deletions of elements from a ground set V\mathcal{V}, and the goal is to maintain an approximately optimal solution with low query complexity per update. For this problem, we propose a randomized algorithm that, in expectation, obtains a (1O(ϵ),O(ϵ1))(1-O(\epsilon), O(\epsilon^{-1}))-bicriteria approximation using polylogarithmic query complexity per update.

Keywords

Cite

@article{arxiv.2407.10003,
  title  = {A Dynamic Algorithm for Weighted Submodular Cover Problem},
  author = {Kiarash Banihashem and Samira Goudarzi and MohammadTaghi Hajiaghayi and Peyman Jabbarzade and Morteza Monemizadeh},
  journal= {arXiv preprint arXiv:2407.10003},
  year   = {2024}
}