The probabilistic-jumping random walk (\textsc{PJRW}) centrality simulates the propagation of messages in a network by randomly spreading them from nodes to their neighbors [2]. Inspired by the PageRank algorithm, \textsc{PJRW} starts from a randomly selected node and, at each step, either jumps to a random node in the graph \(G\) with probability \(p_c\) or moves to one of the current node's neighbors with probability \(1 - p_c\). The total number of visits to each node \(i\) during this process defines its centrality.
Unlike PageRank, which relies on the stationary distribution of a random walk, Yu et al. [2] impose a maximum of \(5 \sqrt{N}\) messages and a fixed number of \(50 \sqrt{L}\) steps for each message, where \(N\) is the number of nodes and \(L\) is the number of edges. Consequently, multiple iterations of PJRW may produce different centrality values. The probability of selecting a random node is set as
\[
p_c = \frac{\langle d^2 \rangle - \langle d \rangle}{\langle d \rangle} \frac{\log_{10} N}{10 \sqrt{N}},
\]
where \(\langle d \rangle\) and \(\langle d^2 \rangle\) are the average degree and the second-order average degree of the network, respectively.

References

[1] Shvydun, S. (2025). Zoo of Centralities: Encyclopedia of Node Metrics in Complex Networks. arXiv: 2511.05122 https://doi.org/10.48550/arXiv.2511.05122
[2] Yu, H., Chen, L., Cao, X., Liu, Z., & Li, Y. (2018). Identifying top-k important nodes based on probabilistic-jumping random walk in complex networks. In Complex Networks & Their Applications VI: Proceedings of Complex Networks 2017 (The Sixth International Conference on Complex Networks and Their Applications) (pp. 326-338). Springer International Publishing. doi: 10.1007/978-3-319-72150-7\_27.