The extended weight degree centrality (EWDC) is an extension of the weight degree centrality (WDC) [2], which incorporates the centrality of a node's neighbors to improve its discriminative power.
The EWDC centrality of node \(i\) is defined as
\begin{equation*}
c_{EWdc}(i) = \left( \sum_{j \in \mathcal{N}(i)} c_{Wdc}(j) - c_{Wdc}(i) \right) c_{Wdc}(i)^{|r|},
\end{equation*}
where \(c_{Wdc}(i)\) is the weight degree centrality of node \(i\), given by
\begin{equation*}
c_{Wdc}(i) = \left( \sum_{j \in \mathcal{N}(i)} d_j - d_i \right) d_i^{α}.
\end{equation*}
Here, \(d_i\) is the degree of node \(i\), \(\mathcal{N}(i)\) denotes the set of neighbors of node \(i\), and \(α\) is a tunable parameter controlling the contribution of the node's own degree. Following Liu et al. [2], \(α\) can be set to \(|r|\), where \(r\) is the network's degree assortativity coefficient. This allows the centrality measure to adapt to assortative, disassortative, and neutral networks. EWDC further incorporates the WDC values of neighbors, enhancing its ability to distinguish influential nodes across different 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., Wei, B., Du, Y., Xiao, F., & Deng, Y. (2016). Identifying influential spreaders by weight degree centrality in complex networks. Chaos, Solitons & Fractals, 86, 1-7. doi: 10.1016/j.chaos.2016.01.030.