paper-with-me

Papers

Parameter Re-Initialization through Cyclical Batch Size Schedules

2018-12-04 · Norman Mu, Zhewei Yao, Amir Gholami, Kurt Keutzer, Michael Mahoney

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 $61\%$, in addition to its flexibility in enabling snapshot ensembling and use with adversarial training.

📄 PDF Abstract BibTeX arXiv:1812.01216

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationimage-classificationImage ClassificationLanguage ModelingLanguage ModellingNatural Language Inference

Similar Papers 제목 키워드 기반

General Cyclical Training of Neural Networks

2022-02-17 · Leslie N. Smith

This paper describes the principle of "General Cyclical Training" in machine learning, where training starts and ends with "easy training" and the "hard training" happens during the middle epochs. We propose several mani…

Data AugmentationKnowledge Distillation

Batch Normalization has Multiple Benefits: An Empirical Study on Residual Networks

2019-09-25 · Soham De, Samuel L Smith

Many state of the art models rely on two architectural innovations; skip connections and batch normalization. However batch normalization has a number of limitations. It breaks the independence between training examples …

Stagewise Enlargement of Batch Size for SGD-based Learning

2020-02-26 · Shen-Yi Zhao, Yin-Peng Xie, Wu-Jun Li

Existing research shows that the batch size can seriously affect the performance of stochastic gradient descent~(SGD) based learning, including training speed and generalization ability. A larger batch size typically res…

Linear Convergence of SGD on Overparametrized Shallow Neural Networks

2021-09-29 · Paul Rolland, Ali Ramezani-Kebrya, ChaeHwan Song, Fabian Latorre 외

Despite the non-convex landscape, first-order methods can be shown to reach global minima when training overparameterized neural networks, where the number of parameters far exceed the number of training data. In this wo…

The Effect of Network Width on Stochastic Gradient Descent and Generalization: an Empirical Study

2019-05-09 · Daniel S. Park, Jascha Sohl-Dickstein, Quoc V. Le, Samuel L. Smith

We investigate how the final parameters found by stochastic gradient descent are influenced by over-parameterization. We generate families of models by increasing the number of channels in a base network, and then perfor…