Rapid identifying method (RIM)
The
Rapid identifying method
(RIM) is designed to efficiently identify a fraction of highly influential nodes based on node degree and network structure [2]. The core idea of RIM is to start from randomly selected seed nodes and iteratively move toward neighbors with higher degrees, under the assumption that high-degree nodes are more likely to play key roles in spreading dynamics. By exploring multiple such paths and selecting the most connected nodes discovered, RIM balances randomness with structural importance.
The method proceeds as follows:
- Seed Selection: randomly select \(m\) seed nodes \(s_i\), where \(i = 1, 2, \dots, m\).
- Greedy Expansion: for each seed node \(s_i\), iteratively select its highest-degree neighbor (excluding already selected nodes) for \(j\) steps: \[ s_i^{m(1)},\, s_i^{m(2)},\, \dots,\, s_i^{m(j)}. \] If multiple neighbors share the same highest degree, one is chosen at random. This process generates a total of \(m \times j\) candidate nodes.
- Target Selection: rank the \(m \times j\) candidate nodes by degree and select the top \(j\) nodes as the final target set \(T_j\).
- Repeat steps 1-3 for \(n\) independent iterations.
The final RIM score of each node is determined by counting the number of times it appears in the top \(j\) sets across all \(n\) iterations, with nodes appearing more frequently considered more influential.
Song et al. [2] consider the parameters \(m = 1\), \(n = 500\), and \(j \in \{5, 10\}\). The performance of RIM is typically evaluated using the susceptible-infected-recovered (SIR) model and compared against four classical centrality measures.
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]
Song, B., Jiang, G. P., Song, Y. R., & Xia, L. L. (2015). Rapid identifying high-influence nodes in complex networks. Chinese Physics B, 24(10), 100101.
doi: 10.1088/1674-1056/24/10/100101.