TL;DR
This paper introduces FastEGNN and DistEGNN, innovative equivariant GNNs that efficiently handle large-scale geometric graphs through virtual nodes and distributed learning, achieving high accuracy and scalability.
Contribution
The paper proposes FastEGNN and DistEGNN, novel methods that improve efficiency and scalability of equivariant GNNs for large geometric graphs using virtual nodes and distributed architecture.
Findings
FastEGNN maintains high accuracy on large sparse graphs.
DistEGNN reduces memory and computational costs significantly.
Models outperform existing approaches on multiple large-scale benchmarks.
Abstract
Equivariant Graph Neural Networks (GNNs) have achieved remarkable success across diverse scientific applications. However, existing approaches face critical efficiency challenges when scaling to large geometric graphs and suffer significant performance degradation when the input graphs are sparsified for computational tractability. To address these limitations, we introduce FastEGNN and DistEGNN, two novel enhancements to equivariant GNNs for large-scale geometric graphs. FastEGNN employs a key innovation: a small ordered set of virtual nodes that effectively approximates the large unordered graph of real nodes. Specifically, we implement distinct message passing and aggregation mechanisms for different virtual nodes to ensure mutual distinctiveness, and minimize Maximum Mean Discrepancy (MMD) between virtual and real coordinates to achieve global distributedness. This design enables…
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
