Shapley Value based Information Delimiters (SVID) is a group-based, game-theoretic centrality measure that uses the Shapley value to quantify each node's contribution to network connectivity and information flow [2]. The method targets nodes whose removal would either increase shortest-path distances among remaining nodes or reduce the number of alternative paths connecting them. Intuitively, nodes with fewer common neighbors are more critical, as they limit the availability of alternative paths in the network.
Saxena et al. [2] propose an efficient algorithm to rank nodes by their marginal contributions across all possible coalitions. The marginal contribution of a link \((i,j)\) to the Shapley value of nodes \(i\) and \(j\) is defined as
\begin{equation*}
\text{MC}(i,j) = \frac{1}{(K+1)(K+2)},
\end{equation*}
where \(K\) is the number of common neighbors shared by nodes \(i\) and \(j\). At each iteration, the algorithm selects the node with the highest Shapley value, removes it from the graph \(G\), and reduces the Shapley values of its neighbors according to their marginal contributions. The final ranking reflects each node’s positional power and functional influence in maintaining network connectivity.

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] Saxena, C., Doja, M. N., & Ahmad, T. (2018). Group based centrality for immunization of complex networks. Physica A: Statistical Mechanics and Its Applications, 508, 35-47. doi: 10.1016/j.physa.2018.05.107.