Graph Networks with Spectral Message Passing
Kimberly Stachenfeld, Jonathan Godwin, Peter Battaglia

TL;DR
This paper introduces the Spectral Graph Network, combining spatial and spectral message passing for improved relational reasoning, demonstrating efficiency, robustness, and superior performance on various graph-based tasks.
Contribution
The paper presents a novel Spectral Graph Network that integrates spectral and spatial message passing, enhancing performance and robustness over existing GNN approaches.
Findings
Achieves high accuracy with fewer training iterations.
Provides robustness to edge dropout.
Outperforms baseline models on multiple benchmarks.
Abstract
Graph Neural Networks (GNNs) are the subject of intense focus by the machine learning community for problems involving relational reasoning. GNNs can be broadly divided into spatial and spectral approaches. Spatial approaches use a form of learned message-passing, in which interactions among vertices are computed locally, and information propagates over longer distances on the graph with greater numbers of message-passing steps. Spectral approaches use eigendecompositions of the graph Laplacian to produce a generalization of spatial convolutions to graph structured data which access information over short and long time scales simultaneously. Here we introduce the Spectral Graph Network, which applies message passing to both the spatial and spectral domains. Our model projects vertices of the spatial graph onto the Laplacian eigenvectors, which are each represented as vertices in a fully…
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
TopicsComputational Drug Discovery Methods · Machine Learning in Materials Science · Advanced Graph Neural Networks
MethodsDropout
