The current-flow closeness centrality , also known as information centrality, is a variant of closeness centrality that utilizes the concept of electrical current in a network [2, 3]. It measures the importance of a node by considering not only the shortest paths but all possible paths through which information can flow. The centrality \(c_{cc}(i)\) of a node \(i\) is defined as
\begin{equation*}
c_{cc}(i) = \frac{N-1}{\sum_{j \neq i} \bigl( p_{ij}(i) - p_{ij}(j) \bigr)},
\end{equation*}
where \(p_{ij}(i)\) is the absolute electrical potential of node \(i\) when a unit current is injected at node \(i\) and extracted at node \(j\). The difference \(p_{ij}(i) - p_{ij}(j)\) represents the effective resistance between nodes \(i\) and \(j\), which captures how “difficult” it is for current to flow between nodes \(i\) and \(j\). This definition generalizes the concept of closeness centrality by taking into account contributions from all paths, rather than only the shortest ones. A more detailed description of the electrical potential \(p_{ij}(i)\) and its computation can be found in [2].

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] Brandes, U. (2005). Network analysis: methodological foundations (Vol. 3418). Springer Science & Business Media. doi: 10.1007/b106453.
[3] Stephenson, K., & Zelen, M. (1989). Rethinking centrality: Methods and examples. Social networks, 11(1), 1-37. doi: 10.1016/0378-8733(89)90016-6.