The neighborhood core diversity centrality (Cncd) is inspired by the extended neighborhood coreness (ENC) [2] and incorporates information entropy to quantify path diversity [3].
First, the path diversity \(p(i)\) of node \(i\) is defined as the ratio of its degree \(d_i\) to the sum of the degrees of its neighbors:
\[
p(i) = \frac{d_i}{\sum_{j \in \mathcal{N}(i)} d_j}.
\]
The \textsc{Cncd} centrality \(c_{\textsc{Cncd}}(i)\) of node \(i\) is then defined as
\[
c_{\textsc{Cncd}}(i) = c_{nc+}(i) + δ \, \frac{\sum_{j \in \mathcal{N}(i)} p(j) \ln p(j)}{\ln(1/d_i)} \, \frac{\sum_{j \in \mathcal{N}(i)} c_{nc+}(j)}{c_{nc+}(i)},
\]
where \(c_{nc+}(i)\) is the extended neighborhood coreness of node \(i\) as defined in [2] and \(δ\) is a tunable parameter (e.g., \(δ = 2\)).
The Cncd measure captures both the coreness of a node and the diversity of paths in its local neighborhood, providing a more nuanced evaluation of influence in complex networks.

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] Bae, J., & Kim, S. (2014). Identifying and ranking influential spreaders in complex networks by neighborhood coreness. Physica A: Statistical Mechanics and its Applications, 395, 549-559. doi: 10.1016/j.physa.2013.10.047.
[3] Yang, X., & Xiao, F. (2021). An improved gravity model to identify influential nodes in complex networks based on k-shell method. Knowledge-Based Systems, 227, 107198. doi: 10.1016/j.knosys.2021.107198.