paper-with-me

홈 › Papers

Is uniform expressivity too restrictive? Towards efficient expressivity of graph neural networks

2024-10-02 · Sammy Khalife, Josué Tonelli-Cueto

Uniform expressivity guarantees that a Graph Neural Network (GNN) can express a query without the parameters depending on the size of the input graphs. This property is desirable in applications in order to have number of trainable parameters that is independent of the size of the input graphs. Uniform expressivity of the two variable guarded fragment (GC2) of first order logic is a well-celebrated result for Rectified Linear Unit (ReLU) GNNs [Barcelo & al., 2020]. In this article, we prove that uniform expressivity of GC2 queries is not possible for GNNs with a wide class of Pfaffian activation functions (including the sigmoid and tanh), answering a question formulated by [Grohe, 2021]. We also show that despite these limitations, many of those GNNs can still efficiently express GC2 queries in a way that the number of parameters remains logarithmic on the maximal degree of the input graphs. Furthermore, we demonstrate that a log-log dependency on the degree is achievable for a certain choice of activation function. This shows that uniform expressivity can be successfully relaxed by covering large graphs appearing in practical applications. Our experiments illustrates that our theoretical estimates hold in practice.

📄 PDF Abstract BibTeX arXiv:2410.01910

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Are Targeted Messages More Effective?

2024-03-11 · Martin Grohe, Eran Rosenbluth

Graph neural networks (GNN) are deep learning architectures for graphs. Essentially, a GNN is a distributed message passing algorithm, which is controlled by parameters learned from data. It operates on the vertices of a…

The Bias-Expressivity Trade-off

2019-11-09 · Julius Lauw, Dominique Macias, Akshay Trikha, Julia Vendemiatti 외

Learning algorithms need bias to generalize and perform better than random guessing. We examine the flexibility (expressivity) of biased algorithms. An expressive algorithm can adapt to changing training data, altering i…

Unifying approach to uniform expressivity of graph neural networks

2026-02-20 · Huan Luo, Jonni Virtema arxiv

The expressive power of Graph Neural Networks (GNNs) is often analysed via correspondence to the Weisfeiler-Leman (WL) algorithm and fragments of first-order logic. Standard GNNs are limited to performing aggregation ove…

Distinguished In Uniform: Self Attention Vs. Virtual Nodes

2024-05-20 · Eran Rosenbluth, Jan Tönshoff, Martin Ritzert, Berke Kisin 외

Graph Transformers (GTs) such as SAN and GPS are graph processing models that combine Message-Passing GNNs (MPGNNs) with global Self-Attention. They were shown to be universal function approximators, with two reservation…

Invariant-Stratified Propagation for Expressive Graph Neural Networks

2026-03-02 · Asela Hevapathige, Ahad N. Zehmakan, Asiri Wijesinghe, Saman Halgamuge arxiv

Graph Neural Networks (GNNs) face fundamental limitations in expressivity and capturing structural heterogeneity. Standard message-passing architectures are constrained by the 1-dimensional Weisfeiler-Leman (1-WL) test, …

Graph ClassificationNode Classification