LGAIJun 4, 2022

Empowering GNNs via Edge-Aware Weisfeiler-Leman Algorithm

arXiv:2206.02059v35 citationsh-index: 64
Originality Highly original
AI Analysis

This addresses a fundamental bottleneck in graph neural networks for researchers and practitioners, offering a scalable improvement over existing methods.

The paper tackles the limited expressiveness of message passing GNNs by proposing a new framework, NC-GNN, which is provably more powerful than 1-WL and scalable, with effective performance on various benchmarks.

Message passing graph neural networks (GNNs) are known to have their expressiveness upper-bounded by 1-dimensional Weisfeiler-Leman (1-WL) algorithm. To achieve more powerful GNNs, existing attempts either require ad hoc features, or involve operations that incur high time and space complexities. In this work, we propose a general and provably powerful GNN framework that preserves the scalability of the message passing scheme. In particular, we first propose to empower 1-WL for graph isomorphism test by considering edges among neighbors, giving rise to NC-1-WL. The expressiveness of NC-1-WL is shown to be strictly above 1-WL and below 3-WL theoretically. Further, we propose the NC-GNN framework as a differentiable neural version of NC-1-WL. Our simple implementation of NC-GNN is provably as powerful as NC-1-WL. Experiments demonstrate that our NC-GNN performs effectively and efficiently on various benchmarks.

Foundations

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

Your Notes