A Graph-Traversal Approach to Identify Influential Nodes in a Network

Yan Liu,Xiaoqi Wei,Wenfang Chen,Lianyu Hu,Zengyou He
DOI: https://doi.org/10.1016/j.patter.2021.100321
2021-01-01
Patterns
Abstract:Influential node identification plays a significant role in understanding network structure and functions. Here we propose a general method for detecting influential nodes in a graph-traversal framework. We evaluate the influence of each node by constructing a breadth-first search (BFS) tree in which the target node is the root node. From the BFS tree, we generate a curve in which the x axis is the level number and the y axis is the cumulative scores of all nodes visited so far. We use the area under the curve value as the final influence score of the target node. Experimental results on various networks across different domains demonstrate that our method can be significantly superior to widely used centrality measures on the task of influential node detection.
What problem does this paper attempt to address?