The random walk-based gravity model to identify influential nodes in complex networks

Jie Zhao,Tao Wen,Hadi Jahanshahi,Kang Hao Cheong
DOI: https://doi.org/10.1016/j.ins.2022.07.084
IF: 8.1
2022-09-01
Information Sciences
Abstract:The identification of influential nodes in complex networks has been a topic of immense interest. In most cases, the local approach represented by degree centrality performs well but has limitations when dealing with the bridge nodes. In order to solve the problem of being trapped in the locality, researchers have proposed many useful methods. The gravity model is an emerging research direction among them. However, such models have to exhaust the shortest distance between all nodes, which renders them impractical and difficult to run over large graphs. In order to address this issue, we propose a random walk-based gravity model to identify influential spreaders. Our proposed model decreases the time complexity of calculating the shortest distance—a critical step in the conventional gravity models, from O(|V|2) to O(|V|*γ*lr(l-r)), and reduces space complexity of O(|V|2) to O( 2|V|), where 2≪|V| and γ*lr(l-r)≪|V|. Some random walk properties are also investigated to support our model. In order to demonstrate the feasibility of the proposed gravity centrality, we have verified its spreading ability and convergence speed under different random walk strategies. Experimental results indicate that our method performs far better than most gravity models.
computer science, information systems
What problem does this paper attempt to address?