paper-with-me

홈 › Papers

Equivariant Subgraph Aggregation Networks

2021-10-06 · ICLR 2022 4 · Beatrice Bevilacqua, Fabrizio Frasca, Derek Lim, Balasubramaniam Srinivasan, Chen Cai, Gopinath Balamurugan, Michael M. Bronstein, Haggai Maron

Message-passing neural networks (MPNNs) are the leading architecture for deep learning on graph-structured data, in large part due to their simplicity and scalability. Unfortunately, it was shown that these architectures are limited in their expressive power. This paper proposes a novel framework called Equivariant Subgraph Aggregation Networks (ESAN) to address this issue. Our main observation is that while two graphs may not be distinguishable by an MPNN, they often contain distinguishable subgraphs. Thus, we propose to represent each graph as a set of subgraphs derived by some predefined policy, and to process it using a suitable equivariant architecture. We develop novel variants of the 1-dimensional Weisfeiler-Leman (1-WL) test for graph isomorphism, and prove lower bounds on the expressiveness of ESAN in terms of these new WL variants. We further prove that our approach increases the expressive power of both MPNNs and more expressive architectures. Moreover, we provide theoretical results that describe how design choices such as the subgraph selection policy and equivariant neural architecture affect our architecture's expressive power. To deal with the increased computational cost, we propose a subgraph sampling scheme, which can be viewed as a stochastic version of our framework. A comprehensive set of experiments on real and synthetic datasets demonstrates that our framework improves the expressive power and overall performance of popular GNN architectures.

📄 PDF Abstract BibTeX arXiv:2110.02910

Code (1)

beabevi/esan 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Test 설명 없음
MPNN There are at least eight notable examples of models from the literature that can be described using the Message Passing Neural Networks (MPNN) framework. For simplicity we…

Similar Papers 제목 키워드 기반

A Flexible, Equivariant Framework for Subgraph GNNs via Graph Products and Graph Coarsening

2024-06-13 · Guy Bar-Shalom, Yam Eitan, Fabrizio Frasca, Haggai Maron

Subgraph Graph Neural Networks (Subgraph GNNs) enhance the expressivity of message-passing GNNs by representing graphs as sets of subgraphs. They have shown impressive performance on several tasks, but their complexity l…

Graph Learning

Fast and Distributed Equivariant Graph Neural Networks by Virtual Node Learning

2025-06-24 · Yuelin Zhang, Jiacheng Cen, Jiaqi Han, Wenbing Huang

Equivariant Graph Neural Networks (GNNs) have achieved remarkable success across diverse scientific applications. However, existing approaches face critical efficiency challenges when scaling to large geometric graphs an…

Graph Learning

GoMS: Graph of Molecule Substructure Network for Molecule Property Prediction

2025-12-13 · Shuhui Qu, Cheolwoo Park arxiv

While graph neural networks have shown remarkable success in molecular property prediction, current approaches like the Equivariant Subgraph Aggregation Networks (ESAN) treat molecules as bags of independent substructure…

Molecular Property Prediction

PISA: Prioritized Invariant Subgraph Aggregation

2025-11-27 · Ali Ghasemi, Farooq Ahmad Wani, Maria Sofia Bucarelli, Fabrizio Silvestri arxiv

Recent work has extended the invariance principle for out-of-distribution (OOD) generalization from Euclidean to graph data, where challenges arise due to complex structures and diverse distribution shifts in node attrib…

Understanding and Extending Subgraph GNNs by Rethinking Their Symmetries

2022-06-22 · Fabrizio Frasca, Beatrice Bevilacqua, Michael M. Bronstein, Haggai Maron

Subgraph GNNs are a recent class of expressive Graph Neural Networks (GNNs) which model graphs as collections of subgraphs. So far, the design space of possible Subgraph GNN architectures as well as their basic theoretic…