TL;DR
This paper introduces a method to improve neural network generalization by ensembling late-stage weights, using low-dimensional models that interact multiplicatively with existing parameters, validated on benchmarks like CIFAR-10/100 and ImageNet.
Contribution
It proposes a novel late-phase weight ensembling technique with low-dimensional models that enhances neural network performance without extra computational costs.
Findings
Improved generalization on CIFAR-10/100, ImageNet, enwik8
Low-dimensional late-phase weights are effective
Theoretical analysis supports empirical results
Abstract
The largely successful method of training neural networks is to learn their weights using some variant of stochastic gradient descent (SGD). Here, we show that the solutions found by SGD can be further improved by ensembling a subset of the weights in late stages of learning. At the end of learning, we obtain back a single model by taking a spatial average in weight space. To avoid incurring increased computational costs, we investigate a family of low-dimensional late-phase weight models which interact multiplicatively with the remaining parameters. Our results show that augmenting standard models with late-phase weights improves generalization in established benchmarks such as CIFAR-10/100, ImageNet and enwik8. These findings are complemented with a theoretical analysis of a noisy quadratic problem which provides a simplified picture of the late phases of neural network learning.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
MethodsStochastic Gradient Descent
