The disassortativity of a node (DoN) quantifies a node’s tendency to connect to neighbors with lower degrees, capturing its local dominance and potential influence within the network [2]. For a node \(i\) with degree \(d_i\) and neighbors \(\mathcal{N}(i)\), the DoN score is defined as
\[
c_{DoN}(i) = \sum_{j \in \mathcal{N}(i)} f(d_i, d_j),
\]
where
\[
f(d_i, d_j) =
\begin{cases}
1, & d_i \ge d_j, \\
0, & d_i < d_j.
\end{cases}
\]
The DoN score of node \(i\) ranges from \(0\) to \(d_i\), where \(0\) indicates that all neighbors have higher degrees and \(d_i\) indicates that all neighbors have lower degrees. Nodes with high DoN dominate their local neighborhoods, bridging lower-degree nodes and exerting greater influence over the network’s structure and functionality. In contrast, nodes with low DoN are surrounded by more influential neighbors, limiting their impact. This aligns with the observation that in disassortative networks, high-degree nodes connected to low-degree nodes often serve as key drivers of information flow or control within the system. The effectiveness of DoN has been validated through extensive experiments on both synthetic and real-world networks, including analyses of network robustness and simulations of spreading dynamics.

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] Wang, Z., Huang, R., Yang, D., Peng, Y., Zhou, B., & Chen, Z. (2024). Identifying influential nodes based on the disassortativity and community structure of complex network. Scientific Reports, 14(1), 8453. doi: 10.1038/s41598-024-59071-x.