A Refined Upper Bound and Inprocessing for the Maximum K-Plex Problem

Abstract

A k-plex of a graph G is an induced subgraph in which every vertex has at most k-1 nonadjacent vertices. The Maximum k-plex Problem (MKP) consists in finding a k-plex of the largest size, which is NP-hard and finds many applications. Existing exact algorithms mainly implement a branch-and-bound approach and improve performance by integrating effective upper bounds and graph reduction rules. In this paper, we propose a refined upper bound, which can derive a tighter upper bound than existing methods, and an inprocessing strategy, which performs graph reduction incrementally. We implement a new BnB algorithm for MKP that employs the two components to reduce the search space. Extensive experiments show that both the refined upper bound and the inprocessing strategy are very efficient in the reduction of search space. The new algorithm outperforms the state-of-the-art algorithms on the tested benchmarks significantly.

Cite

Text

Jiang et al. "A Refined Upper Bound and Inprocessing for the Maximum K-Plex Problem." International Joint Conference on Artificial Intelligence, 2023. doi:10.24963/IJCAI.2023/623

Markdown

[Jiang et al. "A Refined Upper Bound and Inprocessing for the Maximum K-Plex Problem." International Joint Conference on Artificial Intelligence, 2023.](https://mlanthology.org/ijcai/2023/jiang2023ijcai-refined/) doi:10.24963/IJCAI.2023/623

BibTeX

@inproceedings{jiang2023ijcai-refined,
  title     = {{A Refined Upper Bound and Inprocessing for the Maximum K-Plex Problem}},
  author    = {Jiang, Hua and Xu, Fusheng and Zheng, Zhifei and Wang, Bowen and Zhou, Wei},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {5613-5621},
  doi       = {10.24963/IJCAI.2023/623},
  url       = {https://mlanthology.org/ijcai/2023/jiang2023ijcai-refined/}
}