Reply to Official Review by Reviewer ApvT [1/2]
We thank the reviewers for acknowledging our contributions. Here we provide further clarifications to address the reviewer's questions and concerns.
> One might argue that there isn't much technical novelty, as the two lower bound constructions are adaptations of previous know lower bounds (essentially the Nemirovski function and the Nesterov function), with relatively similar analyses to prior works. Personally, I do not think this should prevent acceptance, as the authors explain what are the key differences, and the optimization community would benefit from these lower bounds being published.
We appreciate the reviewer for acknowledging our differences and novelties, as we believe that the Nemirovski function and the Nesterov function serve more as general frameworks for proving lower bounds, and numerous papers on lower bounds in various settings (e.g., deterministic and stochastic, first-order and high-order, etc.) build on these constructions. It is the specific techniques applied along the way that allow for achieving tight results under different settings, e.g., in our $q>p+\nu$ case, the application of the newly proposed truncated Gaussian smoothing, the choice of $\ell\_\infty$ truncation, and proving its smoothing properties in Lemma 1, which we believe is technically non-trivial.
> In line 168 it is argued that Gaussian smoothing is dim-free, whereas uniform (over an l2 ball) is not. I believe this might be wrong, since they are essentially the same. Gaussian smoothing is nearly the same as uniform smoothing over an l2 ball with radius
$\sqrt{d}$, since the distributions are nearly the same by concentration of measure. So it's just that the authors seem to be comparing a $\delta$-approximation smoothing to a $\delta\sqrt{d}$-approximation, which clearly wouldn't have the same smoothing parameters. Is this the case, or am I missing something? Similarly, I believe the same is true for softmax smoothing, which isn't really dim-free since the approximation parameter has a $\log d$
factor. So making is $\delta$-approximate would mean that the smoothness constant is $\log d / \delta$, no? This is a milder logarithmic dependence as opposed to polynomial, but still not entirely dim-free.
We would kindly note that we are not saying uniform smoothing over **any** $\ell\_2$-ball is dimension-dependent, but over a **unit** $\ell\_2$-ball (in lines 161 to 163), that is, a $\ell\_2$-ball with radius 1, in contrast to the radius $\sqrt{d}$ the reviewer proposed. Indeed, uniform smoothing over an $\ell\_2$-ball with radius $\sqrt{d}$ is also dimension-free by setting $u=\sqrt{d}$ in Lemma 8 of [Duchi et. al. 2012], which justifies why Gaussian smoothing is also dimension-free. And by "dimension-free", we mean exactly that there is not a $d$ factor in the smoothness constants in Lemma 9 of [Duchi et. al. 2012] with $u$ not dependent on $d$ or Theorem 7 of [Bullins 2020] with $\mu$ not dependent on $d$. Furthermore, the $\delta$ in our paper measures the radius of the local region, i.e., $\Vert\mathbf{x} - \mathbf{x}_s\Vert \leq \frac{\delta}{2}$ in lines 300-301, not the approximation error of $g(\mathbf{x}) - G(\mathbf{x})$ in lines 233-234 Lemma 3 (ii).
Nevertheless, we agree that there is a connection between the approximation and the smoothness constant, where one can move the $d$ in the smoothness constant to approximation error by controlling the degree of smoothing, e.g., as the reviewer pointed out, for softmax smoothing, by setting the $\mu = \frac{1}{\log d}$ in Theorem 7 of [Bullins 2020], the approximation error $f(\mathbf{x}) \leq f^{softmax}(\mathbf{x}) \leq f(\mathbf{x}) + p\mu \log d$ reduces to a constant $p \mu \log d = p$ whereas the smoothness constant becomes $d$-dependent. With that said, we regard the parameter controlling the degree of smoothing as a constant parameter to begin with in this paper.
In addition, the question raised by the reviewer has led the authors to further examine whether uniform smoothing within an $\ell\_2$-ball with radius $\sqrt{d}$ would work, e.g., Lemma 8 of [Duchi et. al. 2012] is identical to our Lemma 14 if $u = \sqrt{d}$. The answer is negative because the radius of the local region would then be $d$-dependent, i.e., $\Vert \mathbf{x} - \mathbf{x}_s \Vert\_2 \leq 2\sqrt{d}$ in lines 300-301. This is where the $\delta$ in lines 300-301 becomes $d$-dependent, (instead of the approximation error the reviewer referred to) and breaks the derivation there.