Privacy-preserving logistic regression
This paper addresses the important tradeoff between privacy and learnability, when designing algorithms for learning from private databases. First we apply an idea of Dwork et al. to design a specific privacy-preserving machine learning algorithm, logistic regression. This involves bounding the sensitivity of logistic regression, and perturbing the learned classifier with noise proportional to the sensitivity. Noting that the approach of Dwork et al. has limitations when applied to other machine learning algorithms, we then present another privacy-preserving logistic regression algorithm. The algorithm is based on solving a perturbed objective, and does not depend on the sensitivity. We prove that our algorithm preserves privacy in the model due to Dwork et al., and we provide a learning performance guarantee. Our work also reveals an interesting connection between regularization and privacy.
Code (0)
등록된 구현이 없습니다.
Tasks
BIG-bench Machine LearningPrivacy PreservingregressionSensitivityMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Privacy-preserving Logistic Regression with Secret Sharing
Logistic regression (LR) is a widely used classification method for modeling binary outcomes in many medical data classification tasks. Research that collects and combines datasets from various data custodians and jurisd…
Privacy PreservingregressionPrivLogit: Efficient Privacy-preserving Logistic Regression by Tailoring Numerical Optimizers
Safeguarding privacy in machine learning is highly desirable, especially in collaborative studies across many organizations. Privacy-preserving distributed machine learning (based on cryptography) is popular to solve the…
BIG-bench Machine LearningPrivacy PreservingregressionHigh Performance Logistic Regression for Privacy-Preserving Genome Analysis
In this paper, we present a secure logistic regression training protocol and its implementation, with a new subprotocol to securely compute the activation function. To the best of our knowledge, we present the fastest ex…
Privacy PreservingregressionVocal Bursts Intensity PredictionPrivacy-Preserving Logistic Regression Training with A Faster Gradient Variant
Training logistic regression over encrypted data has been a compelling approach in addressing security concerns for several years. In this paper, we introduce an efficient gradient variant, called $quadratic$ $gradient$,…
Privacy PreservingregressionLFFR: Logistic Function For (single-output) Regression
Privacy-preserving regression in machine learning is a crucial area of research, aimed at enabling the use of powerful machine learning techniques while protecting individuals' privacy. In this paper, we implement privac…
Privacy Preservingregression