(p,q)-biclique Counting and Enumeration for Large Sparse Bipartite Graphs

Jianye Yang, Yun Peng*, Wenjie Zhang

*Corresponding author for this work

Research output: Contribution to journalConference articlepeer-review

17 Citations (Scopus)

Abstract

In this paper, we study the problem of (p, q)-biclique counting and enumeration for large sparse bipartite graphs. Given a bipartite G = (U, V, E), and two integer parameters p and q, we aim to efficiently count and enumerate all (p, q)-bicliques in G, where a (p, q)-biclique B(L, R) is a complete subgraph of G with L ⊆ U, R ⊆ V, |L| = p, and |R| = q. The problem of (p, q)-biclique counting and enumeration has many applications, such as graph neural network information aggregation, densest subgraph detection, and cohesive subgroup analysis, etc. Despite the wide range of applications, to the best of our knowledge, we note that there is no efficient and scalable solution to this problem in the literature.

This problem is computationally challenging, due to the worst-case exponential number of (p, q)-bicliques. In this paper, we propose a competitive branch-and-bound baseline method, namely BCList, which explores the search space in a depth-first manner, together with a variety of pruning techniques. Although BCList offers a useful computation framework to our problem, its worst-case time complexity is exponential to p + q. To alleviate this, we propose an advanced approach, called BCList++. Particularly, BCList++ applies a layer based exploring strategy to enumerate (p, q)-bicliques by anchoring the search on either U or V only, which has a worst-case time complexity exponential to either p or q only. Consequently, a vital task is to choose a layer with the least computation cost. To this end, we develop a cost model, which is built upon an unbiased estimator for the density of 2-hop graph induced by U or V. To improve computation efficiency, BCList++ exploits pre-allocated arrays and vertex labeling techniques such that the frequent subgraph creating operations can be substituted by array element switching operations. We conduct extensive experiments on 16 real-life datasets, and the experimental results demonstrate that BCList++ significantly outperforms the baseline methods by up to 3 orders of magnitude. We show via a case study that (p, q)-bicliques optimize the efficiency of graph neural networks.
Original languageEnglish
Pages (from-to)141–153
Number of pages13
JournalProceedings of the VLDB Endowment
Volume15
Issue number2
DOIs
Publication statusPublished - Oct 2021

Fingerprint

Dive into the research topics of '(p,q)-biclique Counting and Enumeration for Large Sparse Bipartite Graphs'. Together they form a unique fingerprint.

Cite this