LGCYAug 19, 2024

The Fairness-Quality Trade-off in Clustering

arXiv:2408.10002v13 citationsh-index: 86
Originality Incremental advance
AI Analysis

This addresses the fairness-quality trade-off in clustering for machine learning practitioners, but it is incremental as it builds on prior work on fairness in clustering.

The paper tackles the trade-off between fairness and quality in clustering by introducing algorithms to compute the complete Pareto front for general classes of objectives, showing that this is computationally hard in general but providing a polynomial-time solution for fixed cluster centers with a specific fairness objective.

Fairness in clustering has been considered extensively in the past; however, the trade-off between the two objectives -- e.g., can we sacrifice just a little in the quality of the clustering to significantly increase fairness, or vice-versa? -- has rarely been addressed. We introduce novel algorithms for tracing the complete trade-off curve, or Pareto front, between quality and fairness in clustering problems; that is, computing all clusterings that are not dominated in both objectives by other clusterings. Unlike previous work that deals with specific objectives for quality and fairness, we deal with all objectives for fairness and quality in two general classes encompassing most of the special cases addressed in previous work. Our algorithm must take exponential time in the worst case as the Pareto front itself can be exponential. Even when the Pareto front is polynomial, our algorithm may take exponential time, and we prove that this is inevitable unless P = NP. However, we also present a new polynomial-time algorithm for computing the entire Pareto front when the cluster centers are fixed, and for perhaps the most natural fairness objective: minimizing the sum, over all clusters, of the imbalance between the two groups in each cluster.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes