Invariant-Based Weight Sharing for Message Passing
Pith reviewed 2026-06-29 22:19 UTC · model grok-4.3
The pith
Indexing weights by chosen graph invariants ties MPNN expressivity directly to those invariants' discriminative power.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
ShareGNNs are message-passing networks whose weights are indexed by graph invariants; their expressivity is at least as strong as the discriminative power of the chosen invariants, supplying explicit control over model complexity through the choice of invariant.
What carries the argument
Invariant-based weight sharing, which indexes each learnable weight by a user-chosen permutation-invariant function on the graph.
If this is right
- Choosing stronger invariants yields networks that exceed 1-WL discrimination without architectural changes.
- Parameter reuse across equivalent subgraphs reduces effective model size while preserving or increasing accuracy on graph tasks.
- The same encoder-decoder structure supports both learnable adjacency and transformer-style connectivity within one framework.
- Subgraph-counting performance improves because invariants can be chosen to capture the relevant structural patterns directly.
Where Pith is reading between the lines
- The approach could be applied to other GNN layers whose parameters are currently indexed only by feature dimension.
- Different invariants could be mixed within one model to create hybrid expressivity levels not achievable by a single WL iteration count.
- The method supplies a concrete route to parameter-efficient scaling on large graphs by increasing invariant strength rather than width or depth.
Load-bearing premise
Indexing weights by graph invariants yields a well-defined, trainable network whose learned adjacency and connectivity patterns do not create optimization instabilities that erase the claimed expressivity control.
What would settle it
A pair of non-isomorphic graphs that an invariant distinguishes but on which the corresponding ShareGNN fails to produce different outputs after training, or a dataset where the model requires post-training adjustments that remove the expressivity guarantee.
Figures
read the original abstract
Message-passing neural networks (MPNNs) are a powerful framework for learning representations of graph-structured domains. However, weights in MPNNs act on features only, limiting their ability to capture structural patterns. We introduce a novel structure-aware weight sharing principle that explicitly incorporates information inherent to the graph structure. Weights are indexed directly by user-chosen graph invariants, i.e., functions preserved under node permutations, enabling systematic reuse across structurally equivalent subgraphs. We present ShareGNNs, which instantiate this principle within a simple encoder-decoder architecture, resulting in an MPNN with learnable adjacency and transformer-like connectivity. We show that their expressivity is at least as strong as the discriminative power of the chosen invariants, providing explicit control over the model complexity. Experiments on synthetic and real-world data, as well as subgraph counting tasks, demonstrate consistent improvements over standard MPNNs, competitive expressivity beyond the 1-WL test, and scalability to large datasets.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces ShareGNNs, which apply a novel invariant-based weight sharing principle to MPNNs. Weights are indexed by user-chosen graph invariants (permutation-invariant functions), enabling reuse across structurally equivalent subgraphs. The architecture is an encoder-decoder MPNN with learnable adjacency and transformer-like connectivity. The central theoretical claim is that ShareGNN expressivity is at least as strong as the discriminative power of the selected invariants, giving explicit control over complexity. Experiments on synthetic data, real-world graphs, and subgraph counting tasks report consistent gains over standard MPNNs and expressivity beyond 1-WL.
Significance. If the expressivity theorem holds and the weight-indexing construction yields a well-defined, trainable model without hidden instabilities, the work supplies a principled mechanism for modulating GNN expressivity via invariant choice. This is a potentially useful addition to the literature on structure-aware GNNs, especially if accompanied by reproducible code or machine-checked proofs (none mentioned in the abstract).
minor comments (1)
- The abstract states expressivity results and experimental gains but supplies neither the derivation, data splits, nor statistical details; the full manuscript must be examined to confirm these claims.
Simulated Author's Rebuttal
We thank the referee for their summary of our manuscript on ShareGNNs. We appreciate the acknowledgment of the potential value of invariant-based weight sharing for controlling MPNN expressivity. Below we respond to the points raised in the report.
Circularity Check
No significant circularity identified
full rationale
The abstract states a claim that ShareGNN expressivity is at least as strong as the discriminative power of chosen invariants but supplies no equations, derivations, or proofs. No self-citations, fitted parameters renamed as predictions, or self-definitional constructions are visible. Without load-bearing steps that reduce to inputs by construction, the derivation (if present in the full text) cannot be shown to be circular from the supplied material; the result is treated as self-contained.
Axiom & Free-Parameter Ledger
Reference graph
Works this paper leans on
-
[1]
URL https://doi.org/10.48550/arXiv.2403.07849
doi: 10.48550/ARXIV.2403.07849. URL https://doi.org/10.48550/arXiv.2403.07849. Raffaele Paolino, Sohir Maskey, Pascal Welke, and Gitta Kutyniok. Weisfeiler and leman go loopy: A new hierarchy for graph representational learning. In Amir Globersons, Lester Mackey, Danielle Belgrave, Angela Fan, Ulrich Paquet, Jakub M. Tomczak, and Cheng Zhang, editors,Adva...
-
[2]
doi: 10.24963/IJCAI.2021/214. URLhttps://doi.org/10.24963/ijcai.2021/214. Quang Truong and Peter Chin. Weisfeiler and lehman go paths: Learning topological features via path complexes. In Michael J. Wooldridge, Jennifer G. Dy, and Sriraam Natarajan, editors, Thirty-Eighth AAAI Conference on Artificial Intelligence, AAAI 2024, Thirty-Sixth Conference on In...
work page internal anchor Pith review Pith/arXiv arXiv doi:10.24963/ijcai.2021/214 2021
-
[3]
Each dataset is split into 10 predefined train/test folds
we also adopt the widely used standard protocol. Each dataset is split into 10 predefined train/test folds. Models are trained on the training folds with a grid of hyperparameter settings, and the configuration with the best average test accuracy across folds is used for final reporting (Table 12). ResultsIn the standard evaluation (Table 12), the perform...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.