LGSINov 27, 2022

Beyond 1-WL with Local Ego-Network Encodings

arXiv:2211.14906v24 citationsh-index: 29
AI Analysis

This work addresses the expressivity bottleneck in graph learning for researchers and practitioners, offering an incremental enhancement to existing GNN methods.

The paper tackled the problem of limited expressivity in graph neural networks by introducing IGEL, a preprocessing step that encodes ego-networks to augment node representations, resulting in improved performance on seven GNN architectures and matching state-of-the-art methods on isomorphism detection.

Identifying similar network structures is key to capture graph isomorphisms and learn representations that exploit structural information encoded in graph data. This work shows that ego-networks can produce a structural encoding scheme for arbitrary graphs with greater expressivity than the Weisfeiler-Lehman (1-WL) test. We introduce IGEL, a preprocessing step to produce features that augment node representations by encoding ego-networks into sparse vectors that enrich Message Passing (MP) Graph Neural Networks (GNNs) beyond 1-WL expressivity. We describe formally the relation between IGEL and 1-WL, and characterize its expressive power and limitations. Experiments show that IGEL matches the empirical expressivity of state-of-the-art methods on isomorphism detection while improving performance on seven GNN architectures.

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