Hierarchical reduction by betweenness
Hierarchical reduction by betweenness is an iterative node-removal procedure that reveals the hierarchical organization of a network based on betweenness centrality [2]. The method is conceptually analogous to the \(k\)-core decomposition, but instead of using node degree as the removal criterion, it employs betweenness centrality.The algorithm proceeds as follows:
- Compute the betweenness centrality for all nodes in the network.
- Identify and remove the nodes with the minimum betweenness centrality value.
- Recalculate betweenness centrality on the resulting (reduced) graph.
- Repeat the removal and recalculation steps until all nodes have been eliminated.
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]
Hanneman, R. A., & Riddle, M. (2005). Introduction to social network methods.