MLLGOct 26, 2021

Graph Posterior Network: Bayesian Predictive Uncertainty for Node Classification

arXiv:2110.14012v1118 citations
Originality Incremental advance
AI Analysis

This work addresses uncertainty quantification for node-level predictions in graph data, which is important for applications like anomaly detection but has been under-explored, representing a domain-specific advancement.

The paper tackles the problem of uncertainty estimation for node classification in graphs, proposing the Graph Posterior Network (GPN) that performs Bayesian posterior updates for interdependent nodes, and it outperforms existing approaches in experiments on tasks like anomalous feature detection.

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 non-independent node-level predictions is under-explored. In this work, we explore uncertainty quantification for node classification in three ways: (1) We derive three axioms explicitly characterizing the expected predictive uncertainty behavior in homophilic attributed graphs. (2) We propose a new model Graph Posterior Network (GPN) which explicitly performs Bayesian posterior updates for predictions on interdependent nodes. GPN provably obeys the proposed axioms. (3) We extensively evaluate GPN and a strong set of baselines on semi-supervised node classification including detection of anomalous features, and detection of left-out classes. GPN outperforms existing approaches for uncertainty estimation in the experiments.

Code Implementations2 repos
Foundations

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

Your Notes