paper-with-me

Papers

Provably Powerful Graph Networks

2019-05-27 · NeurIPS 2019 12 · Haggai Maron, Heli Ben-Hamu, Hadar Serviansky, Yaron Lipman

Recently, the Weisfeiler-Lehman (WL) graph isomorphism test was used to measure the expressive power of graph neural networks (GNN). It was shown that the popular message passing GNN cannot distinguish between graphs that are indistinguishable by the 1-WL test (Morris et al. 2018; Xu et al. 2019). Unfortunately, many simple instances of graphs are indistinguishable by the 1-WL test. In search for more expressive graph learning models we build upon the recent k-order invariant and equivariant graph neural networks (Maron et al. 2019a,b) and present two results: First, we show that such k-order networks can distinguish between non-isomorphic graphs as good as the k-WL tests, which are provably stronger than the 1-WL test for k>2. This makes these models strictly stronger than message passing models. Unfortunately, the higher expressiveness of these models comes with a computational cost of processing high order tensors. Second, setting our goal at building a provably stronger, simple and scalable model we show that a reduced 2-order network containing just scaled identity operator, augmented with a single quadratic operation (matrix multiplication) has a provable 3-WL expressive power. Differently put, we suggest a simple model that interleaves applications of standard Multilayer-Perceptron (MLP) applied to the feature dimension and matrix multiplication. We validate this model by presenting state of the art results on popular graph classification and regression tasks. To the best of our knowledge, this is the first practical invariant/equivariant model with guaranteed 3-WL expressiveness, strictly stronger than message passing models.

📄 PDF Abstract BibTeX arXiv:1905.11136

Code (2)

hadarser/ProvablyPowerfulGraphNetworks tf
hadarser/ProvablyPowerfulGraphNetworks_torch pytorch

Tasks

Graph ClassificationGraph LearningGraph Regression

Similar Papers 제목 키워드 기반

Empowering GNNs via Edge-Aware Weisfeiler-Leman Algorithm

2022-06-04 · Meng Liu, Haiyang Yu, Shuiwang Ji

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…

Provably Powerful Graph Neural Networks for Directed Multigraphs

2023-06-20 · Béni Egressy, Luc von Niederhäusern, Jovan Blanusa, Erik Altman 외

This paper analyses a set of simple adaptations that transform standard message-passing Graph Neural Networks (GNN) into provably powerful directed multigraph neural networks. The adaptations include multigraph port numb…

A Survey on The Expressive Power of Graph Neural Networks

2020-03-09 · Ryoma Sato

Graph neural networks (GNNs) are effective machine learning models for various graph learning problems. Despite their empirical successes, the theoretical limitations of GNNs have been revealed recently. Consequently, ma…

BIG-bench Machine LearningGraph LearningSurvey

Ego-GNNs: Exploiting Ego Structures in Graph Neural Networks

2021-07-22 · Dylan Sandfelder, Priyesh Vijayan, William L. Hamilton

Graph neural networks (GNNs) have achieved remarkable success as a framework for deep learning on graph-structured data. However, GNNs are fundamentally limited by their tree-structured inductive bias: the WL-subtree ker…

Inductive BiasNode Classification

Expressivity of Graph Neural Networks Through the Lens of Adversarial Robustness

2023-08-16 · Francesco Campi, Lukas Gosch, Tom Wollschläger, Yan Scholten 외

We perform the first adversarial robustness study into Graph Neural Networks (GNNs) that are provably more powerful than traditional Message Passing Neural Networks (MPNNs). In particular, we use adversarial robustness a…

Adversarial RobustnessSubgraph Counting