Papers › Equivariant Architectures for Learning in Deep Weight Spaces

Equivariant Architectures for Learning in Deep Weight Spaces

30 Jan 2023arXiv:2301.12780archive 2025-07-28

Aviv Navon, Aviv Shamsian, Idan Achituve, Ethan Fetaya, Gal Chechik, Haggai Maron

Designing machine learning architectures for processing neural networks in their raw weight matrix form is a newly introduced research direction. Unfortunately, the unique symmetry structure of deep weight spaces makes this design very challenging. If successful, such architectures would be capable of performing a wide range of intriguing tasks, from adapting a pre-trained network to a new domain to editing objects represented as functions (INRs or NeRFs). As a first step towards this goal, we present here a novel network architecture for learning in deep weight spaces. It takes as input a concatenation of weights and biases of a pre-trained MLP and processes it using a composition of layers that are equivariant to the natural permutation symmetry of the MLP's weights: Changing the order of neurons in intermediate layers of the MLP does not affect the function it represents. We provide a full characterization of all affine equivariant and invariant layers for these symmetries and show how these layers can be implemented using three basic operations: pooling, broadcasting, and fully connected layers applied to the input in an appropriate manner. We demonstrate the effectiveness of our architecture and its advantages over natural baselines in a variety of learning tasks.

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

Code

Syntology Ran 17 of 34 code samples harvested from 2 repositories linked to this paper; 17 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 14 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 11 ran; community (archive-listed): 19 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

AvivNavon/DWSNets officialmentioned in papermentioned on GitHubpytorch report
jkalogero/scalegmn mentioned 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

34 samples harvested; 17 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.

2ran · our draft was wrong
1ran · fixture could not drive it
14ran
17unverified

Licence: 0 of the 34 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.

Attn AvivNavon/DWSNets/nn/layers/weight_to_weight.py official repository ran MIT (permissive) · b7b3c9250967458c · report
BaseLayer AvivNavon/DWSNets/nn/layers/weight_to_weight.py official repository ran MIT (permissive) · 749cec24623f3134 · report
FromFirstLayer AvivNavon/DWSNets/nn/layers/weight_to_weight.py official repository ran MIT (permissive) · c5e8282ae61f6295 · report
FromLastLayer AvivNavon/DWSNets/nn/layers/weight_to_weight.py official repository ran MIT (permissive) · 0dcb212b6ae589d6 · report
MAB AvivNavon/DWSNets/nn/layers/weight_to_weight.py official repository ran MIT (permissive) · dfdb026b20ec9c69 · report
NonNeighborInternalLayer AvivNavon/DWSNets/nn/layers/weight_to_weight.py official repository ran MIT (permissive) · 69443da94832c609 · report
SAB AvivNavon/DWSNets/nn/layers/weight_to_weight.py official repository ran MIT (permissive) · 7929083636f127c7 · report
SetKroneckerSetLayer AvivNavon/DWSNets/nn/layers/weight_to_weight.py official repository ran MIT (permissive) · 258566dbabd1a7e5 · report
SetLayer AvivNavon/DWSNets/nn/layers/weight_to_weight.py official repository ran MIT (permissive) · 5bdb738dcf56334c · report
ToFirstLayer AvivNavon/DWSNets/nn/layers/weight_to_weight.py official repository ran MIT (permissive) · 24e755539712d3aa · report
ToLastLayer AvivNavon/DWSNets/nn/layers/weight_to_weight.py official repository ran MIT (permissive) · fe81153f8418e6f3 · report
GeneralMatrixSetLayer AvivNavon/DWSNets/nn/layers/weight_to_weight.py official repository unverified MIT (permissive) · 18f6ecf173b8d90f · report
GeneralSetLayer AvivNavon/DWSNets/nn/layers/weight_to_weight.py official repository unverified MIT (permissive) · a1787eb42cb85a8a · report
WeightToWeightBlock AvivNavon/DWSNets/nn/layers/weight_to_weight.py official repository unverified MIT (permissive) · ec1054fbb47b1286 · report
evaluate avivnavon/dwsnets/experiments/mnist/trainer.py official repository unverified MIT (permissive) · 4d48f663c05399f4 · report
DeepSet jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) ran MIT (permissive) · fbbb08156decace0 · report
GraphInit jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) ran MIT (permissive) · 99b2d300b891ce85 · report
SineUpdate jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) ran fingerprinted MIT (permissive) · 621ace76d6201550 · report
get_edge_types jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) ran · our draft was wrong MIT (permissive) · adc3a85b7d5652a3 · report
get_node_types jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 7d466a0a2fae42ba · report
graph_to_wb jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · f8f76184e7d43e05 · report
BaseScaleGMN jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) unverified MIT (permissive) · 2a78602f4718460d · report
EdgeUpdate jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) unverified MIT (permissive) · 9c77538d64ffc753 · report
GNN_layer jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) unverified MIT (permissive) · b1bbaf40374412c7 · report
GNN_layer_aggr jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) unverified MIT (permissive) · 854d0920747d8ccc · report
PermScaleInvariantReadout jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) unverified MIT (permissive) · 949b907b6475fde9 · report
PositionalEncoding jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) unverified MIT (permissive) · 6d0190116d5a66fb · report
ScaleEq_GNN_layer jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) unverified MIT (permissive) · 763b5c0f24526e0c · report
ScaleGMN_GNN jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) unverified MIT (permissive) · ce35a061c9b59121 · report
ScaleGMN_GNN_bidir jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) unverified MIT (permissive) · c73057a5d50237ba · report
ScaleGMN_GNN_fw jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) unverified MIT (permissive) · fa9b3269eb251c79 · report
ScaleGMN_GNN_layer_aggr jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) unverified MIT (permissive) · 4bc57d760e6c8aa1 · report
ScaleGMN_equiv jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) unverified MIT (permissive) · b9118d28b09d5b70 · report
base_GNN_layer jkalogero/scalegmn/src/scalegmn/models.py community (archive-listed) unverified MIT (permissive) · af6555f8eb5878c6 · report

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