Node Feature Extraction by Self-Supervised Multi-scale Neighborhood Prediction
Eli Chien, Wei-Cheng Chang, Cho-Jui Hsieh, Hsiang-Fu Yu, Jiong Zhang,, Olgica Milenkovic, Inderjit S Dhillon

TL;DR
This paper introduces GIANT, a self-supervised framework for extracting node features in graphs by leveraging multi-scale neighborhood prediction, significantly improving GNN performance on large datasets.
Contribution
The paper proposes GIANT, a novel self-supervised learning method that utilizes XMC formalism and XR-Transformers to enhance node feature extraction in graph neural networks.
Findings
GIANT outperforms standard GNN pipelines on benchmark datasets.
Significant accuracy improvements on large-scale datasets like ogbn-papers100M.
Theoretical analysis supports the use of XMC over link prediction.
Abstract
Learning on graphs has attracted significant attention in the learning community due to numerous real-world applications. In particular, graph neural networks (GNNs), which take numerical node features and graph structure as inputs, have been shown to achieve state-of-the-art performance on various graph-related learning tasks. Recent works exploring the correlation between numerical node features and graph structure via self-supervised learning have paved the way for further performance improvements of GNNs. However, methods used for extracting numerical node features from raw data are still graph-agnostic within standard GNN pipelines. This practice is sub-optimal as it prevents one from fully utilizing potential correlations between graph topology and node attributes. To mitigate this issue, we propose a new self-supervised learning framework, Graph Information Aided Node feature…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Complex Network Analysis Techniques
