Nonlinear Acceleration of CNNs
2018-06-01Code Available0· sign in to hype
Damien Scieur, Edouard Oyallon, Alexandre d'Aspremont, Francis Bach
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/windows7lover/RegularizedNonlinearAccelerationOfficialIn paperpytorch★ 0
Abstract
The Regularized Nonlinear Acceleration (RNA) algorithm is an acceleration method capable of improving the rate of convergence of many optimization schemes such as gradient descend, SAGA or SVRG. Until now, its analysis is limited to convex problems, but empirical observations shows that RNA may be extended to wider settings. In this paper, we investigate further the benefits of RNA when applied to neural networks, in particular for the task of image recognition on CIFAR10 and ImageNet. With very few modifications of exiting frameworks, RNA improves slightly the optimization process of CNNs, after training.