Efficient Top-k s-Biplexes Search over Large Bipartite Graphs
Zhenxiang Xu, Yiping Liu, Yi Zhou, Yimin Hao, Zhengren Wang

TL;DR
This paper introduces an efficient algorithm for finding the top-$k$ largest $s$-biplexes in large bipartite graphs, addressing a computationally hard problem with practical techniques and extensive experiments.
Contribution
It formulates the top-$k$ $s$-biplex search problem, proves its NP-hardness, and proposes the FastMVBP algorithm with techniques that significantly improve performance on large graphs.
Findings
FastMVBP outperforms benchmark algorithms by up to three orders of magnitude.
The algorithm has a running time of $O^*(eta_s^{d_2})$, with $d_2$ much smaller than the graph size.
Extensive experiments validate the efficiency and scalability of the proposed methods.
Abstract
In a bipartite graph, a subgraph is an -biplex if each vertex of the subgraph is adjacent to all but at most vertices on the opposite set. The enumeration of -biplexes from a given graph is a fundamental problem in bipartite graph analysis. However, in real-world data engineering, finding all -biplexes is neither necessary nor computationally affordable. A more realistic problem is to identify some of the largest -biplexes from the large input graph. We formulate the problem as the {\em top- -biplex search (TBS) problem}, which aims to find the top- maximal -biplexes with the most vertices, where is an input parameter. We prove that the TBS problem is NP-hard for any fixed . Then, we propose a branching algorithm, named MVBP, that breaks the simple enumeration algorithm. Furthermore, from a practical perspective, we investigate three…
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
Topicsgraph theory and CDMA systems · Cooperative Communication and Network Coding · Coding theory and cryptography
