Capacitated Fair-Range Clustering: Hardness and Approximation Algorithms
Ameet Gadekar, Suhas Thejaswi

TL;DR
This paper investigates the computational complexity of capacitated fair-range clustering, proving strong inapproximability results and proposing effective algorithms for cases with a constant number of groups.
Contribution
It establishes the intrinsic hardness of fair-range clustering and provides the first approximation algorithms for the problem with a fixed number of groups.
Findings
Inapproximability persists even under trivial constraints.
Polynomial algorithms achieve $O(\, ext{log}\,k)$-approximation for fixed groups.
FPT algorithms reach $(3+\, ext{epsilon})$-approximation for $k$-median and $(9+\, ext{epsilon})$ for $k$-means.
Abstract
Capacitated fair-range -clustering generalizes classical -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 facilities as centers and assign each client to a center such that: () no center exceeds its capacity, () the number of centers selected from each group lies within specified lower and upper bounds (fair-range constraints), and () the clustering cost (e.g., -median or -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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Clustering Algorithms Research · Face and Expression Recognition · Advanced Computing and Algorithms
