paper-with-me

홈 › Papers

Uncertainty Propagation in Node Classification

2023-04-03 · Zhao Xu, Carolin Lawrence, Ammar Shaker, Raman Siarheyeu

Quantifying predictive uncertainty of neural networks has recently attracted increasing attention. In this work, we focus on measuring uncertainty of graph neural networks (GNNs) for the task of node classification. Most existing GNNs model message passing among nodes. The messages are often deterministic. Questions naturally arise: Does there exist uncertainty in the messages? How could we propagate such uncertainty over a graph together with messages? To address these issues, we propose a Bayesian uncertainty propagation (BUP) method, which embeds GNNs in a Bayesian modeling framework, and models predictive uncertainty of node classification with Bayesian confidence of predictive probability and uncertainty of messages. Our method proposes a novel uncertainty propagation mechanism inspired by Gaussian models. Moreover, we present an uncertainty oriented loss for node classification that allows the GNNs to clearly integrate predictive uncertainty in learning procedure. Consequently, the training examples with large predictive uncertainty will be penalized. We demonstrate the BUP with respect to prediction reliability and out-of-distribution (OOD) predictions. The learned uncertainty is also analyzed in depth. The relations between uncertainty and graph topology, as well as predictive uncertainty in the OOD cases are investigated with extensive experiments. The empirical results with popular benchmark datasets demonstrate the superior performance of the proposed method.

📄 PDF Abstract BibTeX arXiv:2304.00918

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationNode Classification

Similar Papers 제목 키워드 기반

Graph Posterior Network: Bayesian Predictive Uncertainty for Node Classification

2021-10-26 · NeurIPS 2021 12 · Maximilian Stadler, Bertrand Charpentier, Simon Geisler, Daniel Zügner 외

The interdependence between nodes in graphs is key to improve class predictions on nodes and utilized in approaches like Label Propagation (LP) or in Graph Neural Networks (GNN). Nonetheless, uncertainty estimation for n…

ClassificationNode ClassificationUncertainty Quantification

Topological based classification of paper domains using graph convolutional networks

2019-04-10 · Idan Benami, Keren Cohen, Oved Nagar, yoram louzoun

The main approaches for node classification in graphs are information propagation and the association of the class of the node with external information. State of the art methods merge these approaches through Graph Conv…

ClassificationGeneral ClassificationNode Classification

Uncertainty-aware Propagation Structure Reconstruction for Fake News Detection

2022-10-01 · COLING 2022 10 · Lingwei Wei, Dou Hu, Wei Zhou, Songlin Hu

The widespread of fake news has detrimental societal effects. Recent works model information propagation as graph structure and aggregate structural features from user interactions for fake news detection. However, they …

Fake News Detection

Self-supervised Guided Hypergraph Feature Propagation for Semi-supervised Classification with Missing Node Features

2023-02-16 · Chengxiang Lei, Sichao Fu, Yuetian Wang, Wenhao Qiu 외

Graph neural networks (GNNs) with missing node features have recently received increasing interest. Such missing node features seriously hurt the performance of the existing GNNs. Some recent methods have been proposed t…

Pseudo Label

Virtual Node Generation for Node Classification in Sparsely-Labeled Graphs

2024-09-12 · Hang Cui, Tarek Abdelzaher

In the broader machine learning literature, data-generation methods demonstrate promising results by generating additional informative training examples via augmenting sparse labels. Such methods are less studied in grap…

Graph LearningMeta-LearningNode ClassificationSelf-Supervised Learning