Scalable and Adaptive Graph Neural Networks with Self-Label-Enhanced training
Chuxiong Sun, Hongming Gu, Jie Hu

TL;DR
This paper introduces SAGN, a scalable GNN model with an attention mechanism, and SLE, a self-label enhancement framework, to improve semi-supervised learning on large graphs, achieving better or comparable results.
Contribution
It proposes SAGN with an attention mechanism for scalable graph learning and introduces SLE, a self-training framework that enhances semi-supervised learning with label propagation and pseudo labels.
Findings
SAGN outperforms existing scalable GNN methods.
SLE further improves semi-supervised learning performance.
Empirical results show effectiveness on multiple datasets.
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Text and Document Classification Technologies
