Papers › Expressive Power of Invariant and Equivariant Graph Neural Networks

Expressive Power of Invariant and Equivariant Graph Neural Networks

28 Jun 2020ICLR 2021 1arXiv:2006.15646archive 2025-07-28

Waïss Azizian, Marc Lelarge

Various classes of Graph Neural Networks (GNN) have been proposed and shown to be successful in a wide range of applications with graph structured data. In this paper, we propose a theoretical framework able to compare the expressive power of these GNN architectures. The current universality theorems only apply to intractable classes of GNNs. Here, we prove the first approximation guarantees for practical GNNs, paving the way for a better understanding of their generalization. Our theoretical results are proved for invariant GNNs computing a graph embedding (permutation of the nodes of the input graph does not affect the output) and equivariant GNNs computing an embedding of the nodes (permutation of the input permutes the output). We show that Folklore Graph Neural Networks (FGNN), which are tensor based GNNs augmented with matrix multiplication are the most expressive architectures proposed so far for a given tensor order. We illustrate our results on the Quadratic Assignment Problem (a NP-Hard combinatorial problem) by showing that FGNNs are able to learn how to solve the problem, leading to much better average performances than existing algorithms (based on spectral, SDP or other GNNs architectures). On a practical side, we also implement masked tensors to handle batches of graphs of varying sizes.

PaperPDFConference PDFCodeCode 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="2006.15646")

Code

Syntology Ran 8 of 14 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 6 ran with no contract checked.

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

mlelarge/graph_neural_net officialmentioned in papermentioned on GitHubpytorch 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; 8 ran; 0 honoured the contract we drafted; 6 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.

2ran · our draft was wrong
6ran
6unverified

Licence: 2 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

GraphNorm mlelarge/graph_neural_net/models/blocks_emb.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 80b5dc122a661e5a · report
Identity mlelarge/graph_neural_net/models/blocks_emb.py official repository ran · metamorphic tier: well formed fingerprinted Apache-2.0 (permissive) · 9375f2695dc66fe0 · report
Matmul mlelarge/graph_neural_net/models/blocks_emb.py official repository ran · metamorphic tier: invariant Apache-2.0 (permissive) · 0ed647828cd8e7e6 · report
MlpBlock_Real mlelarge/graph_neural_net/models/blocks_emb.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 4dfdc22b4a6ed295 · report
base_model mlelarge/graph_neural_net/models/blocks_emb.py official repository ran · our draft was wrong Apache-2.0 (permissive) · aa2de678f6c52280 · report
block mlelarge/graph_neural_net/models/blocks_emb.py official repository ran · our draft was wrong Apache-2.0 (permissive) · d7331e9b86e16f47 · report
Concat mlelarge/graph_neural_net/models/blocks_emb.py official repository unverified Apache-2.0 (permissive) · 62b5e09668e8358b · report
MlpBlock_Real mlelarge/graph_neural_net/models/blocks_emb.py official repository unverified Apache-2.0 (permissive) · 21bde57ff07e5dcc · report
_init_weights mlelarge/graph_neural_net/models/blocks_emb.py official repository unverified Apache-2.0 (permissive) · db4528f69778c115 · report
base_model mlelarge/graph_neural_net/models/blocks_emb.py official repository unverified Apache-2.0 (permissive) · ca9b98d9883fa747 · report
block mlelarge/graph_neural_net/models/blocks_emb.py official repository unverified Apache-2.0 (permissive) · f93f27ccbc08cab8 · report
normalize mlelarge/graph_neural_net/models/blocks_emb.py official repository unverified Apache-2.0 (permissive) · 9219da3439a2613c · report
Embedding2Score RuihongQiu/FGNN/model.py community ran no licence file found · pointer only · aec2fbd3811ade54 · report
GNNModel RuihongQiu/FGNN/model.py community ran · metamorphic tier: deterministic no licence file found · pointer only · b54a3cbf74014993 · report

Tasks

Graph Embedding

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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