Reply to reviewer YQ7m
**W1. Are DIS better than classic CS methods? References?**
**A.** Thank you for the suggestion. Please see modified section 4.1., where we cite two works on using diffusion model-based inverse problem solvers, which show that the proposed methods largely outperform the classic CS algorithms such as L1-wavelet [1] and L1-ESPiRiT [2]. While we do not directly compare ours against these CS baselines, we do compare against [3], implying superiority.
**W2, Q1. Relation between the solution to $\mathbf{y} = \mathbf{A}\mathbf{x}$ and the modified equation by left multiplying $\mathbf{A}^\top$**
**A.** Thanks for your careful observation. We agree that even after using $\mathbf{A}^*\mathbf{y} = \mathbf{A}^*\mathbf{A}\mathbf{x}$ to obtain a square matrix for Krylov method, the solution is not unique. This is why the notion of Krylov subspace is important. By enforcing that the solution lies in a specific lower-dimensional Krylov subspace whose dimension is less than equal to $\text{rank}(\mathbf{A}^*\mathbf{A})$, the ill-posedness of the zero-finding in $\mathbf{A}^*\mathbf{y} = \mathbf{A}^*\mathbf{A}\mathbf{x}$ can be overcome.
**W3, Q2. The proposed method can be applied to linear models. Can you clarify what do you mean by extending Krylov method to nonlinear problems?**
**A.** Apologies for the confusion. When solving problems with a nonlinear operator $\mathcal{A}(\cdot)$ we can change the objective to $\|\|\mathbf{y} - \mathcal{A}(\mathbf{x})\|\|_2^2/2$. Then, one can use methods such as Newton-Krylov method to linearize the given problem with Taylor approximation, and apply standard Krylov method in that approximate regime. We have modified our manuscript to elaborate without experiments as this is beyond the scope of this work.
**W4, Q3. What is the intuition behind the assumption that the tangent of the data manifold forms a Krylov subspace?**
**A.** In practical use of Krylov subspace in linear inverse solver, the approach becomes powerful and require less CG optimization step especially when the initialization is good. This is because the solution may lie in lower dimensional affine space around the initialization point.
Our diffusion inverse solvers combined with Tweedie’s denoising step gives quite a good approximation of the true solution especially when the reverse sampling progresses, so that CG may achieve a good solution with a small number of iteration. Our intuition is to find an iterative solver to satisfy the data consistency with the smallest number of iterations in order to avoid the results from falling off the correction diffusion manifold. Empirically we found that CG was one of the most powerful solvers with the initialization with diffusion solver, which led us to believe that the local tangent space may be in the form of the Krylov subspace.
We believe that the empirical study in Section F.1. does indeed show that our assumption is close to reality. That said, it would be definitely interesting to further investigate on when the assumptions will perfectly hold as a future direction of research.
**W5, Q4. Experiments: how many slices were considered? Variability of the measures and their statistical significance?**
**A.** For CS-MRI, the total number of test slices is 292. For CT, it is 448, 256, 256 slices for axial, coronal, and sagittal slices, respectively. The results reported in the Tables are the average values. For completeness, we also included the std values in Tab. 1. Due to limited space, we included the std values for Tab. 4 in Appendix Tab. 8. We do not perform statistical tests as it would require pairwise comparison of DDS against all the baseline methods.
**MC. Fig 2 caption should indicate what the numbers mean in the image**
**A.** Thank you for the careful reading. Fixed.
**References**
[1] Lustig, M., Donoho, D. and Pauly, J.M. (2007), Sparse MRI: The application of compressed sensing for rapid MR imaging. Magn. Reson. Med., 58: 1182-1195. https://doi.org/10.1002/mrm.21391
[2] Uecker, Martin, et al. "ESPIRiT—an eigenvalue approach to autocalibrating parallel MRI: where SENSE meets GRAPPA." Magnetic resonance in medicine 71.3 (2014): 990-1001.
[3] Jalal, Ajil, et al. "Robust compressed sensing MRI with deep generative priors." NeurIPS 2021.