paper-with-me

Papers

Weisfeiler and Lehman Go Cellular: CW Networks

2021-06-23 · NeurIPS 2021 12 · Cristian Bodnar, Fabrizio Frasca, Nina Otter, Yu Guang Wang, Pietro Liò, Guido Montúfar, Michael Bronstein

Graph Neural Networks (GNNs) are limited in their expressive power, struggle with long-range interactions and lack a principled way to model higher-order structures. These problems can be attributed to the strong coupling between the computational graph and the input graph structure. The recently proposed Message Passing Simplicial Networks naturally decouple these elements by performing message passing on the clique complex of the graph. Nevertheless, these models can be severely constrained by the rigid combinatorial structure of Simplicial Complexes (SCs). In this work, we extend recent theoretical results on SCs to regular Cell Complexes, topological objects that flexibly subsume SCs and graphs. We show that this generalisation provides a powerful set of graph "lifting" transformations, each leading to a unique hierarchical message passing procedure. The resulting methods, which we collectively call CW Networks (CWNs), are strictly more powerful than the WL test and not less powerful than the 3-WL test. In particular, we demonstrate the effectiveness of one such scheme, based on rings, when applied to molecular graph problems. The proposed architecture benefits from provably larger expressivity than commonly used GNNs, principled modelling of higher-order signals and from compressing the distances between nodes. We demonstrate that our model achieves state-of-the-art results on a variety of molecular datasets.

📄 PDF Abstract BibTeX arXiv:2106.12575

Code (2)

twitter-research/cwn 공식 구현 pytorch
josefhoppe/cwn-random-ccs pytorch

Tasks

Graph ClassificationGraph Property PredictionGraph Regression

Similar Papers 제목 키워드 기반

The PWLR Graph Representation: A Persistent Weisfeiler-Lehman scheme with Random Walks for Graph Classification

2022-08-29 · Sun Woo Park, Yun Young Choi, Dosang Joe, U Jin Choi 외

This paper presents the Persistent Weisfeiler-Lehman Random walk scheme (abbreviated as PWLR) for graph representations, a novel mathematical framework which produces a collection of explainable low-dimensional represent…

Graph Classification

WL-Align: Weisfeiler-Lehman Relabeling for Aligning Users across Networks via Regularized Representation Learning

2022-12-29 · Li Liu, Penggang Chen, Xin Li, William K. Cheung 외

Aligning users across networks using graph representation learning has been found effective where the alignment is accomplished in a low-dimensional embedding space. Yet, achieving highly precise alignment is still chall…

Graph Representation LearningRepresentation Learning

A Persistent Weisfeiler–Lehman Procedure for Graph Classification

2019-06-09 · Proceedings of the 36th International Conference on Machine Learning 2019 6 · Bastian Rieck, Christian Bock, Karsten Borgwardt

The Weisfeiler–Lehman graph kernel exhibits competitive performance in many graph classification tasks. However, its subtree features are not able to capture connected components and cycles, topological features known fo…

ClassificationGeneral ClassificationGraph ClassificationTopological Data Analysis

The Weisfeiler-Lehman Distance: Reinterpretation and Connection with GNNs

2023-02-01 · Samantha Chen, Sunhyuk Lim, Facundo Mémoli, Zhengchao Wan 외

In this paper, we present a novel interpretation of the so-called Weisfeiler-Lehman (WL) distance, introduced by Chen et al. (2022), using concepts from stochastic processes. The WL distance aims at comparing graphs with…

Weisfeiler-Lehman meets Gromov-Wasserstein

2022-02-05 · Samantha Chen, Sunhyuk Lim, Facundo Mémoli, Zhengchao Wan 외

The Weisfeiler-Lehman (WL) test is a classical procedure for graph isomorphism testing. The WL test has also been widely used both for designing graph kernels and for analyzing graph neural networks. In this paper, we pr…

Isomorphism Testing