A Mean Field Ansatz for Zero-Shot Weight Transfer
Xingyuan Chen, Wenwei Kuang, Lei Deng, Wei Han, Bo Bai, Goncalo dos Reis
TL;DR
The paper proposes a row-column (RC) mean-field ansatz to theoretically justify zero-shot weight transfer in neural networks, modeling weights as a structured joint distribution whose empirical measure evolves under training. By decomposing weight matrices into RC components, the authors show the weight-transfer process can be viewed as sampling from a limit RC-measure, enabling width-expansion transfers between models of different sizes. Empirical validation on MLPs (CIFAR-10) and large language models (GPT-3, Llama-3.1) demonstrates RC-consistent correlation patterns and successful weight transfer, supporting the mean-field perspective as a mechanism behind model growth and pruning. The work also provides extensive appendix material detailing the RC construction, initialization, and extensions to other architectures, while acknowledging questions about existence/uniqueness of limit measures and convergence rates in practical settings.
Abstract
The pre-training cost of large language models (LLMs) is prohibitive. One cutting-edge approach to reduce the cost is zero-shot weight transfer, also known as model growth for some cases, which magically transfers the weights trained in a small model to a large model. However, there are still some theoretical mysteries behind the weight transfer. In this paper, inspired by prior applications of mean field theory to neural network dynamics, we introduce a mean field ansatz to provide a theoretical explanation for weight transfer. Specifically, we propose the row-column (RC) ansatz under the mean field point of view, which describes the measure structure of the weights in the neural network (NN) and admits a close measure dynamic. Thus, the weights of different sizes NN admit a common distribution under proper assumptions, and weight transfer methods can be viewed as sampling methods. We empirically validate the RC ansatz by exploring simple MLP examples and LLMs such as GPT-3 and Llama-3.1. We show the mean-field point of view is adequate under suitable assumptions which can provide theoretical support for zero-shot weight transfer.
