paper-with-me

홈 › Papers

A Unified Framework for Fair Spectral Clustering With Effective Graph Learning

2023-11-23 · Xiang Zhang, Qiao Wang

We consider the problem of spectral clustering under group fairness constraints, where samples from each sensitive group are approximately proportionally represented in each cluster. Traditional fair spectral clustering (FSC) methods consist of two consecutive stages, i.e., performing fair spectral embedding on a given graph and conducting $k$means to obtain discrete cluster labels. However, in practice, the graph is usually unknown, and we need to construct the underlying graph from potentially noisy data, the quality of which inevitably affects subsequent fair clustering performance. Furthermore, performing FSC through separate steps breaks the connections among these steps, leading to suboptimal results. To this end, we first theoretically analyze the effect of the constructed graph on FSC. Motivated by the analysis, we propose a novel graph construction method with a node-adaptive graph filter to learn graphs from noisy data. Then, all independent stages of conventional FSC are integrated into a single objective function, forming an end-to-end framework that inputs raw data and outputs discrete cluster labels. An algorithm is developed to jointly and alternately update the variables in each stage. Finally, we conduct extensive experiments on synthetic, benchmark, and real data, which show that our model is superior to state-of-the-art fair clustering methods.

📄 PDF Abstract BibTeX arXiv:2311.13766

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFairnessgraph constructionGraph Learning

Methods 이 논문이 사용한 방법론

Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…

Similar Papers 제목 키워드 기반

Accelerating Spectral Clustering under Fairness Constraints

2025-06-09 · Francesco Tonin, Alex Lambert, Johan A. K. Suykens, Volkan Cevher

Fairness of decision-making algorithms is an increasingly important issue. In this paper, we focus on spectral clustering with group fairness constraints, where every demographic group is represented in each cluster prop…

ClusteringComputational EfficiencyDecision MakingFairness

UniFair: A unified fair clustering approach based on separation and compactness

2026-06-03 · Antonia Karra, Vasiliki Papanikou, Georgios Vardakas, Evaggelia Pitoura 외 arxiv

Clustering is increasingly used to support high-impact decisions, yet standard objectives such as k-means can produce clusterings that treat demographic groups unequally. Existing fair clustering methods typically optimi…

Deep Clustering

Incorporating Fairness in Neighborhood Graphs for Fair Spectral Clustering

2025-12-10 · Adithya K Moorthy, V Vijaya Saradhi, Bhanu Prasad arxiv

Graph clustering plays a pivotal role in unsupervised learning methods like spectral clustering, yet traditional methods for graph clustering often perpetuate bias through unfair graph constructions that may underreprese…

Graph Clustering

Unified Multi-View Orthonormal Non-Negative Graph Based Clustering Framework

2022-11-03 · Liangchen Liu, Qiuhong Ke, Chaojie Li, Feiping Nie 외

Spectral clustering is an effective methodology for unsupervised learning. Most traditional spectral clustering algorithms involve a separate two-step procedure and apply the transformed new representations for the final…

Clustering

Variational Fair Clustering

2019-06-19 · Imtiaz Masud Ziko, Eric Granger, Jing Yuan, Ismail Ben Ayed

We propose a general variational framework of fair clustering, which integrates an original Kullback-Leibler (KL) fairness term with a large class of clustering objectives, including prototype or graph based. Fundamental…

ClusteringFairness