ICML2026
Capacitated Fair-Range Clustering: Hardness and Approximation Algorithms
Ameet Gadekar, Suhas Thejaswi Muniyappa
被引用 4 次
摘要
Capacitated fair-range k-clustering generalizes classical k-clustering by incorporating both capacity constraints and demographic fairness. In this setting, data points are categorized as clients and facilities, where each facility has a capacity limit and may belong to one or more possibly intersecting demographic groups. The task is to select k facilities as centers and assign each client to a center such that: (a) no center exceeds its capacity, (b) the number of centers selected from each group lies within specified lower and upper bounds-defining the fair-range constraints, and (c) the clustering cost-e.g., k-median or k-means-is minimized. Prior work by Thejaswi et al. (KDD 2022) showed that even satisfying fairrange constraints is NP-hard, thereby making the problem inapproximable to any polynomial factor. We strengthen this result by showing that inapproximability persists even when the fair-range constraints are trivially satisfiable, highlighting the intrinsic computational complexity of the clustering task itself. Assuming standard complexity-theoretic conjectures, we further show that no non-trivial approximation is possible without exhaustively enumerating all k-subsets of the facility set. Notably, our inapproximability results hold even on tree metrics and even when the number of groups is logarithmic in the size of the facility set. In light of these strong inapproximability results, we focus our attention to a more practical setting where the number of groups is constant. In this regime, we design two approximation algorithms: (i) a polynomial-time O(log k)and O(log 2 k)-approximation algorithm for the k-median and k-means objectives, and (ii) a fixed-parameter tractable algorithm parameterized by k, achieving (3 + ϵ)and (9 + ϵ)-approximation, respectively. These results match the best-known approximation guarantees for capacitated clustering without fair-range constraints and resolves an open question posed by Zang et al. (NeurIPS 2024).