paper-with-me

홈 › Papers

Limits, approximation and size transferability for GNNs on sparse graphs via graphops

2023-06-07 · NeurIPS 2023 11

Can graph neural networks generalize to graphs that are different from the graphs they were trained on, e.g., in size? In this work, we study this question from a theoretical perspective. While recent work established such transferability and approximation results via graph limits, e.g., via graphons, these only apply non-trivially to dense graphs. To include frequently encountered sparse graphs such as bounded-degree or power law graphs, we take a perspective of taking limits of operators derived from graphs, such as the aggregation operation that makes up GNNs. This leads to the recently introduced limit notion of graphops (Backhausz and Szegedy, 2022). We demonstrate how the operator perspective allows us to develop quantitative bounds on the distance between a finite GNN and its limit on an infinite graph, as well as the distance between the GNN on graphs of different sizes that share structural properties, under a regularity assumption verified for various graph sequences. Our results hold for dense and sparse graphs, and various notions of graph limits.

📄 PDF Abstract BibTeX arXiv:2306.04495

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Transferability Properties of Graph Neural Networks

2021-12-09 · Luana Ruiz, Luiz F. O. Chamon, Alejandro Ribeiro

Graph neural networks (GNNs) are composed of layers consisting of graph convolutions and pointwise nonlinearities. Due to their invariance and stability properties, GNNs are provably successful at learning representation…

Movie Recommendation

Higher-Order Graphon Neural Networks: Approximation and Cut Distance

2025-03-18 · Daniel Herbst, Stefanie Jegelka

Graph limit models, like graphons for limits of dense graphs, have recently been used to study size transferability of graph neural networks (GNNs). While most literature focuses on message passing GNNs (MPNNs), in this …

Transferability of Graph Neural Networks using Graphon and Sampling Theories

2023-07-25 · A. Martina Neuman, Jason J. Bramburger

Graph neural networks (GNNs) have become powerful tools for processing graph-based information in various domains. A desirable property of GNNs is transferability, where a trained network can swap in information from a d…

Limit Analysis of Graph Neural Networks with Wireless Conflict Graphs

2026-06-02 · Romina Garcia Camargo, Zhiyang Wang, Alejandro Ribeiro arxiv

Graph Neural Networks (GNNs) have emerged as a powerful tool for wireless resource allocation that leverages the underlying graph structure of communication networks. Their transferability property enables models trained…

A Local Graph Limits Perspective on Sampling-Based GNNs

2023-10-17 · Yeganeh Alimohammadi, Luana Ruiz, Amin Saberi

We propose a theoretical framework for training Graph Neural Networks (GNNs) on large input graphs via training on small, fixed-size sampled subgraphs. This framework is applicable to a wide range of models, including po…

Node Classification