A note on privacy preserving iteratively reweighted least squares
Mijung Park, Max Welling

TL;DR
This paper introduces a practical privacy-preserving IRLS algorithm for linear models that overcomes sensitivity analysis and cumulative privacy loss challenges by leveraging concentrated differential privacy.
Contribution
It develops a novel privacy-preserving IRLS method that simplifies sensitivity analysis and reduces noise via concentrated differential privacy, improving accuracy.
Findings
The algorithm provides accurate private IRLS solutions.
Sensitivity analysis is simplified by treating matrix operations as post-processing.
Concentrated differential privacy reduces noise compared to traditional methods.
Abstract
Iteratively reweighted least squares (IRLS) is a widely-used method in machine learning to estimate the parameters in the generalised linear models. In particular, IRLS for L1 minimisation under the linear model provides a closed-form solution in each step, which is a simple multiplication between the inverse of the weighted second moment matrix and the weighted first moment vector. When dealing with privacy sensitive data, however, developing a privacy preserving IRLS algorithm faces two challenges. First, due to the inversion of the second moment matrix, the usual sensitivity analysis in differential privacy incorporating a single datapoint perturbation gets complicated and often requires unrealistic assumptions. Second, due to its iterative nature, a significant cumulative privacy loss occurs. However, adding a high level of noise to compensate for the privacy loss hinders from…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques · Sparse and Compressive Sensing Techniques
