SOTAVerified

Scalable and Adaptive Graph Neural Networks with Self-Label-Enhanced training

2021-04-19Code Available1· sign in to hype

Chuxiong Sun, Hongming Gu, Jie Hu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

It is hard to directly implement Graph Neural Networks (GNNs) on large scaled graphs. Besides of existed neighbor sampling techniques, scalable methods decoupling graph convolutions and other learnable transformations into preprocessing and post classifier allow normal minibatch training. By replacing redundant concatenation operation with attention mechanism in SIGN, we propose Scalable and Adaptive Graph Neural Networks (SAGN). SAGN can adaptively gather neighborhood information among different hops. To further improve scalable models on semi-supervised learning tasks, we propose Self-Label-Enhance (SLE) framework combining self-training approach and label propagation in depth. We add base model with a scalable node label module. Then we iteratively train models and enhance train set in several stages. To generate input of node label module, we directly apply label propagation based on one-hot encoded label vectors without inner random masking. We find out that empirically the label leakage has been effectively alleviated after graph convolutions. The hard pseudo labels in enhanced train set participate in label propagation with true labels. Experiments on both inductive and transductive datasets demonstrate that, compared with other sampling-based and sampling-free methods, SAGN achieves better or comparable results and SLE can further improve performance.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ogbn-magNARS_SAGN+SLENumber of params3,846,330Unverified
ogbn-papers100MSAGN+SLENumber of params8,556,888Unverified
ogbn-papers100MSAGNNumber of params6,098,092Unverified
ogbn-papers100MSAGN+SLE (4 stages)Number of params8,556,888Unverified
ogbn-productsSAGN+SLE (4 stages)Number of params2,179,678Unverified
ogbn-productsSAGN+SLENumber of params2,179,678Unverified
ogbn-productsSAGNNumber of params2,233,391Unverified
ogbn-productsSAGN+SLE (4 stages)+C&SNumber of params2,179,678Unverified

Reproductions