LGAIITOct 27, 2025

A Deep Latent Factor Graph Clustering with Fairness-Utility Trade-off Perspective

arXiv:2510.23507v12 citationsh-index: 26Has Code
Originality Incremental advance
AI Analysis

This addresses fair graph clustering for applications like community detection and social network analysis, offering an incremental improvement with better trade-off control.

The paper tackles fair graph clustering by introducing DFNMF, an end-to-end deep nonnegative tri-factorization method that directly optimizes cluster assignments with a soft statistical-parity regularizer, achieving substantially higher group balance at comparable modularity and often dominating state-of-the-art baselines on the Pareto front.

Fair graph clustering seeks partitions that respect network structure while maintaining proportional representation across sensitive groups, with applications spanning community detection, team formation, resource allocation, and social network analysis. Many existing approaches enforce rigid constraints or rely on multi-stage pipelines (e.g., spectral embedding followed by $k$-means), limiting trade-off control, interpretability, and scalability. We introduce \emph{DFNMF}, an end-to-end deep nonnegative tri-factorization tailored to graphs that directly optimizes cluster assignments with a soft statistical-parity regularizer. A single parameter $λ$ tunes the fairness--utility balance, while nonnegativity yields parts-based factors and transparent soft memberships. The optimization uses sparse-friendly alternating updates and scales near-linearly with the number of edges. Across synthetic and real networks, DFNMF achieves substantially higher group balance at comparable modularity, often dominating state-of-the-art baselines on the Pareto front. The code is available at https://github.com/SiamakGhodsi/DFNMF.git.

Foundations

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

Your Notes