The Long-Range Interaction Centrality (LRIC) index is an extension of SRIC that accounts for the indirect influence of nodes [2, 3]. LRIC is based on the concepts of direct and group influence, as in SRIC, where each node \(i\) has an individual threshold of influence \(q_i\), while \(\Omega(i)\) and \(\Omega^{p}(i)\) denote, respectively, the sets of critical and pivotal neighbours of node \(i\). However, the direct influence \(c_{ij}\) of node \(i\) on node \(j\) is defined as
\begin{equation*}
c_{ij} =
\begin{cases}
\max_{i \in \Omega^{p}_k(j)} \frac{a_{ij}}{\sum_{h \in \Omega_k(j)} a_{hj}}, & \text{if } \exists k: i \in \Omega^{p}_k(j),\\
0, & \text{otherwise}.
\end{cases}
\end{equation*}
The direct influence \(c_{ij}\) can be interpreted as the maximal possible influence of node \(i\) within any group \(\Omega_k(j)\) where it is pivotal. LRIC further considers the indirect influence of nodes by examining paths of length \(\leq s\) in the network of direct influences. There are three common variations of the LRIC index:


  1. LRIC(max) : the influence \(f(P_{i \rightarrow j})\) of node \(i\) on node \(j\) along a path \(P_{i \rightarrow j}\), characterized by a sequence of edges \((i,k_1),(k_1,k_2),\ldots,(k_{s-1},j)\), is defined as the joint probability of the edges: \begin{equation*} f(P_{i \rightarrow j}) = c_{ik_1} \times c_{k_1k_2} \times \ldots \times c_{k_{s-1}j}. \end{equation*}

  2. LRIC(maxmin) : the influence \(f(P_{i \rightarrow j})\) of node \(i\) on node \(j\) along a path \(P_{i \rightarrow j}\) is defined by the bottleneck capacity : \begin{equation*} f(P_{i \rightarrow j}) = \min(c_{ik_1}, c_{k_1k_2}, \ldots, c_{k_{s-1}j}). \end{equation*} In both LRIC(max) and LRIC(maxmin), the indirect influence \(\Tilde{c}_{ij}\) of node \(i\) on node \(j\) is determined by the path with the greatest strength, i.e., \[ \Tilde{c}_{ij} = \max_{P_{i \rightarrow j}}f(P_{i \rightarrow j}). \]

  3. LRIC(PPR) : the influence \(f(P_{i \rightarrow j})\) of node \(i\) on node \(j\) along a path \(P_{i \rightarrow j}\) is determined by considering all paths between them [4]. Specifically, the indirect influence \(\tilde{c}_{ij}\) of node \(i\) on node \(j\) is quantified using the personalized PageRank (PPR) algorithm, which estimates the probability of reaching node \(j\) starting from node \(i\). This computation uses a modified graph of direct influences, where an additional link is introduced from each node \(k\) to node \(i\) with strength \begin{equation*} c_{ki} = N-1 - \sum_{j \neq i} c_{kj}. \end{equation*}


The final LRIC score of node \(i\) is obtained by aggregating its indirect influence on all other nodes in the network. For instance, one possible aggregation is given by
\[
c_{\mathrm{LRIC}}(i) = \sum_{j=1}^{N} \Tilde{c}_{ij}.
\]

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] Aleskerov, F., Meshcheryakova, N. and Shvydun, S. (2017). Power in Network Structures. In: Springer Proceedings in Mathematics & Statistics, vol 197. Springer, Cham. doi: 10.1007/978-3-319-56829-4\_7.
[3] Aleskerov, F., Shvydun, S. and Meshcheryakova, N. (2021). New centrality measures in networks: how to take into account the parameters of the nodes and group influence of nodes to nodes (1st ed.). Chapman and Hall/CRC. doi: 10.1201/9781003203421.
[4] Aleskerov, F., Meshcheryakova, N., & Shvydun, S. (2020). Indirect influence assessment in the context of retail food network. In Network Algorithms, Data Mining, and Applications: NET, Moscow, Russia, May 2018 8 (pp. 143-160). Springer International Publishing. doi: 10.1007/978-3-030-37157-9\_10.