The neighbor distance centrality is a specific case of neighborhood centrality [2], obtained by using degree centrality as the benchmark measure, a decay parameter \(a = 0.2\), and considering neighbors up to two steps (\(n = 2\)) away [3].
Formally, for a node \(i\), the neighbor distance centrality is defined as
\begin{equation}
c_{nd}(i) = d_i + \sum_{j \in \mathcal{N}^{(1)}(i)} (0.2) d_j + + \sum_{j \in \mathcal{N}^{(2)}(i)} (0.2)^2 d_j,
\end{equation}
where \(d_i\) is the degree centrality of node \(i\) and \(\mathcal{N}^{(k)}(i)\) denotes the set of \(k\)-hop neighbors.
The neighbor distance centrality captures the influence of a node by combining its own degree with the degrees of its immediate and secondary neighbors, with contributions decaying with distance. Liu et al. [2] reported that this configuration achieves high performance in identifying influential nodes in various network structures.

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] Liu, Y., Tang, M., Zhou, T., & Do, Y. (2016). Identify influential spreaders in complex networks, the role of neighborhood. Physica A: Statistical Mechanics and its Applications, 452, 289-298. doi: 10.1016/j.physa.2016.02.028.
[3] Liu, Y., Tang, M., Zhou, T., & Do, Y. (2015). Improving the accuracy of the k-shell method by removing redundant links: From a perspective of spreading dynamics. Scientific reports, 5(1), 13172. doi: 10.1038/srep13172.