English

Differentially Private Sparse Linear Regression with Heavy-tailed Responses

Machine Learning 2025-06-10 v1 Cryptography and Security

Abstract

As a fundamental problem in machine learning and differential privacy (DP), DP linear regression has been extensively studied. However, most existing methods focus primarily on either regular data distributions or low-dimensional cases with irregular data. To address these limitations, this paper provides a comprehensive study of DP sparse linear regression with heavy-tailed responses in high-dimensional settings. In the first part, we introduce the DP-IHT-H method, which leverages the Huber loss and private iterative hard thresholding to achieve an estimation error bound of O~(s12(logdn)ζ1+ζ+s1+2ζ2+2ζ(log2dnε)ζ1+ζ) \tilde{O}\biggl( s^{* \frac{1 }{2}} \cdot \biggl(\frac{\log d}{n}\biggr)^{\frac{\zeta}{1 + \zeta}} + s^{* \frac{1 + 2\zeta}{2 + 2\zeta}} \cdot \biggl(\frac{\log^2 d}{n \varepsilon}\biggr)^{\frac{\zeta}{1 + \zeta}} \biggr) under the (ε,δ)(\varepsilon, \delta)-DP model, where nn is the sample size, dd is the dimensionality, ss^* is the sparsity of the parameter, and ζ(0,1]\zeta \in (0, 1] characterizes the tail heaviness of the data. In the second part, we propose DP-IHT-L, which further improves the error bound under additional assumptions on the response and achieves O~((s)3/2logdnε). \tilde{O}\Bigl(\frac{(s^*)^{3/2} \log d}{n \varepsilon}\Bigr). Compared to the first result, this bound is independent of the tail parameter ζ\zeta. Finally, through experiments on synthetic and real-world datasets, we demonstrate that our methods outperform standard DP algorithms designed for ``regular'' data.

Keywords

Cite

@article{arxiv.2506.06861,
  title  = {Differentially Private Sparse Linear Regression with Heavy-tailed Responses},
  author = {Xizhi Tian and Meng Ding and Touming Tao and Zihang Xiang and Di Wang},
  journal= {arXiv preprint arXiv:2506.06861},
  year   = {2025}
}

Comments

Accepted at ECML 2025

R2 v1 2026-07-01T03:05:05.918Z