paper-with-me

Papers

Graph-MLP: Node Classification without Message Passing in Graph

2021-06-08 · Yang Hu, Haoxuan You, Zhecan Wang, Zhicheng Wang, Erjin Zhou, Yue Gao

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 design allows our model to be lighter and more robust when facing large-scale graph data and corrupted adjacency information. Extensive experiments prove that even without adjacency information in testing phase, our framework can still reach comparable and even superior performance against the state-of-the-art models in the graph node classification task.

📄 PDF Abstract BibTeX arXiv:2106.04051

Code (1)

yanghu819/Graph-MLP 공식 구현 pytorch

Tasks

ClassificationGraph Neural NetworkNode Classification

Similar Papers 제목 키워드 기반

Distilling Self-Knowledge From Contrastive Links to Classify Graph Nodes Without Passing Messages

2021-06-16 · Yi Luo, Aiguo Chen, Ke Yan, Ling Tian

Nowadays, Graph Neural Networks (GNNs) following the Message Passing paradigm become the dominant way to learn on graphic data. Models in this paradigm have to spend extra space to look up adjacent nodes with adjacency m…

Node ClassificationNode Property Prediction

Meta-node: A Concise Approach to Effectively Learn Complex Relationships in Heterogeneous Graphs

2022-10-26 · Jiwoong Park, Jisu Jeong, KyungMin Kim, Jin Young Choi

Existing message passing neural networks for heterogeneous graphs rely on the concepts of meta-paths or meta-graphs due to the intrinsic nature of heterogeneous graphs. However, the meta-paths and meta-graphs need to be …

Contrastive LearningGraph LearningNode Clustering

Hypergraph-MLP: Learning on Hypergraphs without Message Passing

2023-12-15 · Bohan Tang, Siheng Chen, Xiaowen Dong

Hypergraphs are vital in modelling data with higher-order relations containing more than two entities, gaining prominence in machine learning and signal processing. Many hypergraph neural networks leverage message passin…

Node ClassificationRepresentation Learning

ADMP-GNN: Adaptive Depth Message Passing GNN

2025-09-01 · Yassine Abbahaddou, Fragkiskos D. Malliaros, Johannes F. Lutzeyer, Michalis Vazirgiannis arxiv

Graph Neural Networks (GNNs) have proven to be highly effective in various graph learning tasks. A key characteristic of GNNs is their use of a fixed number of message-passing steps for all nodes in the graph, regardless…

Node ClassificationGraph Learning

Leave Graphs Alone: Addressing Over-Squashing without Rewiring

2022-12-13 · Domenico Tortorella, Alessio Micheli

Recent works have investigated the role of graph bottlenecks in preventing long-range information propagation in message-passing graph neural networks, causing the so-called `over-squashing' phenomenon. As a remedy, grap…

Node Classification