GraphFourierTransformation
The graph Fourier transform (GFT) is a generalization of the classical Fourier transform for signals defined on the nodes of a graph. It represents a graph signal in a spectral domain determined by the eigenvectors of a graph Laplacian or a related operator. Given a graph G with n nodes, a signal x in R^n, and the Laplacian L with eigen-decomposition L = UΛU^T, the GFT is defined as x̂ = U^T x, and the inverse transform is x = U x̂.
Common choices of Laplacians include the unnormalized L = D − A and the symmetric normalized L_sym = I
In practice, computing the full eigen-decomposition is costly for large graphs, so methods based on polynomial
Applications of the GFT span graph signal processing, including denoising, compression, and semi-supervised learning, as well
Foundational work establishing the GFT includes the development of spectral graph theory and its use in graph