Towards Unsupervised Deep Graph Structure Learning
Yixin Liu, Yu Zheng, Daokun Zhang, Hongxu Chen, Hao Peng, Shirui Pan

TL;DR
This paper introduces an unsupervised deep graph structure learning framework called SUBLIME, which uses self-supervised contrastive learning and bootstrapping to optimize graph topology without labels, improving robustness and applicability.
Contribution
The paper proposes a novel unsupervised GSL paradigm with a contrastive learning framework and bootstrapping mechanism, addressing limitations of supervised methods and enabling structure learning without labels.
Findings
SUBLIME outperforms existing methods on benchmark datasets.
The learned graphs show high quality and robustness.
Unsupervised GSL broadens application scenarios.
Abstract
In recent years, graph neural networks (GNNs) have emerged as a successful tool in a variety of graph-related applications. However, the performance of GNNs can be deteriorated when noisy connections occur in the original graph structures; besides, the dependence on explicit structures prevents GNNs from being applied to general unstructured scenarios. To address these issues, recently emerged deep graph structure learning (GSL) methods propose to jointly optimize the graph structure along with GNN under the supervision of a node classification task. Nonetheless, these methods focus on a supervised learning scenario, which leads to several problems, i.e., the reliance on labels, the bias of edge distribution, and the limitation on application tasks. In this paper, we propose a more practical GSL paradigm, unsupervised graph structure learning, where the learned graph topology is…
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 · Recommender Systems and Techniques
MethodsContrastive Learning
