paper-with-me

Papers

A Complete Expressiveness Hierarchy for Subgraph GNNs via Subgraph Weisfeiler-Lehman Tests

2023-02-14 · Bohang Zhang, Guhao Feng, Yiheng Du, Di He, LiWei Wang

Recently, subgraph GNNs have emerged as an important direction for developing expressive graph neural networks (GNNs). While numerous architectures have been proposed, so far there is still a limited understanding of how various design paradigms differ in terms of expressive power, nor is it clear what design principle achieves maximal expressiveness with minimal architectural complexity. To address these fundamental questions, this paper conducts a systematic study of general node-based subgraph GNNs through the lens of Subgraph Weisfeiler-Lehman Tests (SWL). Our central result is to build a complete hierarchy of SWL with strictly growing expressivity. Concretely, we prove that any node-based subgraph GNN falls into one of the six SWL equivalence classes, among which $\mathsf{SSWL}$ achieves the maximal expressive power. We also study how these equivalence classes differ in terms of their practical expressiveness such as encoding graph distance and biconnectivity. Furthermore, we give a tight expressivity upper bound of all SWL algorithms by establishing a close relation with localized versions of WL and Folklore WL (FWL) tests. Our results provide insights into the power of existing subgraph GNNs, guide the design of new architectures, and point out their limitations by revealing an inherent gap with the 2-FWL test. Finally, experiments demonstrate that $\mathsf{SSWL}$-inspired subgraph GNNs can significantly outperform prior architectures on multiple benchmarks despite great simplicity.

📄 PDF Abstract BibTeX arXiv:2302.07090

Code (1)

subgraph23/swl 공식 구현 pytorch

Tasks

Subgraph Counting - 3 StarSubgraph Counting - C4Subgraph Counting - C5Subgraph Counting - C6Subgraph Counting - Tailed TriangleSubgraph Counting - Triangle

Similar Papers 제목 키워드 기반

Balancing Efficiency and Expressiveness: Subgraph GNNs with Walk-Based Centrality

2025-01-06 · Joshua Southern, Yam Eitan, Guy Bar-Shalom, Michael Bronstein 외

We propose an expressive and efficient approach that combines the strengths of two prominent extensions of Graph Neural Networks (GNNs): Subgraph GNNs and Structural Encodings (SEs). Our approach leverages walk-based cen…

Logical Expressiveness of Graph Neural Networks with Hierarchical Node Individualization

2025-06-16 · Arie Soeteman, Balder ten Cate

We propose and study Hierarchical Ego Graph Neural Networks (HEGNNs), an expressive extension of graph neural networks (GNNs) with hierarchical node individualization, inspired by the Individualization-Refinement paradig…

Isomorphism Testing

Ordered Subgraph Aggregation Networks

2022-06-22 · Chendi Qian, Gaurav Rattan, Floris Geerts, Christopher Morris 외

Numerous subgraph-enhanced graph neural networks (GNNs) have emerged recently, provably boosting the expressive power of standard (message-passing) GNNs. However, there is a limited understanding of how these approaches …

Exact Acceleration of Subgraph Graph Neural Networks by Eliminating Computation Redundancy

2024-12-24 · Qian Tao, Xiyuan Wang, Muhan Zhang, Shuxian Hu 외

Graph neural networks (GNNs) have become a prevalent framework for graph tasks. Many recent studies have proposed the use of graph convolution methods over the numerous subgraphs of each graph, a concept known as subgrap…

Computational Efficiency

Explainability in subgraphs-enhanced Graph Neural Networks

2022-09-16 · Michele Guerra, Indro Spinelli, Simone Scardapane, Filippo Maria Bianchi

Recently, subgraphs-enhanced Graph Neural Networks (SGNNs) have been introduced to enhance the expressive power of Graph Neural Networks (GNNs), which was proved to be not higher than the 1-dimensional Weisfeiler-Leman i…

Graph Classification