Balanced Clique Computation in Signed Networks: Concepts and Algorithms
Zi Chen, Long Yuan, Xuemin Lin, Lu Qin, Wenjie Zhang

TL;DR
This paper introduces a new model for identifying cohesive subgraphs called balanced cliques in signed networks, along with efficient algorithms for enumerating all maximal balanced cliques and finding the largest one, validated by extensive experiments.
Contribution
It proposes the balanced clique model for signed networks and develops novel algorithms with optimizations for maximal balanced clique enumeration and maximum balanced clique search.
Findings
Algorithms are efficient and scalable on large datasets.
Proposed methods outperform baseline approaches.
Extensive experiments validate effectiveness and scalability.
Abstract
Clique is one of the most fundamental models for cohesive subgraph mining in network analysis. Existing clique model mainly focuses on unsigned networks. However, in real world, many applications are modeled as signed networks with positive and negative edges. As the signed networks hold their own properties different from the unsigned networks, the existing clique model is inapplicable for the signed networks. Motivated by this, we propose the balanced clique model that considers the most fundamental and dominant theory, structural balance theory, for signed networks. Following the balanced clique model, we study the maximal balanced clique enumeration problem (MBCE) which computes all the maximal balanced cliques in a given signed network and the maximum balanced clique search problem (MBCS) which computes the balanced clique with maximum size. We show that MBCE problem and MBCS…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Data Mining Algorithms and Applications
