paper-with-me

Papers

Fair Submodular Cover

2024-07-05 · 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^U\to\mathbb{R}_{\ge 0}$, a threshold $\tau$, the goal is to find a balanced subset of $S$ with minimum cardinality such that $f(S)\ge\tau$. 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 $(\ln\frac{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.

📄 PDF Abstract BibTeX arXiv:2407.04804

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingFairness

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Fairness in Streaming Submodular Maximization: Algorithms and Hardness

2020-10-14 · NeurIPS 2020 12 · Marwa El Halabi, Slobodan Mitrović, Ashkan Norouzi-Fard, Jakab Tardos 외

Submodular maximization has become established as the method of choice for the task of selecting representative and diverse summaries of data. However, if datapoints have sensitive attributes such as gender or age, such …

BIG-bench Machine LearningClusteringFairnessMovie Recommendation

Fairness in Streaming Submodular Maximization over a Matroid Constraint

2023-05-24 · Marwa El Halabi, Federico Fusco, Ashkan Norouzi-Fard, Jakab Tardos 외

Streaming submodular maximization is a natural model for the task of selecting a representative subset from a large-scale dataset. If datapoints have sensitive attributes such as gender or race, it becomes important to e…

ClusteringFairnessMovie Recommendation

Balancing Utility and Fairness in Submodular Maximization (Technical Report)

2022-11-02 · Yanhao Wang, Yuchen Li, Francesco Bonchi, Ying Wang

Submodular function maximization is a fundamental combinatorial optimization problem with plenty of applications -- including data summarization, influence maximization, and recommendation. In many of these problems, the…

Combinatorial OptimizationData SummarizationFairness

Fairness in Monotone $k$-submodular Maximization: Algorithms and Applications

2024-11-08 · Yanhui Zhu, Samik Basu, A. Pavan

Submodular optimization has become increasingly prominent in machine learning and fairness has drawn much attention. In this paper, we propose to study the fair $k$-submodular maximization problem and develop a $\frac{1}…

Fairness

Federated Learning with Fair Worker Selection: A Multi-Round Submodular Maximization Approach

2021-07-25 · Fengjiao Li, Jia Liu, Bo Ji

In this paper, we study the problem of fair worker selection in Federated Learning systems, where fairness serves as an incentive mechanism that encourages more workers to participate in the federation. Considering the a…

FairnessFederated Learning