Parameter Re-Initialization through Cyclical Batch Size Schedules
Abstract
Optimal parameter initialization remains a crucial problem for neural network training. A poor weight initialization may take longer to train and/or converge to sub-optimal solutions. Here, we propose a method of weight re-initialization by repeated annealing and injection of noise in the training process. We implement this through a cyclical batch size schedule motivated by a Bayesian perspective of neural network training. We evaluate our methods through extensive experiments on tasks in language modeling, natural language inference, and image classification. We demonstrate the ability of our method to improve language modeling performance by up to 7.91 perplexity and reduce training iterations by up to , in addition to its flexibility in enabling snapshot ensembling and use with adversarial training.
Cite
@article{arxiv.1812.01216,
title = {Parameter Re-Initialization through Cyclical Batch Size Schedules},
author = {Norman Mu and Zhewei Yao and Amir Gholami and Kurt Keutzer and Michael Mahoney},
journal= {arXiv preprint arXiv:1812.01216},
year = {2021}
}
Comments
Presented in Systems for Machine Learning Workshop at NeurIPS'18 conference