English

Capacitated Fair-Range Clustering: Hardness and Approximation Algorithms

Data Structures and Algorithms 2025-05-23 v1 Computational Complexity

Abstract

Capacitated fair-range kk-clustering generalizes classical kk-clustering by incorporating both capacity constraints and demographic fairness. In this setting, each facility has a capacity limit and may belong to one or more demographic groups. The task is to select kk facilities as centers and assign each client to a center such that: (aa) no center exceeds its capacity, (bb) the number of centers selected from each group lies within specified lower and upper bounds (fair-range constraints), and (cc) the clustering cost (e.g., kk-median or kk-means) is minimized. Prior work by Thejaswi et al. (KDD 2022) showed that satisfying fair-range constraints is NP-hard, 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 conjectures, we show that no non-trivial approximation is possible without exhaustively enumerating all kk-subsets of the facility set. Notably, our inapproximability results hold even on tree metrics and when the number of groups is logarithmic in the size of the facility set. In light of these strong inapproximability results, we focus on a more practical setting where the number of groups is constant. In this regime, we design two approximation algorithms: (ii) a polynomial-time O(logk)O(\log k)- and O(log2k)O(\log^2 k)-approximation algorithm for the kk-median and kk-means objectives, and (iiii) a fixed-parameter tractable algorithm parameterized by kk, achieving (3+ϵ)(3+\epsilon)- and (9+ϵ)(9 + \epsilon)-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).

Keywords

Cite

@article{arxiv.2505.15905,
  title  = {Capacitated Fair-Range Clustering: Hardness and Approximation Algorithms},
  author = {Ameet Gadekar and Suhas Thejaswi},
  journal= {arXiv preprint arXiv:2505.15905},
  year   = {2025}
}
R2 v1 2026-07-01T02:29:33.536Z