Weighted volume centrality (WVC) is an extension of volume centrality that incorporates both the distance between nodes and their clustering coefficients [2]. The centrality score \(c_{WV}(i)\) of node \(i\) is defined as
\[
c_{WV}(i) = \sum_{j \in \mathcal{N}^{(\leq r)}(i)} \frac{d_j \left[1 - c(j)\right]}{2^{d_{ij}}},
\]
where \(\mathcal{N}^{(\leq r)}(i)\) denotes the set of nodes located within a topological distance \(r\) from node \(i\) (excluding \(i\) itself), \(d_j\) is the degree of node \(j\), \(c(j)\) is its clustering coefficient and \(d_{ij}\) represents the shortest-path distance between nodes \(i\) and \(j\).
The exponential term \(2^{-d_{ij}}\) serves as a distance-decay factor, giving higher weight to nearby nodes. Kim and Yoneki [2] demonstrated that, for \(r \geq 2\), weighted volume centrality provides a good approximation of closeness centrality while requiring significantly lower computational cost.

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] Kim, H., & Yoneki, E. (2012). Influential neighbours selection for information diffusion in online social networks. In 2012 21st international conference on computer communications and networks (ICCCN) (pp. 1-7). IEEE. doi: 10.1109/ICCCN.2012.6289230.