Response to Reviewer MrsP
Thank you for your positive feedback and suggestions!
**Q1**. The experiments are not comprehensive enough, for example, the paper finds that the variance error of ASGD is always larger than that of SGD, but there is not enough experimental support for this claim.
**A1**. Thank you for your suggestion. We have provided additional experiments to justify that the variance error of ASGD is larger than that of SGD. We have also provided additional experiments that compare both the bias error and the variance error of ASGD and SGD for linear regression instances with different spectra of $\mathbf{H}$, including $\lambda_k=k^{-2}$, $\lambda_k=k\log (k+1)$ and $\lambda_k=e^{-k/2}$. In these experiments, we use the same hyperparameters as those used in Section 6. $\mathbf{w}_0$ is initialized as $\mathbf{w}_0=10\cdot\\mathbf{e}\_1$, representing the case where $\mathbf{w}_0-\mathbf{w}^*$ is refined mainly to the subspace of large eigenvalues, or $\mathbf{w}_0=10\cdot\mathbf{e}\_{10}$, representing the case where $\mathbf{w}_0-\mathbf{w}^*$ is refined mainly to the subspace of small eigenvalues. The experimental results are shown in Figures 3-5 in Appendix A. From our experiments, we can observe that the variance error of ASGD is larger than that of SGD, and that the bias error of ASGD is smaller when $\mathbf{w}_0-\mathbf{w}^*$ is refined mainly to the subspace of small eigenvalues. Please refer to Appendix A in the revision for more details.
---
**Q2**. How is overparameterization reflected in Theorem 4.1?
**A2**. The excess risk bound provided in Theorem 4.1 is not explicitly related to the model dimension $d$. Instead, it depends on $k^*$ which is referred to as the effective dimension. For many data covariance matrix $\mathbf{H}$, even if $d$ is very large or even goes to infinity (i.e., overparameterization regime), $k^*$ can still be small or finite, and the excess risk bound does not go to infinity. This improves previous results that explicitly depend on the model dimension $d$ (Jain et al. 2018). This is how overparameterization is reflected in Theorem 4.1.
---
**Q3**. Please provide a more detailed explanation of the challenges encountered in theoretical analysis and how to address them in the submission.
**A3**. The most significant challenge is that, different from previous methods analyzing SGD (Zou et al. ,2021; Wu et al. ,2022), the monotonicity of the second moment for the bias error $\mathbf{B}_t$ is violated in ASGD. Therefore, we need to calculate the explicit expression of $\mathbf{A}_i^k$, and analyze quantities like those in Lemma K.5, Lemma K.6 and Lemma K.7.
Another challenge is the identification of the eigenvalue cutoffs $k^\dagger$, $k^\ddagger$, $\hat k$ and $k^*$. This is much more complicated than SGD because $\lambda_i$ significantly affects the decay rate of $\mathbf{A}_i^k$. Specifically, the eigenvalues of $\mathbf{A}_i$ can be complex or real, which also depends on $\lambda_i$. As a comparison, in the SGD results (Zou et al. ,2021; Wu et al. ,2022), there are only two cutoffs for eigenvalue.
Last but not least, we develop a new choice of parameters (Eq. (4.2)) for ASGD in the overparameterized regime. This choice of parameters is obtained through a fine-grained analysis of the effect of fourth-moment (see details in Appendix F.2), where we manage to avoid the model dimension $d$ in our choice of parameters.
---
**Q4**. Can you provide more instances that satisfy Assumption 3.2?
**A4**. Yes. The first example is: $\mathbf{H}^{-1/2}\mathbf{x}$ is $\sigma^2$-sub-Gaussian, then Assumption 3.2 is satisfied with $\psi=16\sigma^4$ (see Lemma A.1 of Zou et al., 2021). Another example is: $\mathbf{H}^{-1/2}\mathbf{x}$ is $\sigma^2$-sub-exponential, then Assumption 3.2 is also satisfied with $\psi=256\sigma^4$.
---
Jain et al. "Accelerating stochastic gradient descent for least squares regression." In Conference On Learning Theory, pp. 545-604. PMLR, 2018.
Zou et al. "Benign overfitting of constant-stepsize SGD for linear regression." In Conference on Learning Theory, pp. 4633-4635. PMLR, 2021.
Wu et al. "Last iterate risk bounds of sgd with decaying stepsize for overparameterized linear regression." In International Conference on Machine Learning, pp. 24280-24314. PMLR, 2022.