Influence-Spreading Model reveals gaps in standard network centrality metrics
Probabilistic ISM centralities outperform classic measures for capturing receiving influence
A new arXiv paper (2608.18797) from researchers at Finland's National Defence University and Aalto University evaluates whether classic network centrality measures can capture probabilistic influence flows. The team's Influence-Spreading Model (ISM) defines three measures: out-centrality (average probability a node influences others), in-centrality (average probability others influence a node), and ISM betweenness (change in total influence when a node is removed). Unlike traditional metrics, ISM accounts for edge transmission probabilities and walks up to a specified maximum length.
Testing against 4 real-world online social networks and 9 synthetic networks (Erdős-Rényi, navigable small-world, and directed scale-free) with edge probabilities drawn from three beta distributions, the authors found strong Pearson and Spearman correlations between ISM out-centrality and weighted out-degree plus outward Katz centrality—especially at low edge probabilities. However, in-centrality correlations varied wildly by topology, sometimes turning negative, while ISM betweenness diverged from shortest-path betweenness as alternative influence paths became relevant. The practical takeaway: standard centrality measures are fine for approximating broadcasting influence but systematically miss the nuances of who receives influence and who serves as a probabilistic intermediary.
- ISM out-centrality strongly correlates with weighted out-degree and outward Katz centrality, especially at low edge probabilities
- ISM in-centrality shows topology-dependent correlation with classic measures, sometimes negative, revealing blind spots in receiving influence
- Tested across 4 real social networks and 9 synthetic networks using Pearson and Spearman rank correlations with 3 beta-distributed edge probability settings
Why It Matters
Network analysts can now choose the right metric for their use case—classic measures for broadcasting, ISM for probabilistic receiving and mediation.