A Randomized Block-Coordinate Adam online learning optimization algorithm

Yangfan Zhou,Mingchuan Zhang,Junlong Zhu,Ruijuan Zheng,Qingtao Wu
DOI: https://doi.org/10.1007/s00521-020-04718-9
2020-01-01
Abstract:In recent years, stochastic gradient descent (SGD) becomes one of the most important optimization algorithms in many fields, such as deep learning and reinforcement learning. However, the computation of full gradient in SGD is prohibitive when dealing with high-dimensional vectors. For this reason, we propose a randomized block-coordinate Adam (RBC-Adam) online learning optimization algorithm. At each round, RBC-Adam randomly chooses a variable from a subset of parameters to compute the gradient and updates the parameters along the negative gradient direction. Moreover, this paper analyzes the convergence of RBC-Adam and obtains the regret bound, O(√(T)) , where T is a time horizon. The theoretical results are verified by simulated experiments on four public datasets. Moreover, the simulated experiment results show that the computational cost of RBC-Adam is lower than the variants of Adam.
What problem does this paper attempt to address?