paper-with-me

Papers

Fair Correlation Clustering

2020-02-10 · Saba Ahmadi, Sainyam Galhotra, Barna Saha, Roy Schwartz

In this paper we study the problem of correlation clustering under fairness constraints. In the classic correlation clustering problem, we are given a complete graph where each edge is labeled positive or negative. The goal is to obtain a clustering of the vertices that minimizes disagreements -- the number of negative edges trapped inside a cluster plus positive edges between different clusters. We consider two variations of fairness constraint for the problem of correlation clustering where each node has a color, and the goal is to form clusters that do not over-represent vertices of any color. The first variant aims to generate clusters with minimum disagreements, where the distribution of a feature (e.g. gender) in each cluster is same as the global distribution. For the case of two colors when the desired ratio of the number of colors in each cluster is $1:p$, we get $\mathcal{O}(p^2)$-approximation algorithm. Our algorithm could be extended to the case of multiple colors. We prove this problem is NP-hard. The second variant considers relative upper and lower bounds on the number of nodes of any color in a cluster. The goal is to avoid violating upper and lower bounds corresponding to each color in each cluster while minimizing the total number of disagreements. Along with our theoretical results, we show the effectiveness of our algorithm to generate fair clusters by empirical evaluation on real world data sets.

📄 PDF Abstract BibTeX arXiv:2002.03508

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFairness

Similar Papers 제목 키워드 기반

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

Fair Correlation Clustering in Forests

2023-02-22 · Katrin Casel, Tobias Friedrich, Martin Schirneck, Simon Wietheger

The study of algorithmic fairness received growing attention recently. This stems from the awareness that bias in the input data for machine learning systems may result in discriminatory outputs. For clustering tasks, on…

AttributeClusteringFairness

Improved Approximation for Fair Correlation Clustering

2022-06-09 · Sara Ahmadian, Maryam Negahbani

Correlation clustering is a ubiquitous paradigm in unsupervised machine learning where addressing unfairness is a major challenge. Motivated by this, we study Fair Correlation Clustering where the data points may belong …

ClusteringFairness

Fairness in Visual Clustering: A Novel Transformer Clustering Approach

2023-04-14 · Xuan-Bac Nguyen, Chi Nhan Duong, Marios Savvides, Kaushik Roy 외

Promoting fairness for deep clustering models in unsupervised clustering settings to reduce demographic bias is a challenging goal. This is because of the limitation of large-scale balanced data with well-annotated label…

AttributeClusteringDeep ClusteringFairness

Generalizing Fair Clustering to Multiple Groups: Algorithms and Applications

2025-11-14 · Diptarka Chakraborty, Kushagra Chatterjee, Debarati Das, Tien-Long Nguyen arxiv

Clustering is a fundamental task in machine learning and data analysis, but it frequently fails to provide fair representation for various marginalized communities defined by multiple protected attributes -- a shortcomin…