LFFR: Logistic Function For (single-output) Regression
John Chiang

TL;DR
This paper introduces LFFR, a novel homomorphic regression algorithm using the logistic function, enabling privacy-preserving complex relation modeling with efficient training via a fixed Hessian approach.
Contribution
The paper develops LFFR, a new efficient homomorphic logistic regression algorithm, and proposes a fixed Hessian method for privacy-preserving training applicable to complex data relations.
Findings
LFFR effectively models complex relations in encrypted data.
The fixed Hessian approach simplifies training without significant accuracy loss.
Normalized data and predictions improve training stability and ciphertext refreshment.
Abstract
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 privacy-preserving regression training using data encrypted under a fully homomorphic encryption scheme. We first examine the common linear regression algorithm and propose a (simplified) fixed Hessian for linear regression training, which can be applied for any datasets even not normalized into the range . We also generalize this constant Hessian matrix to the ridge regression version, namely linear regression which includes a regularization term to penalize large coefficients. However, our main contribution is to develop a novel and efficient algorithm called LFFR for homomorphic regression using the logistic function, which could model more complex relations between…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFault Detection and Control Systems · Control Systems and Identification
MethodsLinear Regression
