Papers › SizeShiftReg: a Regularization Method for Improving Size-Generalization in Graph...

SizeShiftReg: a Regularization Method for Improving Size-Generalization in Graph Neural Networks

16 Jul 2022arXiv:2207.07888archive 2025-07-28

Davide Buffelli, Pietro Liò, Fabio Vandin

In the past few years, graph neural networks (GNNs) have become the de facto model of choice for graph classification. While, from the theoretical viewpoint, most GNNs can operate on graphs of any size, it is empirically observed that their classification performance degrades when they are applied on graphs with sizes that differ from those in the training data. Previous works have tried to tackle this issue in graph classification by providing the model with inductive biases derived from assumptions on the generative process of the graphs, or by requiring access to graphs from the test domain. The first strategy is tied to the quality of the assumptions made for the generative process, and requires the use of specific models designed after the explicit definition of the generative process of the data, leaving open the question of how to improve the performance of generic GNN models in general settings. On the other hand, the second strategy can be applied to any GNN, but requires access to information that is not always easy to obtain. In this work we consider the scenario in which we only have access to the training data, and we propose a regularization strategy that can be applied to any GNN to improve its generalization capabilities from smaller to larger graphs without requiring access to the test data. Our regularization is based on the idea of simulating a shift in the size of the training graphs using coarsening techniques, and enforcing the model to be robust to such a shift. Experimental results on standard datasets show that popular GNN models, trained on the 50% smallest graphs in the dataset and tested on the 10% largest graphs, obtain performance improvements of up to 30% when trained with our regularization strategy.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2207.07888")

Code

Syntology Ran 0 of 14 code samples harvested from 1 repository linked to this paper; 14 have no recorded run.

By repository: official repository: 14 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

DavideBuffelli/SizeShiftReg officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 0 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

14unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from DavideBuffelli/SizeShiftReg. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

NMI DavideBuffelli/SizeShiftReg/lib/spectralcoarsening/measure.py official repository unverified MIT (permissive) · d1969d403abd4c25 · report
build_mlp DavideBuffelli/SizeShiftReg/lib/models.py official repository unverified MIT (permissive) · c58bcdcfacb955cf · report
compute_deg_hist DavideBuffelli/SizeShiftReg/lightning_modules.py official repository unverified MIT (permissive) · 397dd927942e5077 · report
cosine_distance DavideBuffelli/SizeShiftReg/lib/spectralcoarsening/measure.py official repository unverified MIT (permissive) · bc4f109b9a9d0897 · report
get_batch_coarse_ratios DavideBuffelli/SizeShiftReg/lib/coarsening_utils.py official repository unverified MIT (permissive) · 0d99791d10f56d2a · report
get_batch_num_coarse_nodes DavideBuffelli/SizeShiftReg/lib/coarsening_utils.py official repository unverified MIT (permissive) · a549b167e11bdf64 · report
get_induced DavideBuffelli/SizeShiftReg/lib/run_escape.py official repository unverified MIT (permissive) · 9d9def7109076311 · report
l2diff DavideBuffelli/SizeShiftReg/losses.py official repository unverified MIT (permissive) · 5cd8693437b867bc · report
normalizeLaplacian DavideBuffelli/SizeShiftReg/lib/spectralcoarsening/laplacian.py official repository unverified MIT (permissive) · d524f08b3c8216c1 · report
normalized_L1 DavideBuffelli/SizeShiftReg/lib/spectralcoarsening/measure.py official repository unverified MIT (permissive) · 4194a9ca7b6a070a · report
regular_partition DavideBuffelli/SizeShiftReg/lib/spectralcoarsening/coarsening.py official repository unverified MIT (permissive) · dbba509e5ffbbcc0 · report
spectraLaplacian DavideBuffelli/SizeShiftReg/lib/spectralcoarsening/laplacian.py official repository unverified MIT (permissive) · 8e93224440d8475a · report
spectraLaplacian_two_end_n DavideBuffelli/SizeShiftReg/lib/spectralcoarsening/laplacian.py official repository unverified MIT (permissive) · 2e4e27a20ff75a66 · report
stratified_ksplit DavideBuffelli/SizeShiftReg/lib/data.py official repository unverified MIT (permissive) · 32c5157cc6e049fe · report

Tasks

Graph Classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Test

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections