Fair Submodular Cover

Read original: arXiv:2407.04804 - Published 7/9/2024 by Wenjing Chen, Shuo Xing, Samson Zhou, Victoria G. Crawford
Total Score

0

Fair Submodular Cover

Sign in to get full access

or

If you already have an account, we'll log you in



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Fair Submodular Cover
Total Score

0

Fair Submodular Cover

Wenjing Chen, Shuo Xing, Samson Zhou, Victoria G. Crawford

Submodular optimization is a fundamental problem with many applications in machine learning, often involving decision-making over datasets with sensitive attributes such as gender or age. In such settings, it is often desirable to produce a diverse solution set that is fairly distributed with respect to these attributes. Motivated by this, we initiate the study of Fair Submodular Cover (FSC), where given a ground set $U$, a monotone submodular function $f:2^Utomathbb{R}_{ge 0}$, a threshold $tau$, the goal is to find a balanced subset of $S$ with minimum cardinality such that $f(S)getau$. We first introduce discrete algorithms for FSC that achieve a bicriteria approximation ratio of $(frac{1}{epsilon}, 1-O(epsilon))$. We then present a continuous algorithm that achieves a $(lnfrac{1}{epsilon}, 1-O(epsilon))$-bicriteria approximation ratio, which matches the best approximation guarantee of submodular cover without a fairness constraint. Finally, we complement our theoretical results with a number of empirical evaluations that demonstrate the effectiveness of our algorithms on instances of maximum coverage.

Read more

7/9/2024

🔎

Total Score

0

Minimum Cost Adaptive Submodular Cover

Hessa Al-Thani, Yubing Cui, Viswanath Nagarajan

Adaptive submodularity is a fundamental concept in stochastic optimization, with numerous applications such as sensor placement, hypothesis identification and viral marketing. We consider the problem of minimum cost cover of adaptive-submodular functions, and provide a $4(1+ln Q)$-approximation algorithm, where $Q$ is the goal value. In fact, we consider a significantly more general objective of minimizing the $p^{th}$ moment of the coverage cost, and show that our algorithm simultaneously achieves a $(p+1)^{p+1}cdot (ln Q+1)^p$ approximation guarantee for all $pge 1$. All our approximation ratios are best possible up to constant factors (assuming $Pne NP$). Moreover, our results also extend to the setting where one wants to cover {em multiple} adaptive-submodular functions. Finally, we evaluate the empirical performance of our algorithm on instances of hypothesis identification.

Read more

5/24/2024

🔍

Total Score

0

A Dynamic Algorithm for Weighted Submodular Cover Problem

Kiarash Banihashem, Samira Goudarzi, MohammadTaghi Hajiaghayi, Peyman Jabbarzade, Morteza Monemizadeh

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 : 2^{V} to mathbb{R}^{ge 0}$ and the goal is to obtain a set $S subseteq V$ that minimizes the cost subject to the constraint $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 $V$, in the form of insertions and deletions of elements from a ground set $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 $(1-O(epsilon), O(epsilon^{-1}))$-bicriteria approximation using polylogarithmic query complexity per update.

Read more

7/16/2024

Consistent Submodular Maximization
Total Score

0

Consistent Submodular Maximization

Paul Dutting, Federico Fusco, Silvio Lattanzi, Ashkan Norouzi-Fard, Morteza Zadimoghaddam

Maximizing monotone submodular functions under cardinality constraints is a classic optimization task with several applications in data mining and machine learning. In this paper we study this problem in a dynamic environment with consistency constraints: elements arrive in a streaming fashion and the goal is maintaining a constant approximation to the optimal solution while having a stable solution (i.e., the number of changes between two consecutive solutions is bounded). We provide algorithms in this setting with different trade-offs between consistency and approximation quality. We also complement our theoretical results with an experimental analysis showing the effectiveness of our algorithms in real-world instances.

Read more

5/31/2024