Neighbor2Seq: Deep Learning on Massive Graphs by Transforming Neighbors to Sequences
Meng Liu, Shuiwang Ji

TL;DR
Neighbor2Seq transforms node neighborhoods into sequences, enabling efficient deep learning on massive graphs by leveraging grid-like data operations, thus overcoming GNN scalability issues.
Contribution
It introduces a novel sequence transformation of neighborhoods, allowing scalable deep learning on large graphs with improved efficiency and performance.
Findings
Scalable to graphs with over 111 million nodes.
Achieves superior performance on massive and medium-scale graphs.
Enables deep learning operations on massive graphs efficiently.
Abstract
Modern graph neural networks (GNNs) use a message passing scheme and have achieved great success in many fields. However, this recursive design inherently leads to excessive computation and memory requirements, making it not applicable to massive real-world graphs. In this work, we propose the Neighbor2Seq to transform the hierarchical neighborhood of each node into a sequence. This novel transformation enables the subsequent mini-batch training for general deep learning operations, such as convolution and attention, that are designed for grid-like data and are shown to be powerful in various domains. Therefore, our Neighbor2Seq naturally endows GNNs with the efficiency and advantages of deep learning operations on grid-like data by precomputing the Neighbor2Seq transformations. We evaluate our method on a massive graph, with more than 111 million nodes and 1.6 billion edges, as well as…
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
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Machine Learning in Materials Science
MethodsConvolution
