Distance-Restricted Folklore Weisfeiler-Leman GNNs with Provable Cycle Counting Power
Junru Zhou, Jiarui Feng, Xiyuan Wang, Muhan Zhang

TL;DR
This paper introduces $d$-Distance-Restricted FWL(2) GNNs, a new class of graph neural networks that efficiently count cycles up to length 6, improving expressive power while reducing computational costs.
Contribution
The paper proposes $d$-DRFWL(2) GNNs, which balance expressive power and efficiency by restricting message passing to node pairs within distance $d$, and proves their strong cycle counting capabilities.
Findings
$d$-DRFWL(2) GNNs can count all 3-6 cycles.
They are more efficient than subgraph GNNs in time and space.
Experiments confirm theoretical cycle counting power.
Abstract
The ability of graph neural networks (GNNs) to count certain graph substructures, especially cycles, is important for the success of GNNs on a wide range of tasks. It has been recently used as a popular metric for evaluating the expressive power of GNNs. Many of the proposed GNN models with provable cycle counting power are based on subgraph GNNs, i.e., extracting a bag of subgraphs from the input graph, generating representations for each subgraph, and using them to augment the representation of the input graph. However, those methods require heavy preprocessing, and suffer from high time and memory costs. In this paper, we overcome the aforementioned limitations of subgraph GNNs by proposing a novel class of GNNs -- -Distance-Restricted FWL(2) GNNs, or -DRFWL(2) GNNs. -DRFWL(2) GNNs use node pairs whose mutual distances are at most as the units for message passing to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMachine Learning in Materials Science · Computational Drug Discovery Methods · Advanced Graph Neural Networks
