Anderson-type acceleration method for Deep Neural Network optimization
Kazufumi Ito, Tiancheng Xue
TL;DR
The paper tackles slow convergence in neural network optimization by introducing an Anderson-type acceleration (AA) framework for stochastic gradient-based training. It builds theoretical tooling via a reduced-order method (ROM) and residual minimization to accelerate fixed-point-like iterations and compares AA with ROM. The authors demonstrate AA’s applicability to both DNNs and CNNs, applying it to MNIST and observing faster convergence and higher accuracy with fewer epochs, along with data compression considerations in CNNs. The work provides practical algorithmic recipes for integrating AA into NN training and highlights its potential to speed up large-scale neural network optimization. Overall, AA offers a cost-efficient enhancement to inner optimization loops, improving training efficiency without compromising final performance.
Abstract
In this paper we consider the neural network optimization. We develop Anderson-type acceleration method for the stochastic gradient decent method and it improves the network permanence very much. We demonstrate the applicability of the method for Deep Neural Network (DNN) and Convolution Neural Network (CNN).
