A general centrality framework based on node navigability

Pasquale De Meo,Mark Levene,Fabrizio Messina,Alessandro Provetti
DOI: https://doi.org/10.1109/TKDE.2019.2947035
2020-03-13
Abstract:Centrality metrics are a popular tool in Network Science to identify important nodes within a graph. We introduce the Potential Gain as a centrality measure that unifies many walk-based centrality metrics in graphs and captures the notion of node navigability, interpreted as the property of being reachable from anywhere else (in the graph) through short walks. Two instances of the Potential Gain (called the Geometric and the Exponential Potential Gain) are presented and we describe scalable algorithms for computing them on large graphs. We also give a proof of the relationship between the new measures and established centralities. The geometric potential gain of a node can thus be characterized as the product of its Degree centrality by its Katz centrality scores. At the same time, the exponential potential gain of a node is proved to be the product of Degree centrality by its Communicability index. These formal results connect potential gain to both the "popularity" and "similarity" properties that are captured by the above centralities.
Social and Information Networks,Physics and Society
What problem does this paper attempt to address?
The problem that this paper attempts to solve is in network science, how to unify multiple path - based centrality measures and capture the navigability of nodes by introducing a new centrality measure - Potential Gain. Specifically, the paper focuses on how to define the importance of a node in a network. This importance is related not only to the "popularity" of the node (as measured by degree centrality), but also to the "similarity" between it and other nodes (as measured by Katz centrality and communication capacity index). In addition, the paper also explores how to efficiently calculate the geometric potential gain and exponential potential gain in large - scale graphs. ### Main Contributions 1. **Introduction of Potential Gain**: The paper proposes potential gain as a new centrality measure, which can unify multiple path - based centrality measures and capture the navigability of nodes. 2. **Geometric Potential Gain and Exponential Potential Gain**: The paper defines two specific forms of potential gain - geometric potential gain and exponential potential gain, and provides algorithms for calculating these two gains. 3. **Theoretical and Experimental Analysis**: Through theoretical analysis and experimental verification, the paper shows the effectiveness and computational efficiency of these new measures in large - scale graphs. ### Specific Problems - **Navigability of Nodes**: The paper attempts to define and quantify the navigability of nodes in a network, that is, the ease of reaching a target node through a short path starting from any other node. - **Unification of Centrality Measures**: The paper attempts to unify multiple path - based centrality measures through the concept of potential gain, thereby providing a more comprehensive method for evaluating the importance of nodes. ### Mathematical Expressions - **Definition of Potential Gain**: \[ \tau(j, i)=\sum_{k = 1}^{\infty}\varphi(k)\cdot w_{k}(j, i) \] where \(w_{k}(j, i)\) is the number of paths of length \(k\) from node \(j\) to node \(i\), and \(\varphi(k)\) is a non - increasing function used to penalize longer paths. - **Global Centrality Index**: \[ pg(i)=\sum_{j\in N}\tau(j, i) \] - **Geometric Potential Gain**: \[ g=(A + \delta A^{2}+\delta^{2}A^{3}+\cdots)\times1 = A\times(I - \delta A)^{-1}\times1 \] - **Exponential Potential Gain**: \[ e=(A + A^{2}+\frac{1}{2!}A^{3}+\cdots)\times1 = A\times\exp(A)\times1 \] ### Experimental Verification The paper carried out experimental verification on three large - scale data sets: Facebook (user friendship relationship graph), DBLP (computer science researcher cooperation relationship graph), and YouTube (user friendship relationship graph). The experimental results show that the geometric potential gain and exponential potential gain have good computational efficiency and accuracy in large - scale graphs. ### Conclusion The paper successfully introduces a new centrality measure - potential gain, which not only unifies multiple path - based centrality measures, but also effectively captures the navigability of nodes. Through theoretical analysis and experimental verification, it is proved that this new measure is effective and computationally efficient in large - scale graphs.