paper-with-me

Papers

Efficient Algorithms For Fair Clustering with a New Fairness Notion

2021-09-02 · Shivam Gupta, Ganesh Ghalme, Narayanan C. Krishnan, Shweta Jain

We revisit the problem of fair clustering, first introduced by Chierichetti et al., that requires each protected attribute to have approximately equal representation in every cluster; i.e., a balance property. Existing solutions to fair clustering are either not scalable or do not achieve an optimal trade-off between clustering objective and fairness. In this paper, we propose a new notion of fairness, which we call $tau$-fair fairness, that strictly generalizes the balance property and enables a fine-grained efficiency vs. fairness trade-off. Furthermore, we show that simple greedy round-robin based algorithms achieve this trade-off efficiently. Under a more general setting of multi-valued protected attributes, we rigorously analyze the theoretical properties of the our algorithms. Our experimental results suggest that the proposed solution outperforms all the state-of-the-art algorithms and works exceptionally well even for a large number of clusters.

📄 PDF Abstract BibTeX arXiv:2109.00708

Code (1)

shivi98g/Fair-k-means-Clustering-via-Algorithmic-Fairness 공식 구현

Tasks

AttributeClusteringFairness

Similar Papers 제목 키워드 기반

Fair Clustering Using Antidote Data

2021-06-01 · Anshuman Chhabra, Adish Singla, Prasant Mohapatra

Clustering algorithms are widely utilized for many modern data science applications. This motivates the need to make outputs of clustering algorithms fair. Traditionally, new fair algorithmic variants to clustering algor…

ClusteringFairness

Fair Clustering: A Causal Perspective

2023-12-14 · Fritz Bayer, Drago Plecko, Niko Beerenwinkel, Jack Kuipers

Clustering algorithms may unintentionally propagate or intensify existing disparities, leading to unfair representations or biased decision-making. Current fair clustering methods rely on notions of fairness that do not …

ClusteringDecision MakingFairness

Fair Correlation Clustering

2020-02-06 · Sara Ahmadian, Alessandro Epasto, Ravi Kumar, Mohammad Mahdian

In this paper, we study correlation clustering under fairness constraints. Fair variants of $k$-median and $k$-center clustering have been studied recently, and approximation algorithms using a notion called fairlet deco…

ClusteringCombinatorial OptimizationFairness

A Notion of Individual Fairness for Clustering

2020-06-08 · Matthäus Kleindessner, Pranjal Awasthi, Jamie Morgenstern

A common distinction in fair machine learning, in particular in fair classification, is between group fairness and individual fairness. In the context of clustering, group fairness has been studied extensively in recent …

ClusteringFairness

FairAD: Computationally Efficient Fair Graph Clustering via Algebraic Distance

2025-10-31 · Minh Phu Vuong, Young-Ju Lee, Iván Ojeda-Ruiz, Chul-Ho Lee arxiv

Due to the growing concern about unsavory behaviors of machine learning models toward certain demographic groups, the notion of 'fairness' has recently drawn much attention from the community, thereby motivating the stud…

Graph Clustering