The improved \(k\)-shell hybrid (IKH) centrality, proposed by Maji et al. [2], is a refined variant of the \(k\)-shell hybrid (ksh) method. It introduces a distance-dependent weighting parameter that adjusts the contribution of neighboring nodes based on their shortest path distance from the focal node, increasing sensitivity to both local and extended network structures.
The centrality score \( c_{\mathrm{IKH}}(i) \) of node \( i \) is defined as
\begin{equation*}
c_{\mathrm{IKH}}(i) =
\sum_{j \in \mathcal{N}^{(\leq l)}(i)}
\frac{\sqrt{k_s(i) + k_s(j)} + μ(d_{ij}) \cdot d_j}{d_{ij}^2},
\end{equation*}
where \( \mathcal{N}^{(\leq l)}(i) \) is the set of nodes within the \( l \)-hop neighborhood of node \( i \),
\( d_{ij} \) is the shortest path distance between nodes \( i \) and \( j \),
\( k_s(i) \) and \( k_s(j) \) are the \(k\)-shell indices of nodes \( i \) and \( j \),
\( d_j \) is the degree of node \( j \), and
\(μ(d_{ij})\) is a tunable parameter defined as
\begin{equation*}
μ(d_{ij}) = \frac{2(l - d_{ij} + 1)}{l(l + 1)},
\end{equation*}
where \( l \) is the radius of the considered neighborhood. This formulation ensures that closer nodes exert a stronger influence than more distant ones.

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] Maji, G., Namtirtha, A., Dutta, A., & Malta, M. C. (2020). Influential spreaders identification in complex networks with improved k-shell hybrid method. Expert Systems with Applications, 144, 113092. doi: 10.1016/j.eswa.2019.113092.