GMLP: Building Scalable and Flexible Graph Neural Networks with Feature-Message Passing
Wentao Zhang, Yu Shen, Zheyu Lin, Yang Li, Xiaosen Li, Wen Ouyang,, Yangyu Tao, Zhi Yang, and Bin Cui

TL;DR
GMLP introduces a scalable, flexible graph neural network framework that separates message passing from neural updates, enabling efficient pre-computation and adaptability across different neighborhood levels, achieving state-of-the-art results.
Contribution
The paper proposes GMLP, a novel feature-message passing framework that improves scalability and flexibility of GNNs by decoupling message passing from neural updates.
Findings
GMLP achieves state-of-the-art performance on 11 benchmark datasets.
GMLP demonstrates high training scalability and efficiency on large-scale datasets.
The framework effectively balances performance and computational cost.
Abstract
In recent studies, neural message passing has proved to be an effective way to design graph neural networks (GNNs), which have achieved state-of-the-art performance in many graph-based tasks. However, current neural-message passing architectures typically need to perform an expensive recursive neighborhood expansion in multiple rounds and consequently suffer from a scalability issue. Moreover, most existing neural-message passing schemes are inflexible since they are restricted to fixed-hop neighborhoods and insensitive to the actual demands of different nodes. We circumvent these limitations by a novel feature-message passing framework, called Graph Multi-layer Perceptron (GMLP), which separates the neural update from the message passing. With such separation, GMLP significantly improves the scalability and efficiency by performing the message passing procedure in a pre-compute manner,…
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 · Bioinformatics and Genomic Networks · Machine Learning in Bioinformatics
