Bayesian graph convolutional neural networks for semi-supervised classification
Yingxue Zhang, Soumyasundar Pal, Mark Coates, Deniz \"Ustebay

TL;DR
This paper introduces a Bayesian framework for graph convolutional neural networks that models uncertainty in graph structure, improving semi-supervised classification especially with limited labeled data.
Contribution
It proposes a Bayesian approach to GCNNs that accounts for noisy or incomplete graph data, enhancing performance in semi-supervised learning scenarios.
Findings
Bayesian GCNNs outperform traditional methods with scarce labels.
The framework effectively models uncertainty in graph structure.
Experimental results validate improved classification accuracy.
Abstract
Recently, techniques for applying convolutional neural networks to graph-structured data have emerged. Graph convolutional neural networks (GCNNs) have been used to address node and graph classification and matrix completion. Although the performance has been impressive, the current implementations have limited capability to incorporate uncertainty in the graph structure. Almost all GCNNs process a graph as though it is a ground-truth depiction of the relationship between nodes, but often the graphs employed in applications are themselves derived from noisy data or modelling assumptions. Spurious edges may be included; other edges may be missing between nodes that have very strong relationships. In this paper we adopt a Bayesian approach, viewing the observed graph as a realization from a parametric family of random graphs. We then target inference of the joint posterior of the random…
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 · Bayesian Modeling and Causal Inference · Machine Learning and Data Classification
