Hybrid degree centrality (HDC) [2] quantifies a node's influence by combining contributions from both near-source and distal effects under varying spreading probabilities.
The near-source influence of node \(i\) is represented by its degree, while the distal influence is captured by the modified local centrality (MLC). Specifically, MLC adjusts the semi-local LocalRank centrality by subtracting the contribution of neighbors' direct connections:
\begin{equation*}
c_{MLC}(i) = \sum_{j \in \mathcal{N}(i)} \sum_{k \in \mathcal{N}(j)} n(k) - 2 \sum_{j \in \mathcal{N}(i)} |\mathcal{N}(j)|,
\end{equation*}
where \(\mathcal{N}(i)\) is the set of neighbors of node \(i\), and \(n(k)=|\mathcal{N}^{(\leq 2)}(k)|\) denotes the number of nearest and next-nearest neighbors of node \(k\).
The hybrid degree centrality of node \(i\) is defined as
\begin{equation*}
c_{HDC}(i) = (β - p) \, α \, |\mathcal{N}(i)| + p \, c_{MLC}(i),
\end{equation*}
where \(p\) is the spreading probability, and \(α\) and \(β\) are parameters controlling the relative contributions of near-source and distal influence.
Ma and Ma [2] suggest \(α = 1000\), \(β \in [0.1, 0.2]\), and \(p < 0.6\). When \(β = 0.2\) and \(p = 0.1\), the contributions from degree centrality (DC) and modified local centrality (MLC) in the hybrid centrality (HDC) are each approximately half of the total HDC value.

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] Ma, Q., & Ma, J. (2017). Identifying and ranking influential spreaders in complex networks with consideration of spreading probability. Physica A: Statistical Mechanics and its Applications, 465, 312-330. doi: 10.1016/j.physa.2016.08.041.