English

Growing Neural Networks: Dynamic Evolution through Gradient Descent

Machine Learning 2025-07-29 v2 Disordered Systems and Neural Networks

Abstract

In contrast to conventional artificial neural networks, which are structurally static, we present two approaches for evolving small networks into larger ones during training. The first method employs an auxiliary weight that directly controls network size, while the second uses a controller-generated mask to modulate neuron participation. Both approaches optimize network size through the same gradient-descent algorithm that updates the network's weights and biases. We evaluate these growing networks on nonlinear regression and classification tasks, where they consistently outperform static networks of equivalent final size. We then explore the hyperparameter space of these networks to find associated scaling relations relative to their static counterparts. Our results suggest that starting small and growing naturally may be preferable to simply starting large, particularly as neural networks continue to grow in size and energy consumption.

Keywords

Cite

@article{arxiv.2501.18012,
  title  = {Growing Neural Networks: Dynamic Evolution through Gradient Descent},
  author = {Anil Radhakrishnan and John F. Lindner and Scott T. Miller and Sudeshna Sinha and William L. Ditto},
  journal= {arXiv preprint arXiv:2501.18012},
  year   = {2025}
}

Comments

11 pages, 9 figures; adding scaling results, revised introduction, abstract, and title

R2 v1 2026-06-28T21:24:43.600Z