The IMC method is a centrality measure based on node contraction [2]. In node contraction, a node and its neighboring nodes are merged into a single new node. If a node is central, contracting it will result in a more compact network structure. The IMC centrality of node \(i\) is defined as
\begin{equation*}
c_{\mathrm{IMC}}(i) = 1 - \frac{\partial(G)}{\partial(G_{i})},
\end{equation*}
where \(\partial(G) = \frac{N-1}{\sum_{i \neq j} d_{ij}}\) is the agglomeration degree of the graph \(G\), \(d_{ij}\) is the shortest-path distance between nodes \(i\) and \(j\) and \(G_i\) denotes the graph obtained by removing node \(i\). A graph has a high agglomeration degree if its nodes are well connected, such that the average distance between nodes is small. Thus, nodes whose removal significantly reduces \(\partial(G)\) are considered more central according to the IMC measure.

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] Tan, Y. J., Wu, J., & Deng, H. Z. (2006). Evaluation method for node importance based on node contraction in complex networks. Systems Engineering-Theory & Practice, 11(11), 79-83.