A Computationally Efficient Framework for Overlapping Community Detection in Large Bipartite Graphs
Yue Zeng, Rong-Hua Li, Qiangqiang Dai, Guoren Wang

TL;DR
This paper introduces a computationally efficient framework for detecting overlapping communities in large bipartite graphs by using partial biclique percolation, significantly reducing complexity and outperforming existing methods.
Contribution
The paper proposes a novel partial-BCPC based approach that reduces the size of the maximal biclique adjacency graph and improves detection efficiency in bipartite networks.
Findings
Methods outperform existing approaches by nearly three orders of magnitude.
The approach effectively reduces the size of the maximal biclique adjacency graph.
Enumeration of (alpha, beta)-bicliques enhances community detection efficiency.
Abstract
Community detection, which uncovers closely connected vertex groups in networks, is vital for applications in social networks, recommendation systems, and beyond. Real-world networks often have bipartite structures (vertices in two disjoint sets with inter-set connections), creating unique challenges on specialized community detection methods. Biclique percolation community (BCPC) is widely used to detect cohesive structures in bipartite graphs. A biclique is a complete bipartite subgraph, and a BCPC forms when maximal bicliques connect via adjacency (sharing an (alpha, beta)-biclique). Yet, existing methods for BCPC detection suffer from high time complexity due to the potentially massive maximal biclique adjacency graph (MBAG). To tackle this, we propose a novel partial-BCPC based solution, whose key idea is to use partial-BCPC to reduce the size of the MBAG. A partial-BCPC is a…
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
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Bioinformatics and Genomic Networks
