The INF centrality is a semi-local measure for identifying influential nodes in social networks [2]. Let \(\mathcal{N}^{(\leq l)}(i)\) denote the set of nodes within \(l\)-hop neighborhood of node \(i\). The centrality \(c_{\textsc{INF}}(i)\) of node \(i\) is defined as
\begin{equation*}
c_{\textsc{INF}}(i) =
\sum_{j \in \mathcal{N}^{(\leq l)}(i)} \frac{d_{ij}^2\, w_{ij}}{d_j},
\end{equation*}
where \(d_{ij}\) is the shortest-path distance between nodes \(i\) and \(j\), \(w_{ij}\) is the weight of edge \((i,j)\), and \(d_j\) is the degree of node \(j\). Huang et al. [2] set \(l=1\) as the truncated radius.
For unweighted networks, the INF centrality simplifies to
\begin{equation*}
c_{\textsc{INF}}(i) = \sum_{j \in \mathcal{N}(i)} \frac{1}{d_j},
\end{equation*}
emphasizing the influence of nodes connected to low-degree neighbors.

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] Huang, X., Chen, D., Wang, D., & Ren, T. (2020). Identifying influencers in social networks. Entropy, 22(4), 450. doi: 10.3390/e22040450.