paper-with-me

Papers

Graphtester: Exploring Theoretical Boundaries of GNNs on Graph Datasets

2023-06-30 · Eren Akbiyik, Florian Grötschla, Beni Egressy, Roger Wattenhofer

Graph Neural Networks (GNNs) have emerged as a powerful tool for learning from graph-structured data. However, even state-of-the-art architectures have limitations on what structures they can distinguish, imposing theoretical limits on what the networks can achieve on different datasets. In this paper, we provide a new tool called Graphtester for a comprehensive analysis of the theoretical capabilities of GNNs for various datasets, tasks, and scores. We use Graphtester to analyze over 40 different graph datasets, determining upper bounds on the performance of various GNNs based on the number of layers. Further, we show that the tool can also be used for Graph Transformers using positional node encodings, thereby expanding its scope. Finally, we demonstrate that features generated by Graphtester can be used for practical applications such as Graph Transformers, and provide a synthetic dataset to benchmark node and edge features, such as positional encodings. The package is freely available at the following URL: https://github.com/meakbiyik/graphtester.

📄 PDF Abstract BibTeX arXiv:2306.17482

Code (1)

meakbiyik/graphtester 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Understanding the Message Passing in Graph Neural Networks via Power Iteration Clustering

2020-05-30 · Xue Li, Yuanzhi Cheng

The mechanism of message passing in graph neural networks (GNNs) is still mysterious. Apart from convolutional neural networks, no theoretical origin for GNNs has been proposed. To our surprise, message passing can be be…

Clustering

Uplifting the Expressive Power of Graph Neural Networks through Graph Partitioning

2023-12-14 · Asela Hevapathige, Qing Wang

Graph Neural Networks (GNNs) have paved its way for being a cornerstone in graph related learning tasks. From a theoretical perspective, the expressive power of GNNs is primarily characterised according to their ability …

graph partitioning

SGNNBench: A Holistic Evaluation of Spiking Graph Neural Network on Large-scale Graph

2025-09-16 · Huizhe Zhang, Jintang Li, Yuchang Zhu, Liang Chen 외 arxiv

Graph Neural Networks (GNNs) are exemplary deep models designed for graph data. Message passing mechanism enables GNNs to effectively capture graph topology and push the performance boundaries across various graph tasks.…

Graph Representation LearningGraph Neural Network

Spiking Graph Neural Network on Riemannian Manifolds

2024-10-23 · Li Sun, Zhenhao Huang, Qiqi Wan, Hao Peng 외

Graph neural networks (GNNs) have become the dominant solution for learning on graphs, the typical non-Euclidean structures. Conventional GNNs, constructed with the Artificial Neuron Network (ANN), have achieved impressi…

Graph Neural Network

On the Computational Capability of Graph Neural Networks: A Circuit Complexity Bound Perspective

2025-01-11 · Xiaoyu Li, YIngyu Liang, Zhenmei Shi, Zhao Song 외

Graph Neural Networks (GNNs) have become the standard approach for learning and reasoning over relational data, leveraging the message-passing mechanism that iteratively propagates node embeddings through graph structure…