English

Spectral Normalized-Cut Graph Partitioning with Fairness Constraints

Machine Learning 2023-10-10 v1 Computers and Society Data Structures and Algorithms

Abstract

Normalized-cut graph partitioning aims to divide the set of nodes in a graph into kk disjoint clusters to minimize the fraction of the total edges between any cluster and all other clusters. In this paper, we consider a fair variant of the partitioning problem wherein nodes are characterized by a categorical sensitive attribute (e.g., gender or race) indicating membership to different demographic groups. Our goal is to ensure that each group is approximately proportionally represented in each cluster while minimizing the normalized cut value. To resolve this problem, we propose a two-phase spectral algorithm called FNM. In the first phase, we add an augmented Lagrangian term based on our fairness criteria to the objective function for obtaining a fairer spectral node embedding. Then, in the second phase, we design a rounding scheme to produce kk clusters from the fair embedding that effectively trades off fairness and partition quality. Through comprehensive experiments on nine benchmark datasets, we demonstrate the superior performance of FNM compared with three baseline methods.

Keywords

Cite

@article{arxiv.2307.12065,
  title  = {Spectral Normalized-Cut Graph Partitioning with Fairness Constraints},
  author = {Jia Li and Yanhao Wang and Arpit Merchant},
  journal= {arXiv preprint arXiv:2307.12065},
  year   = {2023}
}

Comments

17 pages, 7 figures, accepted to the 26th European Conference on Artificial Intelligence (ECAI 2023)

R2 v1 2026-06-28T11:37:39.070Z