Weight Space Representation Learning with Neural Fields
Zhuoqian Yang, Mathieu Salzmann, Sabine Süsstrunk
TL;DR
The paper investigates whether neural network weights can serve as meaningful data representations by constraining optimization with a pre-trained base model and introducing multiplicative LoRA to create structured, low-dimensional weight spaces for neural fields. It develops a diffusion-based generative model operating directly on these weight representations, augmented by an asymmetric masking strategy to mitigate permutation symmetry, and a hierarchical LoRA-aware diffusion encoder to respect LoRA structure. Across 2D and 3D data, the approach yields improved reconstruction, clear semantic structure in weight space, and state-of-the-art-like generation within the weight-space paradigm, outperforming prior weight-space methods and demonstrating strong discriminative power. The work suggests that carefully parameterized weight spaces can serve as viable, interpretable representations for reconstruction, generation, and analytics, with potential implications for data compression and interpretability in neural representations.
Abstract
In this work, we investigate the potential of weights to serve as effective representations, focusing on neural fields. Our key insight is that constraining the optimization space through a pre-trained base model and low-rank adaptation (LoRA) can induce structure in weight space. Across reconstruction, generation, and analysis tasks on 2D and 3D data, we find that multiplicative LoRA weights achieve high representation quality while exhibiting distinctiveness and semantic structure. When used with latent diffusion models, multiplicative LoRA weights enable higher-quality generation than existing weight-space methods.
