LGAIApr 7, 2021

Theoretically Improving Graph Neural Networks via Anonymous Walk Graph Kernels

arXiv:2104.02995v142 citations
Originality Highly original
AI Analysis

This addresses a fundamental limitation in graph neural networks for graph mining tasks, offering a theoretically grounded improvement.

The paper tackles the inability of message-passing GNNs to model graph substructures by proposing GSKN, a GNN model based on anonymous walks and graph kernels, which theoretically extends the 1-WL test and outperforms baselines in experiments.

Graph neural networks (GNNs) have achieved tremendous success in graph mining. However, the inability of GNNs to model substructures in graphs remains a significant drawback. Specifically, message-passing GNNs (MPGNNs), as the prevailing type of GNNs, have been theoretically shown unable to distinguish, detect or count many graph substructures. While efforts have been paid to complement the inability, existing works either rely on pre-defined substructure sets, thus being less flexible, or are lacking in theoretical insights. In this paper, we propose GSKN, a GNN model with a theoretically stronger ability to distinguish graph structures. Specifically, we design GSKN based on anonymous walks (AWs), flexible substructure units, and derive it upon feature mappings of graph kernels (GKs). We theoretically show that GSKN provably extends the 1-WL test, and hence the maximally powerful MPGNNs from both graph-level and node-level viewpoints. Correspondingly, various experiments are leveraged to evaluate GSKN, where GSKN outperforms a wide range of baselines, endorsing the analysis.

Code Implementations1 repo
Foundations

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

Your Notes