We thank the Reviewer for the careful and detailed review as well as the constructive feedback.
1.Response to Weakness
We acknowledge the gap between the upper and lower bounds established in our work. However, as sparse linear regression is a fundamental problem in both statistics and differential privacy, we do not think such gaps undermine our contributions. Here are the reasons:
Only the work (Wang \& Xu (2021)) has studied sparse linear regression in the LDP model. However, the problem is still far from well understood: (1) For lower bounds, previous results only consider the case where $k=1$ and it is technically difficult to extend to the general $k$ sparse case. **Prior to our work, there are no comparable lower bounds!** We give non-trivial proofs for our lower bounds by constructing hard instances that might be instructive for other research problems. (2) For the upper bound in the NLDP model, **we give the first algorithm with a non-trivial upper bound since there is even no previous study due to the one-round communication constraints in the model!** Moreover, the closed-form private estimator for sparse linear regression is highly efficient, and can readily be applied to other problems. (3) Even the investigation of the upper bound in the interactive setting is still quite deficient. Previous work claims the rate is already optimal for $k=1$. **However, we found a flaw in their approach and the proof of the upper bound is partly mistaken.** We then gave a correct upper bound.
In summary, sparse linear regression in the LDP model is quite difficult and challenging even in the interactive setting but our upper and lower bounds represent a significant leap forward in addressing this insufficiently studied problem.
For the assumption that $n\geq O(d^4)$, note that it is only used in the non-interactive case and we do not need such an assumption in the interactive setting. As we mentioned in Remark 3, this assumption is to ensure the private covariance matrix is invertible. We can relax such an assumption when there is some public unlabeled data.
2.Response to Q1
Yes, $\ell_2$-norm is a commonly used metric for our problem. Firstly, many previous works employ the same metric [2] or adopt a metric that can be easily converted to parameter $\ell_2$-norm error bound [3]. Secondly, we can easily transform the $\ell_2$-norm bound to $||\theta^{{priv }}-\theta^*||_\Sigma$ because it is less than
$ \lambda_{\max}(\Sigma)||\theta^{{priv }}-\theta^*||_2^2.$
Theorem 4.2 in [4] adopts $||\theta^{{priv }}-\theta^*||_{\Sigma}$. However, in their proof, they first analyzed the convergence rate of $\ell_2$-norm error.
Then armed with the boundedness and normalized rows of design matrix assumptions, they were able to develop the bound on $||\theta^{{priv }}-\theta^*||_{\Sigma}$ based on $\ell_2$-norm bound. Note that these assumptions are stronger than our Assumptions 1 and 2, therefore here we discuss the error in $\ell_2$-norm.
3.Answer to Q2 (regarding sparsity $k$ in Algorithm 1)
No, $k$ is not used in our Algorithm 1. However, the sparsity in our proposed estimator $\hat{\theta}^{priv}$ is preserved by setting element-wise soft-thresolding operator's parameter $\lambda_n$ to some constant of size $O(\frac{d\log n \sqrt{\frac{1}{\delta}}}{\sqrt{n}\epsilon})$. $\lambda_n$ serves as a constraint of the $\ell_\infty$-norm error and introduced an extra error term of $O(\sqrt{k})$ when it comes to computing the $\ell_2$-norm error. Note that such phenomenon is quite common in the non-private case, such as the optimal regularization parameter in LASSO [1]
4. Answer to Q3
In the non-interactive setting, we cannot say we need to privately estimate the covariance matrix. However, for our method, we have to do this due to our closed-form estimator.
If we interpret your question correctly, "Can you privatize the two terms in the OLS solution together?", you are asking whether we can perturb our non-private estimator as a whole. Unfortunately, we cannot adopt the output perturbation method, i.e., adding some Gamma noise to $\hat{\theta}^{OLS}$. First, output perturbation does not preserve LDP. Secondly, according to the DP theory, the scale of the noise should be proportional to the $\ell_2$-norm sensitivity, which can be bounded through clipping operation or if the data are assumed to be bounded. However, this method fails since the magnitude of noise needs to grow polynomially with $\sqrt{\frac{d}{n}}$, causing the estimation error much larger. Moreover, the $\ell_2$-norm sensitivity is bounded only with some probability due to the existence of the inverse of the covariance matrix, indicating the algorithm does not satisfy DP.