Authors' Answers #1 for Reviewer tZ3Y
**1. About bounded gradient assumption**
While we appreciate the reviewer’s feedback on our analysis approach, we wish to gently push back on the statement questioning our use of the bounded gradient assumption by emphasizing that we are in the adaptive optimization setting.
Specifically, we believe that your statement, “most existing algorithms have relaxed this assumption in their works,” does not apply for the analysis of *adaptive optimization algorithms like Adam*. In fact, to our knowledge, most (if not all) existing analyses for Adam-type optimizers use either bounded gradient or bounded variance assumptions in some form or another.
We believe that the reviewer may be referring to relaxing this assumption in the analysis of SGD-type optimizers: in this case, the bounded gradient assumption can indeed be removed. In our analysis, we can also remove the bounded gradient condition if we drop the adaptive preconditioning in LDAdam and consider its SGD-type base. However, our clear aim is to design an Adam-type optimizer for deep learning applications.
As we mentioned in the main text, this bounded gradient assumption is standard in the adaptive optimization literature: please see (Reddi et al., 2019; Chen et al., 2019; Defossez et al., 2022; Li et al., 2022; Xie et al., 2023; Zhou et al., 2024; Modoranu et al., 2024). Attempting to relax the bounded gradient condition, some works (Shi et al., 2020; Zhang et al., 2022; Wang et al., 2022) resorted to using a strong growth condition (which is not necessarily a relaxation over bounded gradient condition) or bounded stochastic noise conditions (Li et al., 2023) (Hong and Lin, 2024). Extremely recent work–appearing just a couple of weeks ago–achieved an optimal rate by modifying Adam and only slightly relaxing the bounded gradient assumption by requiring the *expected* gradient norm to be bounded (Taniguchi et al., NeurIPS 2024).
We hope this justifies our use of this standard assumption–we will further clarify this point in the next version of the paper.
**2. Difference between LDAdam and GaLore**
In our view, the analytical assumptions made in GaLore are quite non-standard, and therefore it is impossible to perform a like-for-like comparison of the analyses.
Concretely, please note that the theoretical justification and convergence analysis in Galore refers to a vanilla SGD optimizer (please see Lemma 3.3 and Theorem 3.8 there), and uses *fixed* low-rank projection matrices throughout the optimization process, which is not something that the actual algorithm implements. Importantly, for the analysis to work, it is also assumed that the minimal eigenvalues of some matrices need to be extremely large: please see the min_t kappa_t lower bound.
By contrast, our analysis is performed under standard preconditions for adaptive optimization: we make essentially the same assumptions as the analysis of AMSGrad / AMSComp. Thus, our work unifies the practical direction of research into memory-efficient optimization, initiated by GaLore, with the large body of work on analyzing various efficient versions of Adam/AMSGrad under a standard set of assumptions.
**References:**
(Shi et al., 2020) Naichen Shi, Dawei Li, Mingyi Hong, and Ruoyu Sun. Rmsprop converges with proper hyperparameter. In International Conference on Learning Representations, 2020.
(Zhang et al., 2022) Yushun Zhang, Congliang Chen, Naichen Shi, Ruoyu Sun, and Zhi-Quan Luo. Adam can converge without any modification on update rules. Advances in Neural Information Processing Systems, 2022.
(Wang et al., 2022) Bohan Wang, Yushun Zhang, Huishuai Zhang, Qi Meng, Zhi-Ming Ma, Tie-Yan Liu, and Wei Chen. Provable adaptivity in adam. arXiv preprint arXiv:2208.09900, 2022.
(Li et al., 2023) Haochuan Li, Ali Jadbabaie, and Alexander Rakhlin. Convergence of Adam under relaxed assumptions. arXiv preprint arXiv:2304.13972, 2023.
(Hong and Lin, 2024) Yusu Hong, Junhong Lin. On Convergence of Adam for Stochastic Optimization under Relaxed Assumptions. Conference on Neural Information Processing Systems, 2024.
(Taniguchi et al., 2024) Shohei Taniguchi, Keno Harada, Gouki Minegishi, Yuta Oshima, Seong Cheol Jeong, Go Nagahara, Tomoshi Iiyama, Masahiro Suzuki, Yusuke Iwasawa, Yutaka Matsuo. ADOPT: Modified Adam Can Converge with Any β2 with the Optimal Rate. Neural Information Processing Systems, 2024.