Efficient Maximal Biclique Enumeration for Large Sparse Bipartite Graphs.

Proceedings of the VLDB Endowment(2022)

引用 21|浏览22
暂无评分
摘要
Maximal bicliques are effective to reveal meaningful information hidden in bipartite graphs. Maximal biclique enumeration (MBE) is challenging since the number of the maximal bicliques grows exponentially w.r.t. the number of vertices in a bipartite graph in the worst case. However, a large bipartite graph is usually very sparse, which is against the worst case and may lead to fast MBE algorithms. The uncharted opportunity is taking advantage of the sparsity to substantially improve the MBE efficiency for large sparse bipartite graphs. We observe that for a large sparse bipartite graph, a vertex upsilon may converge to a few vertices in the same vertex set as upsilon via its neighbours, which reveals that the enumeration scope for a vertex could be very small. Based on this observation, we propose novel concepts: unilateral coreness for individual vertices, unilateral order for each vertex set and unilateral convergence (sigma) for a large sparse bipartite graph. sigma could be a few thousand for a large sparse bipartite graph with hundreds of million edges. Using the unilateral order, every vertex with tau unilateral coreness only needs to check at most 2(tau) combinations so that all maximal bicliques can be enumerated and tau is bounded by sigma, which leads to a novel MBE algorithm running in O*(2(sigma)). We then propose a batch-pivots technique to eliminate all enumerations resulting in non-maximal bicliques, which guarantees that every maximal biclique is reported in O-(sigma e)-delay, where.. is the number of edges. We devise novel data structures that allow storing subgraphs at omissible space for further speeding up MBE. Extensive experiments are conducted on synthetic and real large datasets to justify that our proposed algorithm is faster and more scalable than the existing algorithms.
更多
查看译文
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要