Balanced centrality , also known as SWIPD, is a hybrid centrality measure that combines multiple classical centrality indices into a single vector [2]. The centrality of node \(i\), denoted \(c_{\text{SWIPD}}(i)\), is defined as
\[
c_{\text{SWIPD}}(i) =
γ_1 A^2 D^{-1} A u \; + \;
γ_2 (D - α D A)^{-1} A u \; + \;
γ_3 A D^{-2} u \; + \;
γ_4 A D^{-1} A u,
\]
where the four terms correspond, respectively, to square centrality , walk centrality , power-like centrality , and degree-weighted centrality . Specifically, \(D\) is the degree diagonal matrix, \(u\) is the \(N \times 1\) vector of ones, and the coefficients \(γ_i\) control the relative contribution of each component. The attenuation factor in the walk centrality is \(α = \frac{1}{d_{\max}+1}\), where \(d_{\max}\) is the maximum node degree in the network. Each of these terms captures a distinct aspect of node importance, which can be summarized as follows:

  • Square centrality: emphasizes the influence of two-hop neighbors.
  • Walk centrality: incorporates attenuated walks starting from each node.
  • Power-like centrality: highlights nodes with strong direct connections while penalizing high-degree nodes.
  • Degree-weighted centrality: captures the influence of a node based on the degree-weighted connectivity of its neighbors.

Balanced centrality combines several centrality measures, allowing the relative contributions of different aspects of node importance to be analyzed within a single measure.

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] Debono, M., Lauri, J., & Sciriha, I. (2014). Balanced centrality of networks. International Scholarly Research Notices, 2014(1), 871038. doi: 10.1155/2014/871038.