Rebuttal
We thank the reviewer for their detailed reading and comments. We address the comments and questions below.
> **Q2. sampling $d$ estimators per data point**
The requirement of $d$ i.i.d. function evaluations per data point stems from the limit of our analysis technique in order to reduce the variance by a factor of $d$ and achieve the optimal dimension dependence. Exploring whether alternative methods can achieve the same dimension dependence without requiring $d$ function evaluations per data point, or showing the necessity of this requirement, remains an interesting open question. That said, we emphasize that these $d$ function evaluations are using the same sample, and so do not require more data samples.
> **DP mechanisms in previous DP optimization algorithms**
We thank the reviewer's constructive suggestion and will expand the discussion on DP mechanisms in the related works section. Here's a brief overview:
DP guarantees in gradient-based optimization are typically achieved by adding Gaussian noise to stochastic gradients and then applying a non-DP algorithm. The noise variance depends on the sensitivity of these gradients, thus making the design of low-sensitivity gradient estimators a key focus in our paper. In Appendix E, we show that applying this approach to our setting results in significantly worse bounds. More advanced approaches in the literature use private amplification mechanisms to reduce noise levels while maintaining DP guarantees. These methods include amplification by subsampling [1], iteration [2], and shuffling [3], and are commonly applied in DP optimization algorithms to achieve better privacy guarantees. Particularly, the tree mechanism that we use is also one of those mechanisms for privately summing a sequence of updates [4].
For illustration, DP-SGD [5] adds Gaussian noise to stochastic gradients of standard SGD and utilizes subsampling for amplification. Private SpiderBoost [6], building on the non-private SpiderBoost, employs the tree mechanism for noise reduction.
> **Q1.**
In Section 1.1, we intended to indicate that our rate matches the state-of-the-art, as demonstrated by Kornowski and Shamir (2023), and that the non-private component of the bound matches the optimal rate in terms of $\epsilon$ and $\delta$.. We'll revise our wording for clarity.
Regarding the lower bound for zeroth-order non-smooth non-convex optimization, no formal proof exists for $\Omega(d\delta^{-1}\epsilon^{-3})$ to our knowledge. However, Cutkosky et. al. (2023) proved a $\delta^{-1}\epsilon^{-3}$ lower bound for first-order non-smooth non-convex problems, suggesting our algorithm is optimal in terms of $\delta,\epsilon$. Moreover, Duchi et. al. (2013) showed a $d\epsilon^{-2}$ lower bound for the zeroth-order convex and smooth problem with one function evaluation per iteration. This finding suggests that the lower bound of the zeroth-order non-smooth, non-convex problem is likely to exhibit some dimension dependence.
**References**
[1] Bassily, R., Smith, A., and Thakurta, A., “Differentially Private Empirical Risk Minimization: Efficient Algorithms and Tight Error Bounds”, *arXiv e-prints*, 2014. doi:10.48550/arXiv.1405.7085.
[2] Feldman, V., Mironov, I., Talwar, K., and Thakurta, A., “Privacy Amplification by Iteration”, *arXiv e-prints*, 2018. doi:10.48550/arXiv.1808.06651.
[3] Erlingsson, Ú., Feldman, V., Mironov, I., Raghunathan, A., Talwar, K., and Thakurta, A., “Amplification by Shuffling: From Local to Central Differential Privacy via Anonymity”, *arXiv e-prints*, 2018. doi:10.48550/arXiv.1811.12469.
[4] Cynthia Dwork, Moni Naor, Toniann Pitassi, and Guy N. Rothblum. 2010. Differential privacy under continual observation. In Proceedings of the forty-second ACM symposium on Theory of computing (STOC '10). Association for Computing Machinery, New York, NY, USA, 715–724. https://doi.org/10.1145/1806689.1806787
[5] Abadi, M., Chu, A., Goodfellow, I., McMahan, H. B., Mironov, I., Talwar, K., Zhang, L., “Deep Learning with Differential Privacy”, *arXiv e-prints*, 2016. doi:10.48550/arXiv.1607.00133.
[6] Arora, R., Bassily, R., González, T., Guzmán, C., Menart, M., and Ullah, E., “Faster Rates of Convergence to Stationary Points in Differentially Private Optimization”, *arXiv e-prints*, 2022. doi:10.48550/arXiv.2206.00846.
[7] Kornowski, G. and Shamir, O., “An Algorithm with Optimal Dimension-Dependence for Zero-Order Nonsmooth Nonconvex Stochastic Optimization”, *arXiv e-prints*, 2023. doi:10.48550/arXiv.2307.04504.
[8] Cutkosky, A., Mehta, H., and Orabona, F., “Optimal Stochastic Non-smooth Non-convex Optimization through Online-to-Non-convex Conversion”, *arXiv e-prints*, 2023. doi:10.48550/arXiv.2302.03775.
[9] Duchi, J. C., Jordan, M. I., Wainwright, M. J., and Wibisono, A., “Optimal rates for zero-order convex optimization: the power of two function evaluations”, *arXiv e-prints*, 2013. doi:10.48550/arXiv.1312.2139.