Confidence-based Graph Convolutional Networks for Semi-Supervised Learning
Shikhar Vashishth, Prateek Yadav, Manik Bhandari, Partha Talukdar

TL;DR
This paper introduces ConfGCN, a novel graph convolutional network that jointly estimates label scores and confidence levels for semi-supervised learning on graphs, improving prediction accuracy.
Contribution
ConfGCN is the first GCN model to incorporate confidence estimation, enhancing neighborhood influence and outperforming existing methods.
Findings
ConfGCN outperforms state-of-the-art baselines on benchmark datasets.
Joint confidence and label estimation improves semi-supervised learning.
The model introduces anisotropic influence based on confidence scores.
Abstract
Predicting properties of nodes in a graph is an important problem with applications in a variety of domains. Graph-based Semi-Supervised Learning (SSL) methods aim to address this problem by labeling a small subset of the nodes as seeds and then utilizing the graph structure to predict label scores for the rest of the nodes in the graph. Recently, Graph Convolutional Networks (GCNs) have achieved impressive performance on the graph-based SSL task. In addition to label scores, it is also desirable to have confidence scores associated with them. Unfortunately, confidence estimation in the context of GCN has not been previously explored. We fill this important gap in this paper and propose ConfGCN, which estimates labels scores along with their confidences jointly in GCN-based setting. ConfGCN uses these estimated confidences to determine the influence of one node on another during…
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 · Complex Network Analysis Techniques · Recommender Systems and Techniques
