Uncertainty-Aware Graph Structure Learning
Shen Han, Zhiyao Zhou, Jiawei Chen, Zhezheng Hao, Sheng Zhou, Gang, Wang, Yan Feng, Chun Chen, Can Wang

TL;DR
This paper introduces UnGSL, an uncertainty-aware approach to graph structure learning that improves GNN performance by adaptively weighting node connections based on information quality, addressing limitations of existing methods.
Contribution
UnGSL is a novel plug-in module that estimates node uncertainty to refine graph structures, enhancing existing GSL methods without significant computational overhead.
Findings
UnGSL improves performance across six GSL methods.
Adaptive weighting based on uncertainty enhances graph quality.
Method is seamlessly integrable with minimal extra cost.
Abstract
Graph Neural Networks (GNNs) have become a prominent approach for learning from graph-structured data. However, their effectiveness can be significantly compromised when the graph structure is suboptimal. To address this issue, Graph Structure Learning (GSL) has emerged as a promising technique that refines node connections adaptively. Nevertheless, we identify two key limitations in existing GSL methods: 1) Most methods primarily focus on node similarity to construct relationships, while overlooking the quality of node information. Blindly connecting low-quality nodes and aggregating their ambiguous information can degrade the performance of other nodes. 2) The constructed graph structures are often constrained to be symmetric, which may limit the model's flexibility and effectiveness. To overcome these limitations, we propose an Uncertainty-aware Graph Structure Learning (UnGSL)…
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 · Machine Learning and Data Classification · Advanced Clustering Algorithms Research
MethodsFocus
