X-non-backtracking centrality quantifies the effect of a node on the largest eigenvalue of the non-backtracking (NB) matrix of a network [2]. For node \(i\), let \(B'\) be the NB matrix after removing \(i\). The NB matrix of the original graph can be partitioned as
\[
B = \begin{bmatrix} B' & D \\ E & F \end{bmatrix},
\]
where \(F\) is the NB matrix of the star graph centered at \(i\), \(D\) has rows indexed by edges not incident to \(i\) and columns by edges incident to \(i\), and \(E\) has rows indexed by edges incident to \(i\) and columns by edges not incident to \(i\).
Define \(X = D F E\) with entries \(X_{k \rightarrow l, i \rightarrow j} = a_{ik} a_{ij} (1 - δ_{kj})\) and \(P = \begin{bmatrix} 0 & I \\ I & 0 \end{bmatrix}\), where \(δ_{kj}\) is the Kronecker delta. Let \(v_1\) be the right eigenvector of \(B'\) and \(v_1^j = \sum_k a_{jk} v_{k \rightarrow j}\). Then the X -NB centrality \(c_{X\text{-}NB}(i)\) of node \(i\) is
\[
c_{X\text{-}NB}(i) = v_1^T P X v_1 = \Big( \sum_j a_{ij} v_1^j \Big)^2 - \sum_j a_{ij} (v_1^j)^2,
\]
where \(a_{ij}\) are adjacency matrix entries. Thus, X-non-backtracking centrality captures the impact of \(i\) on non-backtracking paths and network 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] Torres, L., Chan, K. S., Tong, H., & Eliassi-Rad, T. (2021). Nonbacktracking eigenvalues under node removal: X-centrality and targeted immunization. SIAM Journal on Mathematics of Data Science, 3(2), 656-675. doi: 10.1137/20M1352132.