Network In Graph Neural Network
Xiang Song, Runjie Ma, Jiahang Li, Muhan Zhang, David Paul, Wipf

TL;DR
This paper introduces NGNN, a model-agnostic method to deepen GNNs by inserting non-linear layers within each GNN layer, enhancing their capacity without overfitting or over-smoothing, and demonstrating improved performance on various tasks.
Contribution
NGNN is a novel approach that increases GNN depth through internal non-linear layers, offering a flexible way to improve model capacity without traditional drawbacks.
Findings
NGNN improves GNN accuracy on node classification and link prediction tasks.
NGNN maintains stability against feature and structure perturbations.
NGNN achieved top leaderboard results on OGB link prediction tasks.
Abstract
Graph Neural Networks (GNNs) have shown success in learning from graph structured data containing node/edge feature information, with application to social networks, recommendation, fraud detection and knowledge graph reasoning. In this regard, various strategies have been proposed in the past to improve the expressiveness of GNNs. For example, one straightforward option is to simply increase the parameter size by either expanding the hid-den dimension or increasing the number of GNN layers. However, wider hidden layers can easily lead to overfitting, and incrementally adding more GNN layers can potentially result in over-smoothing.In this paper, we present a model-agnostic methodology, namely Network In Graph Neural Network (NGNN ), that allows arbitrary GNN models to increase their model capacity by making the model deeper. However, instead of adding or widening GNN layers, NGNN…
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 · Graph Theory and Algorithms · Topic Modeling
MethodsGraph Neural Network · GraphSAGE
