Community hub-bridge (CHB) measure is a community-based centrality metric that evaluates the importance of a node by considering both its intra- and inter-community connections [2].
Assume that the network \(G\) has a community structure consisting of \(K > 1\) communities.
For a node \(i\) belonging to community \(C_k\), the CHB centrality \(c_{CHB}(i)\) is defined as
\begin{equation*}
c_{CHB}(i) = |C_k|\, d_i^{in} + d_i^{out} \sum_{l \neq k} \left( \lor_{j \in C_l} a_{ij} \right),
\end{equation*}
where \(d_i^{in}\) is the number of intra-community links of node \(i\) (connections within \(C_k\)), \(d_i^{out}\) is the number of inter-community links (connections to nodes in other communities), and \(\lor\) denotes the logical OR operator.
The expression \(\left( \lor_{j \in C_l} a_{ij} \right) = 1\) if and only if node \(i\) is connected to at least one node \(j\) in community \(C_l\); otherwise, it equals zero.
Nodes with high CHB values act as both hubs (densely connected within their own community) and bridges (linking multiple communities), making them crucial for information flow and inter-community 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] Ghalmane, Z., Hassouni, M. E., & Cherifi, H. (2019). Immunization of networks with non-overlapping community structure. Social Network Analysis and Mining, 9, 1-22. doi: 10.1007/s13278-019-0591-9.