Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ml 90% Match Research Paper ML Researchers,Data Scientists,Social Network Analysts,AI Ethicists 2 days ago

FairAD: Computationally Efficient Fair Graph Clustering via Algebraic Distance

graph-neural-networks โ€บ graph-learning
๐Ÿ“„ Abstract

Abstract: 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 study of fairness in graph clustering. Fair graph clustering aims to partition the set of nodes in a graph into $k$ disjoint clusters such that the proportion of each protected group within each cluster is consistent with the proportion of that group in the entire dataset. It is, however, computationally challenging to incorporate fairness constraints into existing graph clustering algorithms, particularly for large graphs. To address this problem, we propose FairAD, a computationally efficient fair graph clustering method. It first constructs a new affinity matrix based on the notion of algebraic distance such that fairness constraints are imposed. A graph coarsening process is then performed on this affinity matrix to find representative nodes that correspond to $k$ clusters. Finally, a constrained minimization problem is solved to obtain the solution of fair clustering. Experiment results on the modified stochastic block model and six public datasets show that FairAD can achieve fair clustering while being up to 40 times faster compared to state-of-the-art fair graph clustering algorithms.
Authors (4)
Minh Phu Vuong
Young-Ju Lee
Ivรกn Ojeda-Ruiz
Chul-Ho Lee
Submitted
October 31, 2025
arXiv Category
cs.LG
arXiv PDF

Key Contributions

FairAD proposes a computationally efficient method for fair graph clustering by constructing a new affinity matrix based on algebraic distance, which effectively imposes fairness constraints. This approach allows for scalable fair clustering on large graphs, addressing a significant computational challenge.

Business Value

Ensuring fairness in graph-based systems (like social networks or recommendation engines) is crucial for ethical AI and user trust. FairAD enables the development of such systems without sacrificing scalability.