Efficient Exact Algorithms for Maximum Balanced Biclique Search in Bipartite Graphs
Lu Chen, Chengfei Liu, Rui Zhou, Jiajie Xu, Jianxin Li

TL;DR
This paper introduces two specialized exact algorithms for finding maximum balanced bicliques in bipartite graphs, achieving near polynomial time in dense cases and efficient solutions in large sparse graphs, with extensive experimental validation.
Contribution
The paper presents novel algorithms tailored for dense and sparse bipartite graphs, significantly improving the speed of exact maximum balanced biclique search in real-world applications.
Findings
Dense bipartite graphs can be solved in near polynomial time.
Sparse graphs are handled by decomposing into dense subgraphs and applying specialized algorithms.
Algorithms efficiently process graphs with millions of vertices within seconds.
Abstract
Given a bipartite graph, the maximum balanced biclique (\textsf{MBB}) problem, discovering a mutually connected while equal-sized disjoint sets with the maximum cardinality, plays a significant role for mining the bipartite graph and has numerous applications. Despite the NP-hardness of the \textsf{MBB} problem, in this paper, we show that an exact \textsf{MBB} can be discovered extremely fast in bipartite graphs for real applications. We propose two exact algorithms dedicated for dense and sparse bipartite graphs respectively. For dense bipartite graphs, an algorithm is proposed. This algorithm in fact can find an \textsf{MBB} in near polynomial time for dense bipartite graphs that are common for applications such as VLSI design. This is because, using our proposed novel techniques, the search can fast converge to sufficiently dense bipartite graphs which…
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
TopicsAlgorithms and Data Compression · Advanced biosensing and bioanalysis techniques · graph theory and CDMA systems
