**Q.1**: Practical guidance for selecting these parameters remains unclear.
> The paper's contribution heavily relies on specific parameter selection (e.g., parameters in eq.(14), boundary values in section 3.5, and the interpolation coefficient in slerp), yet practical guidance for selecting these parameters remains unclear.
***Ans for Q.1***:
Thank you for pointing out the problem.
- We agree with your point that the performance of our method is heavily related to the introduced hyperparameters. In this context, we would like to note that these hyperparameters are selected from a relatively stable range in our experiments. Specifically,$\gamma$ is within the range $[0, 0.1]$, $\mu$ and $\nu$ are within the range $[0.8, 1]$, the boundary is within the range $[2.0, 2.4]$. Users only need to set $\alpha$ and $\beta=\sqrt{1-\alpha^2-\gamma^2}$ can be automatically calculated.
- We appologize for the missing strategy to select hyperparameters. In our experiments, we select hyperparameters from a subset of images (less than 20 images) and apply these hyperparameters to the remaining images.
**Q.2**: Computational overhead and potential limitations.
> Computational overhead and potential limitations of implementing the proposed method in practical scenarios lack detailed explanation.
***Ans for Q.2***:
Thanks for your constructive suggestions. Accordingly, we have added the following explanation and discussion to our revision.
- Our method involves an extra step compared to using SDEdit for interpolation, which is the mapping of the image to the latent variable. This extra overhead will double our processing time compared to interpolate images using SDEdit. As a result, this extra overhead leads to better feature preservation, as the noise and image information are quite balanced in this case.
- Regarding potential application limitations, our paper mainly focus on image data. Thus, its effectiveness in other modalities has not been validated, which a potential limitation of our work. We will explore the posibility of our method on different modalities in our future work.
Thanks again for your constructive suggestions, and we believe the above discussion could significantly improve the quality of our paper.
**Q.3**: Further exploration to assess with diverse settings.
>The experiments are conducted under a simplified scenario where the drift coefficient $\mu(x_t,t)$ is set to zero. Further exploration is needed to assess the level of improvement and applicability in diverse domains or image types, as seen in Figure 6. The paper lacks explicit discussion on the generalizability of the method to various image sets.
***Ans for Q.3***:
Thank you very much for your valuable suggestions. Following your advice, we have conducted supplementary experiments and provide explanation to our revision.
- We set $\mu(x_t,t)=0$ following the defaul setting of previous work [1], while overlooking the potential limitation of this experimental setting. Inspired by your valuable comments, we have conducted more experiments using Stable Diffusion, and reported the results in Appendix C.2. Specifically, Stable diffusion is built upon DDPM, and the drift coefficient of DDPM is non-zero. The results demonstrate that our approach performs quite well under various settings.
- Follwing your valuble suggestion, we further verify the effectiveness of the proposed method on more datasets, including tiger-lion, peach and so on. The results are listed in Apendix C.2 demonstrating that our method can consistently achieve excellent results.
Thanks again for your constrctive suggestions. We have added the above discussion to our revised paper.
[1]Karras, T., Aittala, M., Aila, T., and Laine, S. Elucidating the design space of diffusion-based generative models. In Proc. NeurIPS, 2022.