paper-with-me

홈 › Papers

Graph Neural Networks for Learning Equivariant Representations of Neural Networks

2024-03-18 · Miltiadis Kofinas, Boris Knyazev, Yan Zhang, Yunlu Chen, Gertjan J. Burghouts, Efstratios Gavves, Cees G. M. Snoek, David W. Zhang

Neural networks that process the parameters of other neural networks find applications in domains as diverse as classifying implicit neural representations, generating neural network weights, and predicting generalization errors. However, existing approaches either overlook the inherent permutation symmetry in the neural network or rely on intricate weight-sharing patterns to achieve equivariance, while ignoring the impact of the network architecture itself. In this work, we propose to represent neural networks as computational graphs of parameters, which allows us to harness powerful graph neural networks and transformers that preserve permutation symmetry. Consequently, our approach enables a single model to encode neural computational graphs with diverse architectures. We showcase the effectiveness of our method on a wide range of tasks, including classification and editing of implicit neural representations, predicting generalization performance, and learning to optimize, while consistently outperforming state-of-the-art methods. The source code is open-sourced at https://github.com/mkofinas/neural-graphs.

📄 PDF Abstract BibTeX arXiv:2403.12143

Code (1)

mkofinas/neural-graphs 공식 구현 pytorch

Similar Papers 제목 키워드 기반

On the Equivalence Between Temporal and Static Graph Representations for Observational Predictions

2021-03-12 · Jianfei Gao, Bruno Ribeiro

This work formalizes the associational task of predicting node attribute evolution in temporal graphs from the perspective of learning equivariant representations. We show that node representations in temporal graphs can…

Attribute

3D Equivariant Graph Implicit Functions

2022-03-31 · Yunlu Chen, Basura Fernando, Hakan Bilen, Matthias Nießner 외

In recent years, neural implicit representations have made remarkable progress in modeling of 3D shapes with arbitrary topology. In this work, we address two key limitations of such representations, in failing to capture…

Are High-Degree Representations Really Unnecessary in Equivariant Graph Neural Networks?

2024-10-15 · Jiacheng Cen, Anyi Li, Ning Lin, Yuxiang Ren 외

Equivariant Graph Neural Networks (GNNs) that incorporate E(3) symmetry have achieved significant success in various scientific applications. As one of the most successful models, EGNN leverages a simple scalarization te…

A Characterization Theorem for Equivariant Networks with Point-wise Activations

2024-01-17 · Marco Pacini, Xiaowen Dong, Bruno Lepri, Gabriele Santin

Equivariant neural networks have shown improved performance, expressiveness and sample complexity on symmetrical domains. But for some specific symmetries, representations, and choice of coordinates, the most common poin…

E(n) Equivariant Graph Neural Networks

2021-02-19 · Victor Garcia Satorras, Emiel Hoogeboom, Max Welling

This paper introduces a new model to learn graph neural networks equivariant to rotations, translations, reflections and permutations called E(n)-Equivariant Graph Neural Networks (EGNNs). In contrast with existing metho…

Graph Property PredictionRepresentation Learning