paper-with-me

홈 › Papers

From Local to Global: Spectral-Inspired Graph Neural Networks

2022-09-24 · Ningyuan Huang, Soledad Villar, Carey E. Priebe, Da Zheng, Chengyue Huang, Lin Yang, Vladimir Braverman

Graph Neural Networks (GNNs) are powerful deep learning methods for Non-Euclidean data. Popular GNNs are message-passing algorithms (MPNNs) that aggregate and combine signals in a local graph neighborhood. However, shallow MPNNs tend to miss long-range signals and perform poorly on some heterophilous graphs, while deep MPNNs can suffer from issues like over-smoothing or over-squashing. To mitigate such issues, existing works typically borrow normalization techniques from training neural networks on Euclidean data or modify the graph structures. Yet these approaches are not well-understood theoretically and could increase the overall computational complexity. In this work, we draw inspirations from spectral graph embedding and propose $\texttt{PowerEmbed}$ -- a simple layer-wise normalization technique to boost MPNNs. We show $\texttt{PowerEmbed}$ can provably express the top-$k$ leading eigenvectors of the graph operator, which prevents over-smoothing and is agnostic to the graph topology; meanwhile, it produces a list of representations ranging from local features to global signals, which avoids over-squashing. We apply $\texttt{PowerEmbed}$ in a wide range of simulated and real graphs and demonstrate its competitive performance, particularly for heterophilous graphs.

📄 PDF Abstract BibTeX arXiv:2209.12054

Code (1)

nhuang37/spectral-inspired-gnn 공식 구현 pytorch

Tasks

Graph Embedding

Similar Papers 제목 키워드 기반

Long-Range Graph Wavelet Networks

2025-09-08 · Filippo Guerranti, Fabrizio Forte, Simon Geisler, Stephan Günnemann arxiv

Modeling long-range interactions, the propagation of information across distant parts of a graph, is a central challenge in graph machine learning. Graph wavelets, inspired by multi-resolution signal processing, provide …

Graph Neural Networks with convolutional ARMA filters

2019-01-05 · Filippo Maria Bianchi, Daniele Grattarola, Lorenzo Livi, Cesare Alippi

Popular graph neural networks implement convolution operations on graphs based on polynomial spectral filters. In this paper, we propose a novel graph convolutional layer inspired by the auto-regressive moving average (A…

ClassificationGeneral ClassificationGraph ClassificationGraph Neural Network+3

S2FGL: Spatial Spectral Federated Graph Learning

2025-07-03 · Zihan Tan, Suyuan Huang, Guancheng Wan, Wenke Huang 외

Federated Graph Learning (FGL) combines the privacy-preserving capabilities of federated learning (FL) with the strong graph modeling capability of Graph Neural Networks (GNNs). Current research addresses subgraph-FL onl…

Federated LearningGraph LearningPrivacy Preserving

L2G-Net: Local to Global Spectral Graph Neural Networks via Cauchy Factorizations

2026-02-21 · Samuel Fernández-Menduiña, Eduardo Pavez, Antonio Ortega arxiv

Despite their theoretical advantages, spectral methods based on the graph Fourier transform (GFT) are seldom used in graph neural networks (GNNs) due to the cost of computing the eigenbasis and the lack of vertex-domain …

Node-oriented Spectral Filtering for Graph Neural Networks

2022-12-07 · Shuai Zheng, Zhenfeng Zhu, Zhizhe Liu, Youru Li 외

Graph neural networks (GNNs) have shown remarkable performance on homophilic graph data while being far less impressive when handling non-homophilic graph data due to the inherent low-pass filtering property of GNNs. In …

Graph Neural NetworkNode Classification