From Local to Global: Spectral-Inspired Graph Neural Networks
Abstract
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.
Cite
Text
Huang et al. "From Local to Global: Spectral-Inspired Graph Neural Networks." NeurIPS 2022 Workshops: GLFrontiers, 2022.Markdown
[Huang et al. "From Local to Global: Spectral-Inspired Graph Neural Networks." NeurIPS 2022 Workshops: GLFrontiers, 2022.](https://mlanthology.org/neuripsw/2022/huang2022neuripsw-local/)BibTeX
@inproceedings{huang2022neuripsw-local,
title = {{From Local to Global: Spectral-Inspired Graph Neural Networks}},
author = {Huang, Ningyuan Teresa and Villar, Soledad and Priebe, Carey and Zheng, Da and Huang, Chengyue and Yang, Lin and Braverman, Vladimir},
booktitle = {NeurIPS 2022 Workshops: GLFrontiers},
year = {2022},
url = {https://mlanthology.org/neuripsw/2022/huang2022neuripsw-local/}
}