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/Scalable and Adaptive Graph Neural Networks with Self-Labe...

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

Chuxiong Sun, Hongming Gu, Jie Hu

2021-04-19Node Property Prediction
PaperPDFCode(official)

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.

Results

TaskDatasetMetricValueModel
Node Property Predictionogbn-papers100MNumber of params8556888SAGN+SLE (4 stages)
Node Property Predictionogbn-papers100MNumber of params8556888SAGN+SLE
Node Property Predictionogbn-papers100MNumber of params6098092SAGN
Node Property Predictionogbn-productsNumber of params2179678SAGN+SLE (4 stages)+C&S
Node Property Predictionogbn-productsNumber of params2179678SAGN+SLE (4 stages)
Node Property Predictionogbn-productsNumber of params2179678SAGN+SLE
Node Property Predictionogbn-productsNumber of params2233391SAGN
Node Property Predictionogbn-magNumber of params3846330NARS_SAGN+SLE

Related Papers

Equivariance Everywhere All At Once: A Recipe for Graph Foundation Models2025-06-17Mixture of Experts Meets Decoupled Message Passing: Towards General and Adaptive Node Classification2024-12-11Classic GNNs are Strong Baselines: Reassessing GNNs for Node Classification2024-06-13Efficient Heterogeneous Graph Learning via Random Projection2023-10-23Higher-order Graph Convolutional Network with Flower-Petals Laplacians on Simplicial Complexes2023-09-22Long-range Meta-path Search on Large-scale Heterogeneous Graphs2023-07-17Temporal Graph Benchmark for Machine Learning on Temporal Graphs2023-07-03SGFormer: Simplifying and Empowering Transformers for Large-Graph Representations2023-06-19