paper-with-me

홈 › Papers

RPWithPrior: Label Differential Privacy in Regression

2026-01-30 · Haixia Liu, Ruifan Huang arxiv

With the wide application of machine learning techniques in practice, privacy preservation has gained increasing attention. Protecting user privacy with minimal accuracy loss is a fundamental task in the data analysis and mining community. In this paper, we focus on regression tasks under $ε$-label differential privacy guarantees. Some existing methods for regression with $ε$-label differential privacy, such as the RR-On-Bins mechanism, discretized the output space into finite bins and then applied RR algorithm. To efficiently determine these finite bins, the authors rounded the original responses down to integer values. However, such operations does not align well with real-world scenarios. To overcome these limitations, we model both original and randomized responses as continuous random variables, avoiding discretization entirely. Our novel approach estimates an optimal interval for randomized responses and introduces new algorithms designed for scenarios where a prior is either known or unknown. Additionally, we prove that our algorithm, RPWithPrior, guarantees $ε$-label differential privacy. Numerical results demonstrate that our approach gets better performance compared with the Gaussian, Laplace, Staircase, and RRonBins, Unbiased mechanisms on the Communities and Crime, Criteo Sponsored Search Conversion Log, California Housing datasets.

📄 PDF Abstract BibTeX arXiv:2601.22625

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Regression with Label Differential Privacy

2022-12-12 · Badih Ghazi, Pritish Kamath, Ravi Kumar, Ethan Leeman 외

We study the task of training regression models with the guarantee of label differential privacy (DP). Based on a global prior distribution on label values, which could be obtained privately, we derive a label DP randomi…

regression

Optimal Unbiased Randomizers for Regression with Label Differential Privacy

2023-12-09 · NeurIPS 2023 11 · Ashwinkumar Badanidiyuru, Badih Ghazi, Pritish Kamath, Ravi Kumar 외

We propose a new family of label randomizers for training regression models under the constraint of label differential privacy (DP). In particular, we leverage the trade-offs between bias and variance to construct better…

regression

Private Linear Regression with Differential Privacy and PAC Privacy

2024-12-03 · Hillary Yang

Linear regression is a fundamental tool for statistical analysis, which has motivated the development of linear regression methods that satisfy provable privacy guarantees so that the learned model reveals little about a…

Privacy Preservingregression

Label Differential Privacy via Aggregation

2023-10-16 · Anand Brahmbhatt, Rishi Saket, Shreyas Havaldar, Anshul Nasery 외

In many real-world applications, due to recent developments in the privacy landscape, training data may be aggregated to preserve the privacy of sensitive training labels. In the learning from label proportions (LLP) fra…

regression

Differentially Private Regression for Discrete-Time Survival Analysis

2017-08-24 · Thông T. Nguyên, Siu Cheung Hui

In survival analysis, regression models are used to understand the effects of explanatory variables (e.g., age, sex, weight, etc.) to the survival probability. However, for sensitive survival data such as medical data, t…

regressionSurvival Analysis