On the Efficient Discovery of Maximum $k$-Defective Biclique
Donghang Cui, Ronghua Li, Qiangqiang Dai, Hongchao Qin, Guoren Wang

TL;DR
This paper introduces a new algorithmic framework for efficiently discovering maximum $k$-defective bicliques in bipartite graphs, addressing noise and incompleteness in real-world data with significant speed improvements.
Contribution
It proposes a novel branch-and-bound algorithm with pivoting and optimization techniques for finding maximum $k$-defective bicliques, improving computational efficiency and scalability.
Findings
Achieves up to 1000x speedup over existing methods
Validates effectiveness on 10 large real-world datasets
Demonstrates the algorithm's scalability and robustness
Abstract
The problem of identifying the maximum edge biclique in bipartite graphs has attracted considerable attention in bipartite graph analysis, with numerous real-world applications such as fraud detection, community detection, and online recommendation systems. However, real-world graphs may contain noise or incomplete information, leading to overly restrictive conditions when employing the biclique model. To mitigate this, we focus on a new relaxed subgraph model, called the -defective biclique, which allows for up to missing edges compared to the biclique model. We investigate the problem of finding the maximum edge -defective biclique in a bipartite graph, and prove that the problem is NP-hard. To tackle this computation challenge, we propose a novel algorithm based on a new branch-and-bound framework, which achieves a worst-case time complexity of , where…
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
TopicsComplexity and Algorithms in Graphs · Graph Theory and Algorithms · Advanced Graph Neural Networks
