paper-with-me

Papers

Private Incremental Regression

2017-01-04 · Shiva Prasad Kasiviswanathan, Kobbi Nissim, Hongxia Jin

Data is continuously generated by modern data sources, and a recent challenge in machine learning has been to develop techniques that perform well in an incremental (streaming) setting. In this paper, we investigate the problem of private machine learning, where as common in practice, the data is not given at once, but rather arrives incrementally over time. We introduce the problems of private incremental ERM and private incremental regression where the general goal is to always maintain a good empirical risk minimizer for the history observed under differential privacy. Our first contribution is a generic transformation of private batch ERM mechanisms into private incremental ERM mechanisms, based on a simple idea of invoking the private batch ERM procedure at some regular time intervals. We take this construction as a baseline for comparison. We then provide two mechanisms for the private incremental regression problem. Our first mechanism is based on privately constructing a noisy incremental gradient function, which is then used in a modified projected gradient procedure at every timestep. This mechanism has an excess empirical risk of $\approx\sqrt{d}$, where $d$ is the dimensionality of the data. While from the results of [Bassily et al. 2014] this bound is tight in the worst-case, we show that certain geometric properties of the input and constraint set can be used to derive significantly better results for certain interesting regression problems.

📄 PDF Abstract BibTeX arXiv:1701.01093

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learningregression

Similar Papers 제목 키워드 기반

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

TIDo: Source-free Task Incremental Learning in Non-stationary Environments

2023-01-28 · Abhinit Kumar Ambastha, Leong Tze Yun

This work presents an incremental learning approach for autonomous agents to learn new tasks in a non-stationary environment. Updating a DNN model-based agent to learn new target tasks requires us to store past training …

Disease PredictionIncremental Learningobject-detectionObject Detection

Differentially Private Regression with Unbounded Covariates

2022-02-19 · Jason Milionis, Alkis Kalavasis, Dimitris Fotakis, Stratis Ioannidis

We provide computationally efficient, differentially private algorithms for the classical regression settings of Least Squares Fitting, Binary Regression and Linear Regression with unbounded covariates. Prior to our work…

regression

DPDR: Gradient Decomposition and Reconstruction for Differentially Private Deep Learning

2024-06-04 · Yixuan Liu, Li Xiong, YuHan Liu, Yujie Gu 외

Differentially Private Stochastic Gradients Descent (DP-SGD) is a prominent paradigm for preserving privacy in deep learning. It ensures privacy by perturbing gradients with random noise calibrated to their entire norm a…

Deep Learning

Sparse Private LASSO Logistic Regression

2023-04-24 · Amol Khanna, Fred Lu, Edward Raff, Brian Testa

LASSO regularized logistic regression is particularly useful for its built-in feature selection, allowing coefficients to be removed from deployment and producing sparse solutions. Differentially private versions of LASS…

feature selectionModel Selectionregression