Modularity Optimization By Global-Local Search

Xun Wang,Chang-Dong Wang,Jian-Huang Lai
DOI: https://doi.org/10.1109/IJCNN.2016.7727287
2016-01-01
Abstract:Modularity is widely used in community detection in network. Despite its great success, one drawback is that its optimization is an NP-complete problem. To this end, this paper designs a new optimization method termed Global-Local-Search (Glo-Loc-Search for short). The basic idea lies in the two new important properties we have discovered which have seldom been noticed in the previous studies. The first one is that we can reformulate the modularity optimization problem into a bipartite graph-related optimization problem, and the other is the relationship transitivity among different but related node pairs. By making full use of those two properties and the transformation of some formulas, the proposed Glo-Loc-Search algorithm is designed, which is a combination of both global search and local search, with the computational complexity of O(n(2)). In the experiments, we have confirmed the effectiveness of our algorithm in generating high quality community structure with large modularity value. Additionally, the experiments demonstrate a supreme advantage compared with the existing methods in partitioning networks with some special structure.
What problem does this paper attempt to address?