Fairness-aware Maximal Clique in Large Graphs: Concepts and Algorithms
Qi Zhang, Rong-Hua Li, Minjia Pan, Yongheng Dai, Qun Tian, Guoren Wang

TL;DR
This paper introduces fairness-aware maximal clique models for attributed graphs, along with efficient algorithms for enumerating these cliques, addressing a gap in cohesive subgraph mining with fairness considerations.
Contribution
It proposes three novel fairness-aware maximal clique models and develops efficient enumeration algorithms with pruning and ordering techniques.
Findings
Algorithms are efficient and scalable on real-world graphs.
Proposed methods effectively incorporate fairness into clique mining.
Experimental results demonstrate the effectiveness of the algorithms.
Abstract
Cohesive subgraph mining on attributed graphs is a fundamental problem in graph data analysis. Existing cohesive subgraph mining algorithms on attributed graphs do not consider the fairness of attributes in the subgraph. In this paper, we, for the first time, introduce fairness into the widely-used clique model to mine fairness-aware cohesive subgraphs. In particular, we propose three novel fairness-aware maximal clique models on attributed graphs, called weak fair clique, strong fair clique and relative fair clique, respectively. To enumerate all weak fair cliques, we develop an efficient backtracking algorithm called WFCEnum equipped with a novel colorful k-core based pruning technique. We also propose an efficient enumeration algorithm called SFCEnum to find all strong fair cliques based on a new attribute-alternatively-selection search technique. To further improve the efficiency,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Advanced Graph Neural Networks
