LGMLDec 14, 2021

Neighborhood Random Walk Graph Sampling for Regularized Bayesian Graph Convolutional Neural Networks

arXiv:2112.07743v15 citations
Originality Incremental advance
AI Analysis

This addresses uncertainty modeling in graph neural networks for semi-supervised learning, but it is incremental as it builds on existing Bayesian GNN approaches.

The paper tackles the problem of uncertainty in noisy graph structures for semi-supervised node classification by proposing BGCN-NRWS, which uses MCMC-based graph sampling and variational inference, achieving competitive classification results compared to state-of-the-art methods.

In the modern age of social media and networks, graph representations of real-world phenomena have become an incredibly useful source to mine insights. Often, we are interested in understanding how entities in a graph are interconnected. The Graph Neural Network (GNN) has proven to be a very useful tool in a variety of graph learning tasks including node classification, link prediction, and edge classification. However, in most of these tasks, the graph data we are working with may be noisy and may contain spurious edges. That is, there is a lot of uncertainty associated with the underlying graph structure. Recent approaches to modeling uncertainty have been to use a Bayesian framework and view the graph as a random variable with probabilities associated with model parameters. Introducing the Bayesian paradigm to graph-based models, specifically for semi-supervised node classification, has been shown to yield higher classification accuracies. However, the method of graph inference proposed in recent work does not take into account the structure of the graph. In this paper, we propose a novel algorithm called Bayesian Graph Convolutional Network using Neighborhood Random Walk Sampling (BGCN-NRWS), which uses a Markov Chain Monte Carlo (MCMC) based graph sampling algorithm utilizing graph structure, reduces overfitting by using a variational inference layer, and yields consistently competitive classification results compared to the state-of-the-art in semi-supervised node classification.

Foundations

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

Your Notes