Fair k-Center Clustering for Data Summarization
Matth\"aus Kleindessner, Pranjal Awasthi, Jamie Morgenstern

TL;DR
This paper introduces a linear-time approximation algorithm for fair k-center clustering, ensuring demographic fairness in data summarization without sacrificing computational efficiency.
Contribution
It presents the first linear-time approximation algorithm for fair k-center clustering, addressing the computational gap in existing methods.
Findings
Algorithm runs in linear time relative to data size and k
Approximation guarantee incurs only a constant-factor overhead for few groups
Effectively incorporates fairness constraints into clustering
Abstract
In data summarization we want to choose prototypes in order to summarize a data set. We study a setting where the data set comprises several demographic groups and we are restricted to choose prototypes belonging to group . A common approach to the problem without the fairness constraint is to optimize a centroid-based clustering objective such as -center. A natural extension then is to incorporate the fairness constraint into the clustering problem. Existing algorithms for doing so run in time super-quadratic in the size of the data set, which is in contrast to the standard -center problem being approximable in linear time. In this paper, we resolve this gap by providing a simple approximation algorithm for the -center problem under the fairness constraint with running time linear in the size of the data set and . If the number of demographic groups is small,…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Data Quality and Management · Data Mining Algorithms and Applications
