Exact Acceleration of Subgraph Graph Neural Networks by Eliminating Computation Redundancy
Qian Tao, Xiyuan Wang, Muhan Zhang, Shuxian Hu, Wenyuan Yu, Jingren, Zhou

TL;DR
This paper introduces ENFA, an exact acceleration method for subgraph GNNs that eliminates redundant computations by leveraging ego nets, significantly improving efficiency and reducing storage without performance loss.
Contribution
ENFA provides a novel, exact acceleration technique for subgraph GNNs by removing redundant message passing computations using ego nets, enhancing efficiency and storage.
Findings
Reduces storage space by up to 84.5%.
Speeds up training by up to 1.66 times.
Maintains performance equivalent to original subgraph GNNs.
Abstract
Graph neural networks (GNNs) have become a prevalent framework for graph tasks. Many recent studies have proposed the use of graph convolution methods over the numerous subgraphs of each graph, a concept known as subgraph graph neural networks (subgraph GNNs), to enhance GNNs' ability to distinguish non-isomorphic graphs. To maximize the expressiveness, subgraph GNNs often require each subgraph to have equal size to the original graph. Despite their impressive performance, subgraph GNNs face challenges due to the vast number and large size of subgraphs which lead to a surge in training data, resulting in both storage and computational inefficiencies. In response to this problem, this paper introduces Ego-Nets-Fit-All (ENFA), a model that uniformly takes the smaller ego nets as subgraphs, thereby providing greater storage and computational efficiency, while at the same time guarantees…
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
TopicsAdvanced Graph Neural Networks · Neural Networks and Applications · Graph Theory and Algorithms
MethodsConvolution
