Logarithmic Approximations for Fair k-Set Selection
Shi Li, Chenyang Xu, Ruilong Zhang
TL;DR
This paper introduces the fair k-set selection FKSS problem, showing it can be modeled as selecting $k$ right-side vertices in a bipartite graph to minimize the maximum weighted neighbor sum on the left. It establishes NP-hardness for $\Delta=3$, polynomial solvability for $\Delta=2$ and laminar set families, and provides LP-based rounding algorithms that achieve $O\big(\frac{\log n}{\log \log n}\big)$-approximation on general graphs and $O(\log\Delta)$-approximation on graphs with maximum degree $\Delta$, with matching integrality gaps up to constants. The methods include independent and dependent rounding, and a Lovász Local Lemma based approach for degree-bounded graphs, extending to the weighted setting with preserved guarantees. The results illuminate the trade-offs between graph structure and approximation quality and open directions for tighter bounds and matroid-based extensions with potential practical impact in fair resource allocation and representative subset selection.
Abstract
We study the fair k-set selection problem where we aim to select $k$ sets from a given set system such that the (weighted) occurrence times that each element appears in these $k$ selected sets are balanced, i.e., the maximum (weighted) occurrence times are minimized. By observing that a set system can be formulated into a bipartite graph $G:=(L\cup R, E)$, our problem is equivalent to selecting $k$ vertices from $R$ such that the maximum total weight of selected neighbors of vertices in $L$ is minimized. The problem arises in a wide range of applications in various fields, such as machine learning, artificial intelligence, and operations research. We first prove that the problem is NP-hard even if the maximum degree $Δ$ of the input bipartite graph is $3$, and the problem is in P when $Δ=2$. We then show that the problem is also in P when the input set system forms a laminar family. Based on intuitive linear programming, we show that a dependent rounding algorithm achieves $O(\frac{\log n}{\log \log n})$-approximation on general bipartite graphs, and an independent rounding algorithm achieves $O(\logΔ)$-approximation on bipartite graphs with a maximum degree $Δ$. We demonstrate that our analysis is almost tight by providing a hard instance for this linear programming. Finally, we extend all our algorithms to the weighted case and prove that all approximations are preserved.
