Online Bayesian Node Classification on Inductive Graphs under Distribution Shift

📅 2026-09-11
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
该研究解决了在分布偏移下在线贝叶斯节点分类问题,通过引入变分贝叶斯最后一层模型联合训练编码器和近似后验,提高分类准确性和不确定性量化。
📝 Abstract
On evolving graphs, node classifiers must satisfy two key requirements: inductive generalization to newly arriving nodes under distribution shift and calibrated uncertainty for safety-sensitive applications. Standard graph neural networks (GNNs) are typically trained once and address neither requirement. We adapt the Bayesian last-layer (BLL) model by placing random last-layer parameters on top of a deterministic GNN encoder for uncertainty quantification. The categorical softmax likelihood required for classification breaks Gaussian conjugacy, so neither the training posterior nor the test-time streaming update has a closed-form solution. To address both challenges, we introduce a variational Bayesian last-layer (VBLL) objective that jointly trains the encoder and an approximate last-layer posterior by maximizing an evidence lower bound with a Monte Carlo expected log-likelihood. At test time, we freeze the encoder and apply an online Laplace update to the last-layer posterior. This update corresponds to a power-prior Bayesian model with exponential forgetting and a Kullback-Leibler anchor to the training posterior. Across five node-classification benchmarks under distribution shift, online GVBLL is the only method to achieve the best accuracy and negative log-likelihood on every dataset. It improves accuracy by up to 17 percentage points on Cora and 14 percentage points on ogbn-arxiv over the strongest non-GVBLL baseline, while remaining competitive in calibration with MC Dropout, Deep Ensembles, Temperature Scaling, and Gaussian-process classifiers.
Problem

Research questions and friction points this paper is trying to address.

node classification
distribution shift
inductive generalization
uncertainty quantification
graph neural networks
Innovation

Methods, ideas, or system contributions that make the work stand out.

Variational Bayesian Last-Layer (VBLL)
Online Laplace Update
Inductive Generalization
Distribution Shift
Uncertainty Quantification
🔎 Similar Papers
No similar papers found.
💼 Related Jobs
No related jobs found.