English

A Neural Scaling Law from Lottery Ticket Ensembling

Machine Learning 2024-02-05 v2 Artificial Intelligence Data Analysis, Statistics and Probability Machine Learning

Abstract

Neural scaling laws (NSL) refer to the phenomenon where model performance improves with scale. Sharma & Kaplan analyzed NSL using approximation theory and predict that MSE losses decay as NαN^{-\alpha}, α=4/d\alpha=4/d, where NN is the number of model parameters, and dd is the intrinsic input dimension. Although their theory works well for some cases (e.g., ReLU networks), we surprisingly find that a simple 1D problem y=x2y=x^2 manifests a different scaling law (α=1\alpha=1) from their predictions (α=4\alpha=4). We opened the neural networks and found that the new scaling law originates from lottery ticket ensembling: a wider network on average has more "lottery tickets", which are ensembled to reduce the variance of outputs. We support the ensembling mechanism by mechanistically interpreting single neural networks, as well as studying them statistically. We attribute the N1N^{-1} scaling law to the "central limit theorem" of lottery tickets. Finally, we discuss its potential implications for large language models and statistical physics-type theories of learning.

Keywords

Cite

@article{arxiv.2310.02258,
  title  = {A Neural Scaling Law from Lottery Ticket Ensembling},
  author = {Ziming Liu and Max Tegmark},
  journal= {arXiv preprint arXiv:2310.02258},
  year   = {2024}
}

Comments

14 pages, 13 figures. Note from authors: the theory in this paper is questionable; we are trying our best to fix it. Empirical results still stand