The intra-module degree (IMD), also known as the within-module degree, is a community-based measure that quantifies the role of nodes within their respective communities [2]. Consider a graph \(G\) with a community structure consisting of \(K\) communities \(C_1, \dots, C_K\). Each community may have a different internal structure, ranging from fully centralized (e.g., a star) to fully decentralized (e.g., a complete graph). Nodes with similar functional roles are expected to exhibit similar relative intra-community connectivity.
The intra-module degree of a node \(i\) belonging to community \(C_s\) is defined as the Z-score of its internal degree relative to other nodes in the same community:
\begin{equation*}
c_{IMD}(i) = \frac{k_{is} - μ_s}{ω_s},
\end{equation*}
where
\[
k_{is} = \sum_{j \in C_s \setminus \{i\}} a_{ij}
\]
is the number of links from node \(i\) to other nodes in module \(C_s\), and \(μ_s\) and \(ω_s\) are the mean and standard deviation, respectively, of the internal degrees of nodes in \(C_s\). A higher intra-module degree indicates that node \(i\) is more strongly connected within its community.

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] Guimera, R., & Nunes Amaral, L. A. (2005). Functional cartography of complex metabolic networks. nature, 433(7028), 895-900. doi: 10.1038/nature03288.