paper-with-me

Papers

Efficient Sparse Least Absolute Deviation Regression with Differential Privacy

2024-01-02 · Weidong Liu, Xiaojun Mao, Xiaofei Zhang, Xin Zhang

In recent years, privacy-preserving machine learning algorithms have attracted increasing attention because of their important applications in many scientific fields. However, in the literature, most privacy-preserving algorithms demand learning objectives to be strongly convex and Lipschitz smooth, which thus cannot cover a wide class of robust loss functions (e.g., quantile/least absolute loss). In this work, we aim to develop a fast privacy-preserving learning solution for a sparse robust regression problem. Our learning loss consists of a robust least absolute loss and an $\ell_1$ sparse penalty term. To fast solve the non-smooth loss under a given privacy budget, we develop a Fast Robust And Privacy-Preserving Estimation (FRAPPE) algorithm for least absolute deviation regression. Our algorithm achieves a fast estimation by reformulating the sparse LAD problem as a penalized least square estimation problem and adopts a three-stage noise injection to guarantee the $(\epsilon,\delta)$-differential privacy. We show that our algorithm can achieve better privacy and statistical accuracy trade-off compared with the state-of-the-art privacy-preserving regression algorithms. In the end, we conduct experiments to verify the efficiency of our proposed FRAPPE algorithm.

📄 PDF Abstract BibTeX arXiv:2401.01294

Code (0)

등록된 구현이 없습니다.

Tasks

Privacy Preservingregression

Similar Papers 제목 키워드 기반

Query Complexity of Least Absolute Deviation Regression via Robust Uniform Convergence

2021-02-03 · Xue Chen, Michał Dereziński

Consider a regression problem where the learner is given a large collection of $d$-dimensional data points, but can only query a small subset of the real-valued labels. How many queries are needed to obtain a $1+\epsilon…

Learning TheoryregressionStochastic Optimization

Robust regression with covariate filtering: Heavy tails and adversarial contamination

2020-09-27 · Ankit Pensia, Varun Jog, Po-Ling Loh

We study the problem of linear regression where both covariates and responses are potentially (i) heavy-tailed and (ii) adversarially contaminated. Several computationally efficient estimators have been proposed for the …

regression

Private Sketches for Linear Regression

2025-11-10 · Shrutimoy Das, Debanuj Nayak, Anirban Dasgupta arxiv

Linear regression is frequently applied in a variety of domains, some of which might contain sensitive information. This necessitates that the application of these methods does not reveal private information. Differentia…

Computational Efficiency

Robust Regression with Highly Corrupted Data via Physics Informed Neural Networks

2022-10-19 · Wei Peng, Wen Yao, Weien Zhou, Xiaoya Zhang 외

Physics-informed neural networks (PINNs) have been proposed to solve two main classes of problems: data-driven solutions and data-driven discovery of partial differential equations. This task becomes prohibitive when suc…

regression

Fast and Exact Least Absolute Deviations Line Fitting via Piecewise Affine Lower-Bounding

2025-12-22 · Stefan Volz, Martin Storath, Andreas Weinmann arxiv

Least-absolute-deviations (LAD) line fitting is robust to outliers but computationally more involved than least squares regression. Although the literature includes linear and near-linear time algorithms for the LAD line…