Improved Algorithms for Fair Matroid Submodular Maximization
Sepideh Mahabadi, Sherry Sarkar, Jakub Tarnawski
TL;DR
This work advances Fair Matroid Monotone Submodular Maximization by introducing randomized and deterministic algorithms that achieve near-full fairness: for any fixed $\varepsilon>0$, the methods guarantee $\mathbb{E}[|S\cap V_c|] \ge (1-\varepsilon)\ell_c$ for all colors while maintaining matroid feasibility and upper-bound fairness. The randomized approach yields a constant-factor approximation to the objective, $\mathbb{E}[f(S)] \ge 0.499\cdot\varepsilon\cdot\operatorname{OPT}_{\mathrm{MatInt}}$, and strengthens tail bounds on solution size and total fairness violation; a deterministic variant for matroid intersections provides comparable guarantees. The authors validate their methods on graph coverage, clustering, and recommender-system datasets, demonstrating favorable utility alongside tunable fairness via $\varepsilon$. Overall, the paper offers principled, scalable tools to balance representation fairness with submodular utility in constrained selection problems with real-world societal relevance.
Abstract
Submodular maximization subject to matroid constraints is a central problem with many applications in machine learning. As algorithms are increasingly used in decision-making over datapoints with sensitive attributes such as gender or race, it is becoming crucial to enforce fairness to avoid bias and discrimination. Recent work has addressed the challenge of developing efficient approximation algorithms for fair matroid submodular maximization. However, the best algorithms known so far are only guaranteed to satisfy a relaxed version of the fairness constraints that loses a factor 2, i.e., the problem may ask for $\ell$ elements with a given attribute, but the algorithm is only guaranteed to find $\lfloor \ell/2 \rfloor$. In particular, there is no provable guarantee when $\ell=1$, which corresponds to a key special case of perfect matching constraints. In this work, we achieve a new trade-off via an algorithm that gets arbitrarily close to full fairness. Namely, for any constant $\varepsilon>0$, we give a constant-factor approximation to fair monotone matroid submodular maximization that in expectation loses only a factor $(1-\varepsilon)$ in the lower-bound fairness constraint. Our empirical evaluation on a standard suite of real-world datasets -- including clustering, recommendation, and coverage tasks -- demonstrates the practical effectiveness of our methods.
