Papers › The general theory of permutation equivarant neural networks and higher order graph...

The general theory of permutation equivarant neural networks and higher order graph variational encoders

8 Apr 2020arXiv:2004.03990archive 2025-07-28

Erik Henning Thiede, Truong Son Hy, Risi Kondor

Previous work on symmetric group equivariant neural networks generally only considered the case where the group acts by permuting the elements of a single vector. In this paper we derive formulae for general permutation equivariant layers, including the case where the layer acts on matrices by permuting their rows and columns simultaneously. This case arises naturally in graph learning and relation learning applications. As a specific case of higher order permutation equivariant networks, we present a second order graph variational encoder, and show that the latent distribution of equivariant generative models must be exchangeable. We demonstrate the efficacy of this architecture on the tasks of link prediction in citation graphs and molecular graph generation.

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="2004.03990")

Code

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

By repository: community (archive-listed): 17 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.

HyTruongSon/InvariantGraphNetworks-Pytorch mentioned on GitHubpytorchApache-2.0 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

17 samples harvested; 0 ran; 0 honoured the contract we drafted; 17 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.

17unverified

Licence: 0 of the 17 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 HyTruongSon/InvariantGraphNetworks-Pytorch. “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.

contractions_1_to_2 HyTruongSon/InvariantGraphNetworks-Pytorch/layers/equivariant_linear_pytorch.py community (archive-listed) unverified Apache-2.0 (permissive) · 4113e73b8e651245 · report
contractions_2_to_1 HyTruongSon/InvariantGraphNetworks-Pytorch/layers/equivariant_linear_pytorch.py community (archive-listed) unverified Apache-2.0 (permissive) · 41b894391f32ef3f · report
contractions_2_to_2 HyTruongSon/InvariantGraphNetworks-Pytorch/layers/equivariant_linear_pytorch.py community (archive-listed) unverified Apache-2.0 (permissive) · 99dea333f1ce36a4 · report
create_dirs HyTruongSon/InvariantGraphNetworks-Pytorch/utils/dirs.py community (archive-listed) unverified Apache-2.0 (permissive) · dbb32e482cdfa29f · report
create_experiment_results_plot HyTruongSon/InvariantGraphNetworks-Pytorch/utils/doc_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 3f8d0c8cb6a5095a · report
diag_offdiag_maxpool HyTruongSon/InvariantGraphNetworks-Pytorch/layers/layers_tensorflow.py community (archive-listed) unverified Apache-2.0 (permissive) · b637b741fdd6538e · report
equi_1_to_2 HyTruongSon/InvariantGraphNetworks-Pytorch/layers/equivariant_linear_tensorflow.py community (archive-listed) unverified Apache-2.0 (permissive) · c089ca28caf1a6a0 · report
equi_2_to_1 HyTruongSon/InvariantGraphNetworks-Pytorch/layers/equivariant_linear_tensorflow.py community (archive-listed) unverified Apache-2.0 (permissive) · 4e2c13b0790eec98 · report
equi_2_to_2 HyTruongSon/InvariantGraphNetworks-Pytorch/layers/equivariant_linear_tensorflow.py community (archive-listed) unverified Apache-2.0 (permissive) · 4cd16870808e812e · report
get_config_from_json HyTruongSon/InvariantGraphNetworks-Pytorch/utils/config.py community (archive-listed) unverified Apache-2.0 (permissive) · bbc60ae90dd59aa6 · report
get_folders_list HyTruongSon/InvariantGraphNetworks-Pytorch/utils/doc_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · cafbbd753bd6b8ef · report
get_parameter_split HyTruongSon/InvariantGraphNetworks-Pytorch/data_loader/data_helper.py community (archive-listed) unverified Apache-2.0 (permissive) · 1374773c3779cad4 · report
get_train_val_indexes HyTruongSon/InvariantGraphNetworks-Pytorch/data_loader/data_helper.py community (archive-listed) unverified Apache-2.0 (permissive) · b1c9223c4b465f96 · report
load_dataset HyTruongSon/InvariantGraphNetworks-Pytorch/data_loader/data_helper.py community (archive-listed) unverified Apache-2.0 (permissive) · 55e50ba79f0412ba · report
process_config HyTruongSon/InvariantGraphNetworks-Pytorch/utils/config.py community (archive-listed) unverified Apache-2.0 (permissive) · cc544ec1bdf41536 · report
spatial_dropout HyTruongSon/InvariantGraphNetworks-Pytorch/layers/layers_tensorflow.py community (archive-listed) unverified Apache-2.0 (permissive) · 362c182fd87c2f6d · report
spatial_dropout_imp HyTruongSon/InvariantGraphNetworks-Pytorch/layers/layers_tensorflow.py community (archive-listed) unverified Apache-2.0 (permissive) · 2e78228460e2c02f · report

Tasks

Graph GenerationGraph LearningLink PredictionMolecular Graph Generation

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