paper-with-me

홈 › Papers

Fair Clustering Through Fairlets

2018-02-15 · NeurIPS 2017 12 · Flavio Chierichetti, Ravi Kumar, Silvio Lattanzi, Sergei Vassilvitskii

We study the question of fair clustering under the {\em disparate impact} doctrine, where each protected class must have approximately equal representation in every cluster. We formulate the fair clustering problem under both the $k$-center and the $k$-median objectives, and show that even with two protected classes the problem is challenging, as the optimum solution can violate common conventions---for instance a point may no longer be assigned to its nearest cluster center! En route we introduce the concept of fairlets, which are minimal sets that satisfy fair representation while approximately preserving the clustering objective. We show that any fair clustering problem can be decomposed into first finding good fairlets, and then using existing machinery for traditional clustering algorithms. While finding good fairlets can be NP-hard, we proceed to obtain efficient approximation algorithms based on minimum cost flow. We empirically quantify the value of fair clustering on real-world datasets with sensitive attributes.

📄 PDF Abstract BibTeX arXiv:1802.05733

Code (2)

guptakhil12/fair-clustering-fairlets
talwagner/fair_clustering

Tasks

Clustering

Similar Papers 제목 키워드 기반

Scalable Fair Clustering

2019-02-10 · Arturs Backurs, Piotr Indyk, Krzysztof Onak, Baruch Schieber 외

We study the fair variant of the classic $k$-median problem introduced by Chierichetti et al. [2017]. In the standard $k$-median problem, given an input pointset $P$, the goal is to find $k$ centers $C$ and assign each i…

ClusteringFairness

Fair-Capacitated Clustering

2021-04-25 · Tai Le Quy, Arjun Roy, Gunnar Friege, Eirini Ntoutsi

Traditionally, clustering algorithms focus on partitioning the data into groups of similar instances. The similarity objective, however, is not sufficient in applications where a fair-representation of the groups in term…

ClusteringFairness

FACROC: a fairness measure for FAir Clustering through ROC curves

2025-03-02 · Tai Le Quy, Long Le Thanh, Lan Luong Thi Hong, Frank Hopfgartner

Fair clustering has attracted remarkable attention from the research community. Many fairness measures for clustering have been proposed; however, they do not take into account the clustering quality w.r.t. the values of…

AttributeClusteringFairness

Robust Fair Clustering: A Novel Fairness Attack and Defense Framework

2022-10-04 · Anshuman Chhabra, Peizhao Li, Prasant Mohapatra, Hongfu Liu

Clustering algorithms are widely used in many societal resource allocation applications, such as loan approvals and candidate recruitment, among others, and hence, biased or unfair model outputs can adversely impact indi…

Adversarial AttackClusteringFairnessgraph partitioning

Representativity Fairness in Clustering

2020-10-11 · Deepak P, Savitha Sam Abraham

Incorporating fairness constructs into machine learning algorithms is a topic of much societal importance and recent interest. Clustering, a fundamental task in unsupervised learning that manifests across a number of web…

ClusteringDecision MakingFairness