The \(k\)-betweenness centrality , also known as bounded-distance betweenness (BDBC) [2] or range-limited betweenness centrality [3], is a variant of the standard betweenness centrality in which only paths of length at most \(k\) are considered [4]. It is formally defined as
\begin{equation*}
c_{k-betw}(i) = \sum_{\substack{j\neq l \neq i \\ d_{jl} \leq k}}{\frac{σ_{jl}(i)}{σ_{jl}}},
\end{equation*}
where \(σ_{jl}\) denotes the number of shortest paths from node \(j\) to node \(l\), and \(σ_{jl}(i)\) represents the number of paths that pass through node \(i\). The rationale behind the \(k\)-betweenness centrality is that very long paths are less likely to be used in real processes and should therefore contribute less, or not at all, to a node’s centrality. By restricting attention to shorter paths, \(k\)-betweenness provides a more localized measure of a node’s role in network flow.

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. (2008). On variants of shortest-path betweenness centrality and their generic computation. Social networks, 30(2), 136-145. doi: 10.1016/j.socnet.2007.11.001.
[3] Ercsey-Ravasz, M., Lichtenwalter, R. N., Chawla, N. V., & Toroczkai, Z. (2012). Range-limited centrality measures in complex networks. Physical Review E—Statistical, Nonlinear, and Soft Matter Physics, 85(6), 066103. doi: 10.1103/PhysRevE.85.066103.
[4] Borgatti, S. P., & Everett, M. G. (2006). A graph-theoretic perspective on centrality. Social networks, 28(4), 466-484. doi: 10.1016/j.socnet.2005.11.005.