paper-with-me

홈 › Papers

Permutation Equivariant Neural Functionals

2023-02-27 · NeurIPS 2023 11 · Allan Zhou, KaiEn Yang, Kaylee Burns, Adriano Cardace, Yiding Jiang, Samuel Sokota, J. Zico Kolter, Chelsea Finn

This work studies the design of neural networks that can process the weights or gradients of other neural networks, which we refer to as neural functional networks (NFNs). Despite a wide range of potential applications, including learned optimization, processing implicit neural representations, network editing, and policy evaluation, there are few unifying principles for designing effective architectures that process the weights of other networks. We approach the design of neural functionals through the lens of symmetry, in particular by focusing on the permutation symmetries that arise in the weights of deep feedforward networks because hidden layer neurons have no inherent order. We introduce a framework for building permutation equivariant neural functionals, whose architectures encode these symmetries as an inductive bias. The key building blocks of this framework are NF-Layers (neural functional layers) that we constrain to be permutation equivariant through an appropriate parameter sharing scheme. In our experiments, we find that permutation equivariant neural functionals are effective on a diverse set of tasks that require processing the weights of MLPs and CNNs, such as predicting classifier generalization, producing "winning ticket" sparsity masks for initializations, and classifying or editing implicit neural representations (INRs). In addition, we provide code for our models and experiments at https://github.com/AllanYangZhou/nfn.

📄 PDF Abstract BibTeX arXiv:2302.14040

Code (2)

allanyangzhou/nfn 공식 구현 pytorch
jkalogero/scalegmn pytorch

Tasks

Inductive Bias

Similar Papers 제목 키워드 기반

Universal Neural Functionals

2024-02-07 · Allan Zhou, Chelsea Finn, James Harrison

A challenging problem in many modern machine learning tasks is to process weight-space features, i.e., to transform or extract information from the weights and gradients of a neural network. Recent works have developed p…

Neural Functional Transformers

2023-09-21 · NeurIPS 2023 11

The recent success of neural networks as implicit representation of data has driven growing interest in neural functionals: models that can process other neural networks as input by operating directly over their weight s…

On Universal Equivariant Set Networks

2019-10-06 · ICLR 2020 1 · Nimrod Segol, Yaron Lipman

Using deep neural networks that are either invariant or equivariant to permutations in order to learn functions on unordered sets has become prevalent. The most popular, basic models are DeepSets [Zaheer et al. 2017] and…

Point Cloud Segmentation

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

2020-04-08 · 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 …

Graph GenerationGraph LearningLink PredictionMolecular Graph Generation

A Permutation-Equivariant Neural Network Architecture For Auction Design

2020-03-02 · Jad Rahme, Samy Jelassi, Joan Bruna, S. Matthew Weinberg

Designing an incentive compatible auction that maximizes expected revenue is a central problem in Auction Design. Theoretical approaches to the problem have hit some limits in the past decades and analytical solutions ar…