LGFeb 5

Bayesian Neighborhood Adaptation for Graph Neural Networks

arXiv:2602.05358v2h-index: 2Has Code
AI Analysis

This addresses a critical bottleneck in GNN design for researchers and practitioners working with diverse graph types, though it is an incremental improvement over existing methods.

The paper tackles the problem of adaptively determining neighborhood scopes for graph neural networks (GNNs) to improve performance on both homophilic and heterophilic graphs, achieving competitive or superior results on node classification tasks with well-calibrated predictions.

The neighborhood scope (i.e., number of hops) where graph neural networks (GNNs) aggregate information to characterize a node's statistical property is critical to GNNs' performance. Two-stage approaches, training and validating GNNs for every pre-specified neighborhood scope to search for the best setting, is a time-consuming task and tends to be biased due to the search space design. How to adaptively determine proper neighborhood scopes for the aggregation process for both homophilic and heterophilic graphs remains largely unexplored. We thus propose to model the GNNs' message-passing behavior on a graph as a stochastic process by treating the number of hops as a beta process. This Bayesian framework allows us to infer the most plausible neighborhood scope for message aggregation simultaneously with the optimization of GNN parameters. Our theoretical analysis shows that the scope inference improves the expressivity of a GNN. Experiments on benchmark homophilic and heterophilic datasets show that the proposed method is compatible with state-of-the-art GNN variants, achieving competitive or superior performance on the node classification task, and providing well-calibrated predictions. Implementation is available at : https://github.com/paribeshregmi/BNA-GNN

Foundations

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

Your Notes