Large-Scale Spectral Graph Neural Networks via Laplacian Sparsification: Technical Report
Haipeng Ding, Zhewei Wei, Yuhang Ye

TL;DR
This paper introduces SGNN-LS, a spectral graph neural network method using Laplacian sparsification to efficiently scale spectral GNNs to large graphs while enabling end-to-end training with raw features.
Contribution
The paper proposes a novel Laplacian sparsification technique for spectral GNNs that preserves polynomial filter properties and allows end-to-end training on large-scale graphs.
Findings
Outperforms existing spectral GNN approximations on large datasets
Enables end-to-end training with raw node features
Achieves superior efficiency and effectiveness on billion-scale graphs
Abstract
Graph Neural Networks (GNNs) play a pivotal role in graph-based tasks for their proficiency in representation learning. Among the various GNN methods, spectral GNNs employing polynomial filters have shown promising performance on tasks involving both homophilous and heterophilous graph structures. However, The scalability of spectral GNNs on large graphs is limited because they learn the polynomial coefficients through multiple forward propagation executions during forward propagation. Existing works have attempted to scale up spectral GNNs by eliminating the linear layers on the input node features, a change that can disrupt end-to-end training, potentially impact performance, and become impractical with high-dimensional input features. To address the above challenges, we propose "Spectral Graph Neural Networks with Laplacian Sparsification (SGNN-LS)", a novel graph spectral…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Advanced Graph Neural Networks
MethodsBalanced Selection
