Fair Submodular Maximization over a Knapsack Constraint

Abstract

We consider fairness in submodular maximization subject to a knapsack constraint, a fundamental problem with various applications in economics, machine learning, and data mining. In the model, we are given a set of ground elements, each associated with a cost and a color, and a monotone submodular function defined over them. The goal is to maximize the submodular function while guaranteeing that the total cost does not exceed a specified budget (the knapsack constraint) and that the number of elements selected for each color falls within a designated range (the fairness constraint). While there exists some recent literature on this topic, the existence of a non-trivial approximation for the problem -- without relaxing either the knapsack or fairness constraints -- remains a challenging open question. This paper makes progress in this direction. We demonstrate that when the number of colors is constant, there exists a polynomial-time algorithm that achieves a constant approximation with high probability. Additionally, we show that if either the knapsack or fairness constraint is relaxed only to require expected satisfaction, a tight approximation ratio of (1-1/e-epsilon) can be obtained in expectation for any epsilon >0.

Cite

Text

Li et al. "Fair Submodular Maximization over a Knapsack Constraint." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/438

Markdown

[Li et al. "Fair Submodular Maximization over a Knapsack Constraint." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/li2025ijcai-fair/) doi:10.24963/IJCAI.2025/438

BibTeX

@inproceedings{li2025ijcai-fair,
  title     = {{Fair Submodular Maximization over a Knapsack Constraint}},
  author    = {Li, Lijun and Xu, Chenyang and Yang, Liuyi and Zhang, Ruilong},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {3934-3942},
  doi       = {10.24963/IJCAI.2025/438},
  url       = {https://mlanthology.org/ijcai/2025/li2025ijcai-fair/}
}