Graph-MLP: Node Classification without Message Passing in Graph
Yang Hu, Haoxuan You, Zhecan Wang, Zhicheng Wang, Erjin Zhou, Yue Gao

TL;DR
Graph-MLP introduces a node classification method that eliminates message passing by using a pure MLP framework combined with a novel contrastive loss, achieving competitive results without relying on adjacency during testing.
Contribution
This work demonstrates that message passing modules are unnecessary for GNNs, proposing a simple MLP-based framework with a new contrastive loss leveraging graph structure.
Findings
Achieves comparable or superior performance to state-of-the-art GNNs.
More robust and lightweight, especially on large-scale and corrupted graphs.
Effective without adjacency information during testing.
Abstract
Graph Neural Network (GNN) has been demonstrated its effectiveness in dealing with non-Euclidean structural data. Both spatial-based and spectral-based GNNs are relying on adjacency matrix to guide message passing among neighbors during feature aggregation. Recent works have mainly focused on powerful message passing modules, however, in this paper, we show that none of the message passing modules is necessary. Instead, we propose a pure multilayer-perceptron-based framework, Graph-MLP with the supervision signal leveraging graph structure, which is sufficient for learning discriminative node representation. In model-level, Graph-MLP only includes multi-layer perceptrons, activation function, and layer normalization. In the loss level, we design a neighboring contrastive (NContrast) loss to bridge the gap between GNNs and MLPs by utilizing the adjacency information implicitly. This…
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 · Domain Adaptation and Few-Shot Learning · Complex Network Analysis Techniques
