TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Network In Graph Neural Network

Network In Graph Neural Network

Xiang Song, Runjie Ma, Jiahang Li, Muhan Zhang, David Paul Wipf

2021-11-23Node ClassificationFraud DetectionLink Prediction
PaperPDF

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 deepens a GNN model by inserting non-linear feedforward neural network layer(s) within each GNN layer. An analysis of NGNN as applied to a GraphSage base GNN on ogbn-products data demonstrate that it can keep the model stable against either node feature or graph structure perturbations. Furthermore, wide-ranging evaluation results on both node classification and link prediction tasks show that NGNN works reliably across diverse GNN architectures.For instance, it improves the test accuracy of GraphSage on the ogbn-products by 1.6% and improves the hits@100 score of SEAL on ogbl-ppa by 7.08% and the hits@20 score of GraphSage+Edge-Attr on ogbl-ppi by 6.22%. And at the time of this submission, it achieved two first places on the OGB link prediction leaderboard.

Results

TaskDatasetMetricValueModel
Link Property Predictionogbl-ddiNumber of params1618433NGNN + GraphSAGE
Link Property Predictionogbl-ddiNumber of params1487361NGNN + GCN
Link Property Predictionogbl-citation2Number of params1134402NGNN + SEAL
Link Property Predictionogbl-collabNumber of params591873NGNN + GraphSAGE
Link Property Predictionogbl-collabNumber of params428033NGNN + GCN
Link Property Predictionogbl-ppaNumber of params735426NGNN + SEAL
Link Property Predictionogbl-ppaNumber of params556033NGNN + GraphSAGE
Link Property Predictionogbl-ppaNumber of params410113NGNN + GCN
Node Property Predictionogbn-proteinsNumber of params11740552GAT+BOT+NGNN

Related Papers

Graph Learning2025-07-08Topic Modeling and Link-Prediction for Material Property Discovery2025-07-08Graph Collaborative Attention Network for Link Prediction in Knowledge Graphs2025-07-05Understanding Generalization in Node and Link Prediction2025-07-01Context-Driven Knowledge Graph Completion with Semantic-Aware Relational Message Passing2025-06-29Temporal-Aware Graph Attention Network for Cryptocurrency Transaction Fraud Detection2025-06-26Demystifying Distributed Training of Graph Neural Networks for Link Prediction2025-06-25Directed Link Prediction using GNN with Local and Global Feature Fusion2025-06-25