Maximum $k$-Biplex Search on Bipartite Graphs: A Symmetric-BK Branching Approach
Kaiqiang Yu, Cheng Long

TL;DR
This paper introduces a new branch-and-bound algorithm for efficiently finding the top K maximal biplexes with the most edges in bipartite graphs, addressing effectiveness and efficiency issues in large-scale applications like fraud detection.
Contribution
It proposes the first approach to find the top K MBPs with the most edges, providing algorithms with improved theoretical time complexity and practical performance for large graphs.
Findings
Algorithm is up to 10,000 times faster than baselines
Effective in large sparse graphs with complex structures
Improves fraud detection by selecting high-value biplexes
Abstract
Enumerating maximal -biplexes (MBPs) of a bipartite graph has been used for applications such as fraud detection. Nevertheless, there usually exists an exponential number of MBPs, which brings up two issues when enumerating MBPs, namely the effectiveness issue (many MBPs are of low values) and the efficiency issue (enumerating all MBPs is not affordable on large graphs). Existing proposals of tackling this problem impose constraints on the number of vertices of each MBP to be enumerated, yet they are still not sufficient (e.g., they require to specify the constraints, which is often not user-friendly, and cannot control the number of MBPs to be enumerated directly). Therefore, in this paper, we study the problem of finding MBPs with the most edges called MaxBPs, where is a positive integral user parameter. The new proposal well avoids the drawbacks of existing proposals. We…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNetwork Packet Processing and Optimization · Algorithms and Data Compression · Advanced biosensing and bioanalysis techniques
