The relative local-global importance (RLGI) measure is a hybrid method for identifying the top-\(k\) influential nodes in complex networks, combining node degree and \(k\)-core decomposition [2].
First, the normalized global importance (\textsc{NGI}) of node \(i\) is defined as
\[
\textsc{NGI}(i) = \frac{d_i \, k_s(i) \, δ(i)}{N},
\]
where \(d_i\) is the degree, \(k_s(i)\) is the \(k\)-shell score of node \(i\) and \(δ(i)\) is the normalized iteration number (\textsc{NIM}) given by
\[
δ(i) = 1 + \frac{n(i)}{m(i)},
\]
with \(n(i)\) being the iteration at which node \(i\) is removed and \(m(i)\) the total number of iterations in that step.
The \textsc{RLGI} score of node \(i\) is then computed as
\[
c_{\textsc{RLGI}}(i) = \frac{\textsc{NGI}(i)\, d_i}{\sum_{j \in \mathcal{N}(i)} \textsc{NGI}(j)}.
\]
Finally, \textsc{RLGI} scores are normalized by dividing each score by the maximal RLGI value in the network. The RLGI measure integrates both local connectivity and the global hierarchical position of nodes to identify influential spreaders.

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] Gupta, M., & Mishra, R. (2021). Spreading the information in complex networks: Identifying a set of top-N influential nodes using network structure. Decision Support Systems, 149, 113608. doi: 10.1016/j.dss.2021.113608.