LGSep 1, 2021

The Impact of Reinitialization on Generalization in Convolutional Neural Networks

arXiv:2109.00267v124 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of poor generalization in neural networks with limited data, offering a practical solution for small datasets, though it is incremental as it builds on existing reinitialization techniques.

The paper tackles the problem of improving generalization in convolutional neural networks for small training sets by studying reinitialization methods, finding that a new layerwise reinitialization algorithm outperforms previous methods and increases accuracy, with demonstrated improvements across 12 benchmark datasets.

Recent results suggest that reinitializing a subset of the parameters of a neural network during training can improve generalization, particularly for small training sets. We study the impact of different reinitialization methods in several convolutional architectures across 12 benchmark image classification datasets, analyzing their potential gains and highlighting limitations. We also introduce a new layerwise reinitialization algorithm that outperforms previous methods and suggest explanations of the observed improved generalization. First, we show that layerwise reinitialization increases the margin on the training examples without increasing the norm of the weights, hence leading to an improvement in margin-based generalization bounds for neural networks. Second, we demonstrate that it settles in flatter local minima of the loss surface. Third, it encourages learning general rules and discourages memorization by placing emphasis on the lower layers of the neural network. Our takeaway message is that the accuracy of convolutional neural networks can be improved for small datasets using bottom-up layerwise reinitialization, where the number of reinitialized layers may vary depending on the available compute budget.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes