paper-with-me

홈 › Papers

Fine-Grained Expressive Power of Weisfeiler-Leman: A Homomorphism Counting Perspective

2024-10-04 · Junru Zhou, Muhan Zhang

The ability of graph neural networks (GNNs) to count homomorphisms has recently been proposed as a practical and fine-grained measure of their expressive power. Although several existing works have investigated the homomorphism counting power of certain GNN families, a simple and unified framework for analyzing the problem is absent. In this paper, we first propose \emph{generalized folklore Weisfeiler-Leman (GFWL)} algorithms as a flexible design basis for expressive GNNs, and then provide a theoretical framework to algorithmically determine the homomorphism counting power of an arbitrary class of GNN within the GFWL design space. As the considered design space is large enough to accommodate almost all known powerful GNNs, our result greatly extends all existing works, and may find its application in the automation of GNN model design.

📄 PDF Abstract BibTeX arXiv:2410.03517

Code (1)

zml72062/pebble_game 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Weisfeiler and Leman Go Walking: Random Walk Kernels Revisited

2022-05-22 · Nils M. Kriege

Random walk kernels have been introduced in seminal work on graph learning and were later largely superseded by kernels based on the Weisfeiler-Leman test for graph isomorphism. We give a unified view on both classes of …

Graph Learning

Weisfeiler and Leman Go Infinite: Spectral and Combinatorial Pre-Colorings

2022-01-31 · Or Feldman, Amit Boyarski, Shai Feldman, Dani Kogan 외

Graph isomorphism testing is usually approached via the comparison of graph invariants. Two popular alternatives that offer a good trade-off between expressive power and computational efficiency are combinatorial (i.e., …

Computational EfficiencyIsomorphism TestingOpen-Ended Question Answering

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…

Weisfeiler and Leman Go Measurement Modeling: Probing the Validity of the WL Test

2023-07-11 · Arjun Subramonian, Adina Williams, Maximilian Nickel, Yizhou Sun 외

The expressive power of graph neural networks is usually measured by comparing how many pairs of graphs or nodes an architecture can possibly distinguish as non-isomorphic to those distinguishable by the $k$-dimensional …

Weisfeiler and Leman go sparse: Towards scalable higher-order graph embeddings

2019-04-02 · NeurIPS 2020 12 · Christopher Morris, Gaurav Rattan, Petra Mutzel

Graph kernels based on the $1$-dimensional Weisfeiler-Leman algorithm and corresponding neural architectures recently emerged as powerful tools for (supervised) learning with graphs. However, due to the purely local natu…

General ClassificationGraph ClassificationGraph LearningGraph Regression