Relational Graph Neural Network Design via Progressive Neural Architecture Search
Ailing Zeng, Minhao Liu, Zhiwei Liu, Ruiyuan Gao, Jing Qin, Qiang Xu

TL;DR
This paper introduces LADDER-GNN, a novel graph neural network architecture that disentangles messages from different hops using a progressive neural architecture search, improving performance especially on low homophily nodes.
Contribution
The paper proposes a ladder-style GNN with hop-specific message separation and a neural architecture search strategy to optimize hop-dimension relationships.
Findings
LADDER-GNN outperforms existing GNNs on seven datasets.
Disentangled hop messages improve low homophily node classification.
The proposed scheme enhances information-to-noise ratio in message passing.
Abstract
We propose a novel solution to addressing a long-standing dilemma in the representation learning of graph neural networks (GNNs): how to effectively capture and represent useful information embedded in long-distance nodes to improve the performance of nodes with low homophily without leading to performance degradation in nodes with high homophily. This dilemma limits the generalization capability of existing GNNs. Intuitively, interactions with distant nodes introduce more noise for a node than those with close neighbors. However, in most existing works, messages being passed among nodes are mingled together, which is inefficient from a communication perspective. Our solution is based on a novel, simple, yet effective aggregation scheme, resulting in a ladder-style GNN architecture, namely LADDER-GNN. Specifically, we separate messages from different hops, assign different dimensions…
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 · Brain Tumor Detection and Classification · Machine Learning and ELM
