Set-based Neural Network Encoding Without Weight Tying
Bruno Andreis, Soro Bedionita, Philip H. S. Torr, Sung Ju Hwang
TL;DR
This work tackles predicting neural network properties from trained parameters across architectures. It introduces the Set-based Neural Network Encoder (SNE), which encodes networks of arbitrary architecture by chunking weights into sets, applying set-to-set and set-to-vector operations, and aggregating layer encodings into a fixed-size network representation $z_{x_i}\in\mathbb{R}^h$ that feeds a property predictor. A key novelty is learning minimal weight-space equivariance without weight tying via Logit Invariance Regularization, enabling a single encoder to handle diverse architectures. The authors validate SNE on implicit neural representations and CNN/Transformer model zoos, demonstrating superior cross-dataset and cross-architecture transfer, scalability, and data efficiency, with strong quantitative gains over baselines.
Abstract
We propose a neural network weight encoding method for network property prediction that utilizes set-to-set and set-to-vector functions to efficiently encode neural network parameters. Our approach is capable of encoding neural networks in a model zoo of mixed architecture and different parameter sizes as opposed to previous approaches that require custom encoding models for different architectures. Furthermore, our \textbf{S}et-based \textbf{N}eural network \textbf{E}ncoder (SNE) takes into consideration the hierarchical computational structure of neural networks. To respect symmetries inherent in network weight space, we utilize Logit Invariance to learn the required minimal invariance properties. Additionally, we introduce a \textit{pad-chunk-encode} pipeline to efficiently encode neural network layers that is adjustable to computational and memory constraints. We also introduce two new tasks for neural network property prediction: cross-dataset and cross-architecture. In cross-dataset property prediction, we evaluate how well property predictors generalize across model zoos trained on different datasets but of the same architecture. In cross-architecture property prediction, we evaluate how well property predictors transfer to model zoos of different architecture not seen during training. We show that SNE outperforms the relevant baselines on standard benchmarks.
