b30edec4e6b242fe.tex
1: \begin{abstract}
2: Adaptive learning rate methods have been successfully applied in many fields, especially in training deep neural networks. 
3: Recent results have shown that adaptive methods with exponential increasing weights on squared past gradients (i.e., \textsc{Adam}, \textsc{RMSProp}) may fail to converge to the optimal solution.
4: Though many algorithms, such as \amsgrad and \adamnc, have been proposed to fix the non-convergence issues, achieving a data-dependent regret bound similar to or better than \AdaGrad is still a challenge to these methods.
5: In this paper, we 
6: propose a novel adaptive method \textit{Weighted Adaptive Algorithm} (\textsc{Wada}) to tackle the non-convergence issues.
7: Unlike \amsgrad and \adamnc, we consider using a milder growing weighting strategy on squared past gradient, in which weights grow linearly.
8: Based on this idea, we propose \textit{Weighted Adaptive Gradient Method Framework} (\textsc{Wagmf}) and implement \wada algorithm on this framework.
9: Moreover, we prove that \textsc{Wada} can achieve a weighted data-dependent regret bound,  which could be better than the original regret bound of \adagrad when the gradients decrease rapidly. This bound may partially explain the good performance of \adam in practice.
10: Finally, extensive experiments 
11: demonstrate the effectiveness of \WADA and its variants in comparison with several variants of \Adam on training convex problems and deep neural networks.
12: \end{abstract}
13: