Fractional graph Fourier transform centrality (FrGFTC) is an extension of the graph Fourier transform centrality (GFT-C) that incorporates fractional powers of the Laplacian eigenvectors to capture more nuanced structural variations in a network [2].
Let \(U = [u_1, \dots, u_N]\) be the eigenvector matrix of the graph Laplacian \(L\). In FrGFTC, the fractional power \(U^α\) is used instead of \(U\), where \(α \in (0,1]\) is the fractional order controlling the influence of higher-frequency components in the network.
For node \(i\), the FrGFTC centrality \(c_{\mathrm{FrGFTC}}(i)\) is defined as
\[
c_{\mathrm{FrGFTC}}(i) = \sum_{l=1}^N e^{k λ_l} \left| \sum_{j=1}^N f_i(j) \, (U^α)_{jl} \right|,
\]
where \(λ_l\) is the \(l\)-th eigenvalue of \(L\), \(k\) is a scaling parameter (e.g., \(k=0.1\)), and \(f_i(j)\) is the node importance signal defined by
\[
f_i(j) =
\begin{cases}
1, & i = j, \\
\dfrac{1/d_{ij}}{\sum_{k \neq i} 1/d_{ik}}, & i \neq j,
\end{cases}
\]
with \(d_{ij}\) denoting the shortest-path distance between nodes \(i\) and \(j\).
Intuitively, FrGFTC generalizes GFT-C by allowing partial contributions from higher-frequency modes, which can better highlight nodes that are influential in both local and global network structures. Nodes with high FrGFTC values are those that strongly affect the propagation of signals across the network, capturing both immediate neighborhood and long-range connectivity patterns.

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] Tseng, C. C., & Lee, S. L. (2024). Fractional graph Fourier transform centrality and its application to social network. In 2024 IEEE 4th International Conference on Electronic Communications, Internet of Things and Big Data (ICEIB) (pp. 105-109). IEEE. doi: 10.1109/ICEIB61477.2024.10602678.