Unveiling the Mystery of Weight in Large Foundation Models: Gaussian Distribution Never Fades
Chongjie Si, Jingjing Jiang, Wei Shen
TL;DR
The paper investigates why weights in large foundation models exhibit Gaussian-like distributions and how this informs adaptation and editing. Through broad empirical analysis across NLP, CV, and MM LFMs, the authors show that both pre-trained weights and transformation weights behave like Gaussian noise with i.i.d. elements; they derive a link between transformation weights and Gaussian perturbations, and hypothesize an underlying optimal weight $\mathbf{W}^*$ that is zero-mean, symmetric, and sparse with a truncated-Gaussian component and outliers. They validate these ideas with practical demonstrations in parameter-efficient fine-tuning (PEFT) and model merging, showing performance gains when leveraging Gaussian-noise-based transformations and outlier amplification. Collectively, these findings offer a physics-inspired, foundational perspective to simplify AI research on LFMs and guide more efficient adaptation, editing, and compression techniques. The work points toward a principled framework for evaluating and exploiting weight distributions, potentially enabling scalable, robust LFMs and informing future theoretical developments.
Abstract
This paper presents a pioneering exploration of the mechanisms underlying large foundation models' (LFMs) weights, aiming to simplify AI research. Through extensive observation and analysis on prevailing LFMs, we find that regardless of initialization strategies, their weights predominantly follow a Gaussian distribution, with occasional sharp, inverted T-shaped, or linear patterns. We further discover that the weights share the i.i.d. properties of Gaussian noise, and explore their direct relationship. We find that transformation weights can be derived from Gaussian noise, and they primarily serve to increase the standard deviation of pre-trained weights, with their standard deviation growing with layer depth. In other words, transformation weights broaden the acceptable deviation from the optimal weights, facilitating adaptation to downstream tasks. Building upon the above conclusions, we thoroughly discussed the nature of optimal weights, ultimately concluding that they should exhibit zero-mean, symmetry, and sparsity, with the sparse values being a truncated Gaussian distribution and a few outliers. Our experiments in LFM adaptation and editing demonstrate the effectiveness of these insights. We hope these findings can provide a foundational understanding to pave the way for future advancements in the LFM community.
