TL;DR
The paper introduces GAMLP, a scalable graph neural network architecture that captures multi-scale graph information, achieving state-of-the-art results and high efficiency on large-scale industrial datasets.
Contribution
Proposes GAMLP, a novel GNN architecture that addresses over-smoothing and scalability issues by capturing correlations across multiple graph scales.
Findings
Outperforms GAT by 1.3% accuracy on Tencent Video dataset
Achieves up to 50x training speedup
Ranks top-1 on OGB large-scale graph benchmarks
Abstract
Graph neural networks (GNNs) have achieved great success in many graph-based applications. However, the enormous size and high sparsity level of graphs hinder their applications under industrial scenarios. Although some scalable GNNs are proposed for large-scale graphs, they adopt a fixed -hop neighborhood for each node, thus facing the over-smoothing issue when adopting large propagation depths for nodes within sparse regions. To tackle the above issue, we propose a new GNN architecture -- Graph Attention Multi-Layer Perceptron (GAMLP), which can capture the underlying correlations between different scales of graph knowledge. We have deployed GAMLP in Tencent with the Angel platform, and we further evaluate GAMLP on both real-world datasets and large-scale industrial datasets. Extensive experiments on these 14 graph datasets demonstrate that GAMLP achieves state-of-the-art…
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
MethodsGraph Attention Network
