LGDSNov 8, 2024

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

arXiv:2411.05318v11 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work addresses fairness in submodular optimization for machine learning applications, representing an incremental advancement by extending existing methods to incorporate fairness constraints.

The paper tackles the fair k-submodular maximization problem by developing greedy and threshold-based algorithms with approximation guarantees, achieving a 1/3-approximation and showing that fairness constraints do not significantly reduce solution quality in applications like influence maximization and sensor placement.

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}{3}$-approximation greedy algorithm with a running time of $\mathcal{O}(knB)$. To the best of our knowledge, our work is the first to incorporate fairness in the context of $k$-submodular maximization, and our theoretical guarantee matches the best-known $k$-submodular maximization results without fairness constraints. In addition, we have developed a faster threshold-based algorithm that achieves a $(\frac{1}{3} - ε)$ approximation with $\mathcal{O}(\frac{kn}ε \log \frac{B}ε)$ evaluations of the function $f$. Furthermore, for both algorithms, we provide approximation guarantees when the $k$-submodular function is not accessible but only can be approximately accessed. We have extensively validated our theoretical findings through empirical research and examined the practical implications of fairness. Specifically, we have addressed the question: ``What is the price of fairness?" through case studies on influence maximization with $k$ topics and sensor placement with $k$ types. The experimental results show that the fairness constraints do not significantly undermine the quality of solutions.

Foundations

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

Your Notes