paper-with-me

홈 › Papers

Equivariant Architectures for Learning in Deep Weight Spaces

2023-01-30 · 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.

📄 PDF Abstract BibTeX arXiv:2301.12780

Code (2)

AvivNavon/DWSNets 공식 구현 pytorch
jkalogero/scalegmn pytorch

Similar Papers 제목 키워드 기반

Scale Equivariant Neural Networks with Morphological Scale-Spaces

2021-05-04 · Mateus Sangalli, Samy Blusseau, Santiago Velasco-Forero, Jesus Angulo

The translation equivariance of convolutions can make convolutional neural networks translation equivariant or invariant. Equivariance to other transformations (e.g. rotations, affine transformations, scalings) may also …

SegmentationSemantic SegmentationTranslation

Equivariant non-linear maps for neural networks on homogeneous spaces

2025-04-29 · Elias Nyholm, Oscar Carlsson, Maurice Weiler, Daniel Persson

This paper presents a novel framework for non-linear equivariant neural network layers on homogeneous spaces. The seminal work of Cohen et al. on equivariant $G$-CNNs on homogeneous spaces characterized the representatio…

On the Expressive Power of Permutation-Equivariant Weight-Space Networks

2026-02-01 · Adir Dayan, Yam Eitan, Haggai Maron arxiv

Weight-space learning studies neural architectures that operate directly on the parameters of other neural networks. Motivated by the growing availability of pretrained models, recent work has demonstrated the effectiven…

Data Augmentations in Deep Weight Spaces

2023-11-15 · Aviv Shamsian, David W. Zhang, Aviv Navon, Yan Zhang 외

Learning in weight spaces, where neural networks process the weights of other deep neural networks, has emerged as a promising research direction with applications in various fields, from analyzing and editing neural fie…

Data AugmentationNetwork PruningQuantization

Stability Analysis of Equivariant Convolutional Representations Through The Lens of Equivariant Multi-layered CKNs

2024-08-08 · Soutrik Roy Chowdhury

In this paper we construct and theoretically analyse group equivariant convolutional kernel networks (CKNs) which are useful in understanding the geometry of (equivariant) CNNs through the lens of reproducing kernel Hilb…

Representation Learning