LGSIMLJan 24, 2019

Confidence-based Graph Convolutional Networks for Semi-Supervised Learning

arXiv:1901.08255v240 citationsHas Code
AI Analysis

This addresses the need for reliable uncertainty estimation in graph neural networks for applications like social networks or bioinformatics, representing an incremental improvement over existing GCN methods.

The paper tackles the problem of estimating confidence scores for node label predictions in graph-based semi-supervised learning, proposing ConfGCN which jointly estimates labels and confidences and outperforms state-of-the-art baselines on standard benchmarks.

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 neighborhood aggregation, thereby acquiring anisotropic capabilities. Through extensive analysis and experiments on standard benchmarks, we find that ConfGCN is able to outperform state-of-the-art baselines. We have made ConfGCN's source code available to encourage reproducible research.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes