English

GradMax: Growing Neural Networks using Gradient Information

Machine Learning 2022-06-08 v3 Computer Vision and Pattern Recognition

Abstract

The architecture and the parameters of neural networks are often optimized independently, which requires costly retraining of the parameters whenever the architecture is modified. In this work we instead focus on growing the architecture without requiring costly retraining. We present a method that adds new neurons during training without impacting what is already learned, while improving the training dynamics. We achieve the latter by maximizing the gradients of the new weights and find the optimal initialization efficiently by means of the singular value decomposition (SVD). We call this technique Gradient Maximizing Growth (GradMax) and demonstrate its effectiveness in variety of vision tasks and architectures.

Keywords

Cite

@article{arxiv.2201.05125,
  title  = {GradMax: Growing Neural Networks using Gradient Information},
  author = {Utku Evci and Bart van Merriënboer and Thomas Unterthiner and Max Vladymyrov and Fabian Pedregosa},
  journal= {arXiv preprint arXiv:2201.05125},
  year   = {2022}
}

Comments

ICLR 2022

R2 v1 2026-06-24T08:49:20.803Z