Multi-View Subgraph Neural Networks: Self-Supervised Learning with Scarce Labeled Data
Zhenzhong Wang, Qingyuan Zeng, Wanyu Lin, Min Jiang, Kay Chen Tan

TL;DR
This paper introduces Muse, a self-supervised GNN framework that leverages multi-view subgraphs to capture both local and long-range dependencies, significantly improving node classification in low-data scenarios.
Contribution
Muse is a novel self-supervised learning framework that uses multi-view subgraphs to effectively capture long-range dependencies and local structures, enhancing GNN performance with scarce labels.
Findings
Muse outperforms existing methods on low-data node classification tasks.
The multi-view subgraph approach effectively captures both local and long-range dependencies.
Experimental results demonstrate improved accuracy with limited labeled data.
Abstract
While graph neural networks (GNNs) have become the de-facto standard for graph-based node classification, they impose a strong assumption on the availability of sufficient labeled samples. This assumption restricts the classification performance of prevailing GNNs on many real-world applications suffering from low-data regimes. Specifically, features extracted from scarce labeled nodes could not provide sufficient supervision for the unlabeled samples, leading to severe over-fitting. In this work, we point out that leveraging subgraphs to capture long-range dependencies can augment the representation of a node with homophily properties, thus alleviating the low-data regime. However, prior works leveraging subgraphs fail to capture the long-range dependencies among nodes. To this end, we present a novel self-supervised learning framework, called multi-view subgraph neural networks…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Neural Networks and Applications
