@inproceedings{e51449074033487e8e956e247aa007cb,
title = "Graph Neural Networks with Non-Recursive Message Passing",
abstract = "Graph neural networks (GNNs) have become the de-facto standard for learning on graphs. GNNs involve a recursive message passing mechanism to recursively aggregate messages from adjacent nodes. It is in line with the topological structures and has dominated the implementation of existing GNN models. However, it causes a critical issue, i.e., messages from high-order neighbors must be transmitted layer by layer. Important high-order neighbors of a node could be trivial to its low-order neighbors, which corrupts long-range messages. In this paper, we propose a simple but effective non-recursive message passing model (nrecGNN) to enable each node to access its multiple-hop neighbors directly. nrecGNN considers neighbors with the same order as a hop set and combines messages within each set to obtain hop-level representations. The final embedding representation of a node is explicitly obtained by aggregating all hop representations in a non-recursive manner. We theoretically prove that nrecGNN has the same expression capacity as its recursive counterpart. Experiments on multiple benchmark datasets of various scales and types demonstrate the superiority of nrecGNN against the state-of-the-art GNNs.",
keywords = "Graph Neural Networks, Non-recursive Message Passing, Recursive Message Passing",
author = "Qiaoyu Tan and Xin Zhang and Jiahe Du and Xiao Huang",
note = "Publisher Copyright: {\textcopyright} 2023 IEEE.; 23rd IEEE International Conference on Data Mining Workshops, ICDMW 2023 ; Conference date: 01-12-2023 Through 04-12-2023",
year = "2023",
doi = "10.1109/ICDMW60847.2023.00072",
language = "English",
series = "IEEE International Conference on Data Mining Workshops, ICDMW",
publisher = "IEEE Computer Society",
pages = "506--514",
editor = "Jihe Wang and Yi He and Dinh, {Thang N.} and Christan Grant and Meikang Qiu and Witold Pedrycz",
booktitle = "Proceedings - 23rd IEEE International Conference on Data Mining Workshops, ICDMW 2023",
address = "United States",
}