Response to Reviewer FCcu
We thank the reviewer for the insightful comments and questions. We would like to provide the following discussions regarding the weakness part and questions.
**Weakness: Assumptions limits the applicability to the setting of interests, as neural networks.**
We appreciate the reviewer's idea that theoretical assumptions can limit the application of the theory. But we also want to kindly note that our key novel assumption, the anisotropic generalized smoothness assumption has been verified by GPT-2 experiments in Figure 1, which provide a certain degree of evidence for bridging the theory and practice in realistic settings like training neural networks.
**Question: Better Comparison with (Maladkar et. al. 2024).**
Thanks for the question. The starting point of this work and Maladkar et. al. (2024) is quite similar in that we both utilize anisotropic smoothness assumptions to obtain better convergence results for AdaGrad. However, there are some major differences between the two papers.
1. As we noted in the paper, our results apply to the anisotropic generalized smoothness settings. This is a more general setting that can well describe practical neural network training (as shown in Figure 1) and covers the results in Maladkar et. al. (2024).
2. We include a convex part in our paper, which is a simpler case for illustrating the power of anisotropic assumptions. Based on this part and our new assumption and theory, we also did various empirical verifications in the experiment part, which provides strong evidence for our theory.
3. We also note that compared to ours, Maladkar et. al. (2024) introduced a lower bound for gradient $\ell_1$-norm convergence of SGD under nonconvex anisotropic assumptions, which may help a more rigorous comparison between SGD and AdaGrad in the nonconvex case. However, as we have discussed in Section 4, it's not clear whether $\ell_1$-norm is a better convergence measure and it actually depends on the properties of the training curvature.
To conclude, both the work contribute to a better theoretical understanding of the benefits of adaptive gradient methods.
We have also included this more detailed discussion in our revision. Thanks again for the constructive suggestion.
**Question: Is much work required to generalize to Adam?**
We believe generalization to Adam should be applicable, but technical issues remain. Basically the main problem is how to deal with the momentum together with the adaptive gradient preconditioner in the stochastic nonconvex cases, which makes most Adam analysis worse than AdaGrad ones, in terms of worse convergence rates and/or stricter noise assumptions. Because of the failure to prove the benefits of adding the momentum term, currently, we think an extension to Adam might only provide little insight. However, this should definitely be a good future direction.