ICLR 2022poster69 citations

GradMax: Growing Neural Networks using Gradient Information

Utku Evci, Bart van Merrienboer, Thomas Unterthiner, Fabian Pedregosa, Max Vladymyrov

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 efficiently find the optimal initialization 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. We open sourced our code at https://github.com/google-research/growneuron

efficient trainingefficientcomputer visionarchitecture search
BibTeX
@inproceedings{
evci2022gradmax,
title={GradMax: Growing Neural Networks using Gradient Information},
author={Utku Evci and Bart van Merrienboer and Thomas Unterthiner and Fabian Pedregosa and Max Vladymyrov},
booktitle={International Conference on Learning Representations},
year={2022},
url={https://openreview.net/forum?id=qjN4h_wwUO}
}
GradMax: Growing Neural Networks using Gradient Information · ICLR 2022