English

Revisiting Maximum $k$-Biplex Search Through $k$-Bounded-Degree Deletion

Data Structures and Algorithms 2026-07-08 v1

Abstract

Biplex, as a relaxation of the biclique model, has emerged as an important cohesive subgraph model for bipartite graph analysis. The maximum kk-biplex search problem aims to identify the kk-biplex with maximum number of edges and has been widely applied in various real-world applications, including community detection, online recommendation, and fraud detection. However, the problem is NP-hard, and existing exact algorithms remain inefficient on large-scale bipartite graphs with large values of kk (e.g., k3k\geq 3). In this paper, we revisit the maximum kk-biplex search problem from a complementary perspective. We reveal a novel structural duality: finding a maximum kk-biplex in a bipartite graph is equivalent to finding a minimal kk-bounded-degree deletion in its complement graph. Based on this observation, we propose a novel deletion-based algorithm for the maximum kk-biplex search problem. We theoretically prove that the proposed algorithm achieves a worst-case time complexity of O(γkn)O^*(\gamma_k^n), where γk<2\gamma_k<2. Specifically, γ1=1.725\gamma_1=1.725, γ2=1.856\gamma_2=1.856, and γ3=1.928\gamma_3=1.928. To further enhance practical efficiency, we develop several effective upper-bounding techniques and a heuristic strategy for obtaining high-quality initial solutions, which substantially reduce the search space. Extensive experiments on eight real-world bipartite graphs demonstrate the efficiency of our approach, which achieves up to four orders of magnitude speedups over state-of-the-art algorithms.

Cite

@article{arxiv.2607.07419,
  title  = {Revisiting Maximum $k$-Biplex Search Through $k$-Bounded-Degree Deletion},
  author = {Donghang Cui and Ronghua Li and Qiangqiang Dai and Guoren Wang},
  journal= {arXiv preprint arXiv:2607.07419},
  year   = {2026}
}