Improving Expressivity of Graph Neural Networks using Localization

31 May 2023  ยท  Anant Kumar, Shrutimoy Das, Shubhajit Roy, Binita Maity, Anirban Dasgupta ยท

In this paper, we propose localized versions of Weisfeiler-Leman (WL) algorithms in an effort to both increase the expressivity, as well as decrease the computational overhead. We focus on the specific problem of subgraph counting and give localized versions of $k-$WL for any $k$. We analyze the power of Local $k-$WL and prove that it is more expressive than $k-$WL and at most as expressive as $(k+1)-$WL. We give a characterization of patterns whose count as a subgraph and induced subgraph are invariant if two graphs are Local $k-$WL equivalent. We also introduce two variants of $k-$WL: Layer $k-$WL and recursive $k-$WL. These methods are more time and space efficient than applying $k-$WL on the whole graph. We also propose a fragmentation technique that guarantees the exact count of all induced subgraphs of size at most 4 using just $1-$WL. The same idea can be extended further for larger patterns using $k>1$. We also compare the expressive power of Local $k-$WL with other GNN hierarchies and show that given a bound on the time-complexity, our methods are more expressive than the ones mentioned in Papp and Wattenhofer[2022a].

PDF Abstract

Datasets


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Subgraph Counting - Chordal C4 Synthetic Graph InSigGNN MAE 0.0 # 1
Subgraph Counting - Triangle Synthetic Graph InSig MAE 0.0 # 2
Subgraph Counting - C4 Synthetic Graph InSigGNN MAE 0.0 # 2
Subgraph Counting - 2 star Synthetic Graph InSigGNN MAE 0.0 # 1
Subgraph Counting - 3 Star Synthetic Graph InSigGNN MAE 0.0 # 2
Subgraph Counting - Triangle Synthetic Graph InSigGNN MAE 0.0 # 2
Subgraph Counting - K4 Synthetic Graph InSigGNN MAE 0.0 # 1

Methods