Random Walk Decay (RWD) centrality [2] is a probabilistic extension of the classical decay centrality measure [3], reformulated within the framework of random walks. The centrality value \( c_{RWD}(i) \) for a node \( i \) in a graph \( G \) is defined as
\begin{equation*}
c_{RWD}(i) = β(G) \sum_{t=0}^{\infty} a^{t} P_i(t),
\end{equation*}
where \( a \in (0,1) \) is a decay parameter that controls the influence of longer walks, \( P_i(t) \) denotes the probability that node \( i \) is visited for the first time at step \( t \) of a random walk starting from a uniformly selected node, and \( β(G) \) is a normalization constant determined by the graph structure; it is typically defined as the total sum of node weights,
\[
β(G) = \sum_{v \in \mathcal{N}} b(v),
\]
where \( b(v) \ge 0 \) denotes the weight of node \( v \). In the special case of an unweighted graph, this reduces to \( β(G) = N\), the number of nodes in \( G \).
The RWD centrality can be interpreted as a weighted expectation of first-visit probabilities, where nodes reached earlier in the random walk contribute more strongly due to the exponential decay factor \( a^{t} \). W\k{a}s et al. [2] showed that random walk decay centrality behaves similarly to PageRank, but differs in that it accounts only for the first visit of the random walk to each node, rather than all subsequent visits. This property can make it more suitable in settings where early reachability or first-time discovery of nodes is of primary interest.

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] W\k{a}s, T., Rahwan, T., & Skibski, O. (2019). Random walk decay centrality. In Proceedings of the AAAI Conference on Artificial Intelligence (Vol. 33, No. 01, pp. 2197-2204). doi: 10.1609/aaai.v33i01.33012197.
[3] Jackson, M. O. (2008). Social and economic networks (Vol. 3, p. 519). Princeton: Princeton university press. doi: 10.2307/j.ctvcm4gh1.