Graph Neural Network-Inspired Kernels for Gaussian Processes in Semi-Supervised Learning
Zehao Niu, Mihai Anitescu, Jie Chen

TL;DR
This paper integrates graph neural network inductive biases into Gaussian processes by deriving new kernels inspired by GNNs, improving semi-supervised learning on graph-structured data with competitive performance and scalability.
Contribution
It introduces a novel method to incorporate GNN-inspired kernels into Gaussian processes, enhancing their performance on graph data and providing scalable inference techniques.
Findings
GNNs are equivalent to certain GPs when infinitely wide.
Proposed kernels improve classification and regression accuracy.
Scalable approximation methods enable efficient inference on large datasets.
Abstract
Gaussian processes (GPs) are an attractive class of machine learning models because of their simplicity and flexibility as building blocks of more complex Bayesian models. Meanwhile, graph neural networks (GNNs) emerged recently as a promising class of models for graph-structured data in semi-supervised learning and beyond. Their competitive performance is often attributed to a proper capturing of the graph inductive bias. In this work, we introduce this inductive bias into GPs to improve their predictive performance for graph-structured data. We show that a prominent example of GNNs, the graph convolutional network, is equivalent to some GP when its layers are infinitely wide; and we analyze the kernel universality and the limiting behavior in depth. We further present a programmable procedure to compose covariance kernels inspired by this equivalence and derive example kernels…
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
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Bayesian Modeling and Causal Inference · Advanced Graph Neural Networks
MethodsGreedy Policy Search
