TL;DR
This paper introduces S2-GNN, a sparse Sobolev GNN that efficiently captures higher-order relationships in graphs using spectral properties and Hadamard powers, offering robustness and competitive performance.
Contribution
We propose a novel sparse Sobolev GNN leveraging spectral similarities and Hadamard products to efficiently model higher-order graph relationships with robustness.
Findings
S2-GNN achieves competitive accuracy on node classification tasks.
The method maintains sparsity and reduces computational costs.
Theoretical analysis confirms robustness to graph perturbations.
Abstract
Graph Neural Networks (GNNs) have shown great promise in modeling relationships between nodes in a graph, but capturing higher-order relationships remains a challenge for large-scale networks. Previous studies have primarily attempted to utilize the information from higher-order neighbors in the graph, involving the incorporation of powers of the shift operator, such as the graph Laplacian or adjacency matrix. This approach comes with a trade-off in terms of increased computational and memory demands. Relying on graph spectral theory, we make a fundamental observation: the regular and the Hadamard power of the Laplacian matrix behave similarly in the spectrum. This observation has significant implications for capturing higher-order information in GNNs for various tasks such as node classification and semi-supervised learning. Consequently, we propose a novel graph convolutional operator…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSparse Evolutionary Training
