LGCYDSJul 5, 2024

Fair Submodular Cover

arXiv:2407.04804v19 citationsh-index: 8
Originality Highly original
AI Analysis

This addresses fairness in submodular optimization for applications with sensitive attributes, introducing a new problem formulation with theoretical and empirical results.

The paper tackles the problem of Fair Submodular Cover (FSC), aiming to find a balanced subset with minimum cardinality that meets a threshold, and presents algorithms achieving bicriteria approximation ratios, with empirical validation on maximum coverage instances.

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 $τ$, the goal is to find a balanced subset of $S$ with minimum cardinality such that $f(S)\geτ$. We first introduce discrete algorithms for FSC that achieve a bicriteria approximation ratio of $(\frac{1}ε, 1-O(ε))$. We then present a continuous algorithm that achieves a $(\ln\frac{1}ε, 1-O(ε))$-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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes