DeepWeightFlow: Re-Basined Flow Matching for Generating Neural Network Weights
Saumya Gupta, Scott Biggs, Moritz Laber, Zohair Shafi, Robin Walters, Ayan Paul
TL;DR
DeepWeightFlow introduces Flow Matching directly in neural network weight space to generate complete, high-quality weight sets across architectures without task-conditioned training. It leverages canonicalization (Git Re-Basin for MLP/ResNet and TransFusion for ViT) to resolve permutation symmetries, enabling efficient, diverse weight generation that does not require post-generation fine-tuning. The approach scales to large weights using Incremental and Dual PCA and achieves strong transferability across datasets, outperforming several diffusion-based baselines in speed and sometimes in performance. This work opens a path toward rapid, scalable generation of diverse neural networks for vision and NLP tasks, with practical implications for model distribution, transfer learning, and on-device adaptation.
Abstract
Building efficient and effective generative models for neural network weights has been a research focus of significant interest that faces challenges posed by the high-dimensional weight spaces of modern neural networks and their symmetries. Several prior generative models are limited to generating partial neural network weights, particularly for larger models, such as ResNet and ViT. Those that do generate complete weights struggle with generation speed or require finetuning of the generated models. In this work, we present DeepWeightFlow, a Flow Matching model that operates directly in weight space to generate diverse and high-accuracy neural network weights for a variety of architectures, neural network sizes, and data modalities. The neural networks generated by DeepWeightFlow do not require fine-tuning to perform well and can scale to large networks. We apply Git Re-Basin and TransFusion for neural network canonicalization in the context of generative weight models to account for the impact of neural network permutation symmetries and to improve generation efficiency for larger model sizes. The generated networks excel at transfer learning, and ensembles of hundreds of neural networks can be generated in minutes, far exceeding the efficiency of diffusion-based methods. DeepWeightFlow models pave the way for more efficient and scalable generation of diverse sets of neural networks.
