DPGNN: Dual-Perception Graph Neural Network for Representation Learning
Li Zhou, Wenyu Chen, Dingyi Zeng, Shaohuan Cheng, Wanlong Liu, Malu, Zhang, Hong Qu

TL;DR
DPGNN introduces a dual-perception message-passing paradigm that enhances graph neural network expressiveness by capturing multi-step and node-specific information, outperforming existing models on various benchmarks.
Contribution
The paper proposes a novel message-passing paradigm with multi-step, node-specific, and multi-space interactions, instantiated as DPGNN, the first to incorporate node-specific message passing in GNNs.
Findings
DPGNN outperforms state-of-the-art models on six benchmark datasets.
The dual-perception approach effectively captures structural and feature information.
Experimental results demonstrate the method's versatility across different graph structures.
Abstract
Graph neural networks (GNNs) have drawn increasing attention in recent years and achieved remarkable performance in many graph-based tasks, especially in semi-supervised learning on graphs. However, most existing GNNs are based on the message-passing paradigm to iteratively aggregate neighborhood information in a single topology space. Despite their success, the expressive power of GNNs is limited by some drawbacks, such as inflexibility of message source expansion, negligence of node-level message output discrepancy, and restriction of single message space. To address these drawbacks, we present a novel message-passing paradigm, based on the properties of multi-step message source, node-specific message output, and multi-space message interaction. To verify its validity, we instantiate the new message-passing paradigm as a Dual-Perception Graph Neural Network (DPGNN), which applies a…
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 · Complex Network Analysis Techniques · Functional Brain Connectivity Studies
MethodsGraph Neural Network
