Top-r Influential Community Search in Bipartite Graphs
Abstract
Community search over bipartite graphs is a fundamental problem, and finding influential communities has attracted significant attention. However, all existing studies have used the minimum weight of vertices as the influence of communities. This leads to an inaccurate assessment of real influence in graphs where there are only a few vertices with low weights. In this paper, we propose a new cohesive subgraph model named ($\alpha$,$\beta$)-influential community that considers the average weight of vertices from two layers on bipartite graphs, thereby providing a more comprehensive reflection of community influence. Based on this community model, we present a recursive algorithm that traverses the entire bipartite graph to find top-$r$ ($\alpha$,$\beta$)-influential communities. To further expedite the search for influential communities, we propose a slim tree structure to reduce the search width and introduce several effective upper bounds to reduce the search depth. Since we have proven that this problem is NP-hard, using exact algorithms to find top-$r$ ($\alpha$,$\beta$)-communities accurately is very time-consuming. Therefore, we propose an approximate algorithm using a greedy approach to find top-$r$ ($\alpha$,$\beta$)-communities as quickly as possible. It only takes $O((n+m)+m\log_{}{n})$ time. Additionally, we introduce a new pruning algorithm to improve the efficiency of the search. Extensive experiments on 10 real-world graphs validate both the effectiveness and the efficiency of our algorithms.
- Publication:
-
arXiv e-prints
- Pub Date:
- December 2024
- DOI:
- arXiv:
- arXiv:2412.06216
- Bibcode:
- 2024arXiv241206216Z
- Keywords:
-
- Computer Science - Social and Information Networks