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 work tackles the sensitivity of graph neural networks to suboptimal graph structures by introducing UnGSL, an uncertainty-aware graph structure learning module. UnGSL leverages node-level information quality, quantified by entropy, to modulate directional edge weights and enable asymmetric, confidence-based refinement of the learned graph, while remaining a lightweight plug-in for existing GSL methods. The authors provide theoretical insights showing how neighbor uncertainty propagates through aggregation and demonstrate substantial empirical gains across seven datasets and six GSL baselines, with robust performance under structural noise and across diverse GNN backbones. The proposed approach offers a practical, scalable path to more robust GNNs by directly incorporating information quality into graph structure learning, with future work aimed at finer uncertainty metrics and broader unsupervised settings.
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) strategy. UnGSL estimates the uncertainty of node information and utilizes it to adjust the strength of directional connections, where the influence of nodes with high uncertainty is adaptively reduced. Importantly, UnGSL serves as a plug-in module that can be seamlessly integrated into existing GSL methods with minimal additional computational cost. In our experiments, we implement UnGSL into six representative GSL methods, demonstrating consistent performance improvements.
