LGDSJul 7, 2022

Group Equality in Adaptive Submodular Maximization

arXiv:2207.03364v48 citationsh-index: 49
AI Analysis

This addresses fairness in machine learning applications like data summarization and recommendation, but it is incremental as it extends existing submodular maximization work with new constraints.

The paper tackles the submodular maximization problem with a group equality constraint to address fairness issues like under- or over-representation in applications such as data summarization and recommendation, developing the first constant-factor approximation algorithm for both non-adaptive and adaptive settings.

In this paper, we study the classic submodular maximization problem subject to a group equality constraint under both non-adaptive and adaptive settings. It has been shown that the utility function of many machine learning applications, including data summarization, influence maximization in social networks, and personalized recommendation, satisfies the property of submodularity. Hence, maximizing a submodular function subject to various constraints can be found at the heart of many of those applications. On a high level, submodular maximization aims to select a group of most representative items (e.g., data points). However, the design of most existing algorithms does not incorporate the fairness constraint, leading to under- or over-representation of some particular groups. This motivates us to study the submodular maximization problem with group equality, where we aim to select a group of items to maximize a (possibly non-monotone) submodular utility function subject to a group equality constraint. To this end, we develop the first constant-factor approximation algorithm for this problem. The design of our algorithm is robust enough to be extended to solving the submodular maximization problem under a more complicated adaptive setting. Moreover, we further extend our study to incorporating a global cardinality constraint and other fairness notations.

Code Implementations1 repo
Foundations

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

Your Notes