A Computational Approach to Improving Fairness in K-means Clustering
By: Guancheng Zhou , Haiping Xu , Hongkang Xu and more
Potential Business Impact:
Makes computer groups fairer for everyone.
The popular K-means clustering algorithm potentially suffers from a major weakness for further analysis or interpretation. Some cluster may have disproportionately more (or fewer) points from one of the subpopulations in terms of some sensitive variable, e.g., gender or race. Such a fairness issue may cause bias and unexpected social consequences. This work attempts to improve the fairness of K-means clustering with a two-stage optimization formulation--clustering first and then adjust cluster membership of a small subset of selected data points. Two computationally efficient algorithms are proposed in identifying those data points that are expensive for fairness, with one focusing on nearest data points outside of a cluster and the other on highly 'mixed' data points. Experiments on benchmark datasets show substantial improvement on fairness with a minimal impact to clustering quality. The proposed algorithms can be easily extended to a broad class of clustering algorithms or fairness metrics.
Similar Papers
Local Search-based Individually Fair Clustering with Outliers
Data Structures and Algorithms
Groups data fairly, even with bad data.
Towards Fair Representation: Clustering and Consensus
Machine Learning (CS)
Makes groups in data fair for everyone.
Fair Clustering via Alignment
Machine Learning (CS)
Makes computer groups fair without losing quality.