paper-with-me

홈 › Papers

Split Ways: Privacy-Preserving Training of Encrypted Data Using Split Learning

2023-01-20 · Tanveer Khan, Khoa Nguyen, Antonis Michalas

Split Learning (SL) is a new collaborative learning technique that allows participants, e.g. a client and a server, to train machine learning models without the client sharing raw data. In this setting, the client initially applies its part of the machine learning model on the raw data to generate activation maps and then sends them to the server to continue the training process. Previous works in the field demonstrated that reconstructing activation maps could result in privacy leakage of client data. In addition to that, existing mitigation techniques that overcome the privacy leakage of SL prove to be significantly worse in terms of accuracy. In this paper, we improve upon previous works by constructing a protocol based on U-shaped SL that can operate on homomorphically encrypted data. More precisely, in our approach, the client applies Homomorphic Encryption (HE) on the activation maps before sending them to the server, thus protecting user privacy. This is an important improvement that reduces privacy leakage in comparison to other SL-based works. Finally, our results show that, with the optimum set of parameters, training with HE data in the U-shaped SL setting only reduces accuracy by 2.65% compared to training on plaintext. In addition, raw training data privacy is preserved.

📄 PDF Abstract BibTeX arXiv:2301.08778

Code (1)

khoaguin/split-learning-1D-HE 공식 구현 pytorch

Tasks

Privacy Preserving

Similar Papers 제목 키워드 기반

PrivFT: Private and Fast Text Classification with Homomorphic Encryption

2019-08-19 · Ahmad Al Badawi, Luong Hoang, Chan Fook Mun, Kim Laine 외

The need for privacy-preserving analytics is higher than ever due to the severity of privacy risks and to comply with new privacy regulations leading to an amplified interest in privacy-preserving techniques that try to …

ClassificationCPUGeneral ClassificationGPU+3

Continual Pretraining on Encrypted Synthetic Data for Privacy-Preserving LLMs

2026-01-09 · Honghao Liu, Xuhui Jiang, Chengjin Xu, Cehao Yang 외 arxiv

Preserving privacy in sensitive data while pretraining large language models on small, domain-specific corpora presents a significant challenge. In this work, we take an exploratory step toward privacy-preserving continu…

Continual Pretraining

I can't see it but I can Fine-tune it: On Encrypted Fine-tuning of Transformers using Fully Homomorphic Encryption

2024-02-14 · Prajwal Panzade, Daniel Takabi, Zhipeng Cai

In today's machine learning landscape, fine-tuning pretrained transformer models has emerged as an essential technique, particularly in scenarios where access to task-aligned training data is limited. However, challenges…

image-classificationImage ClassificationPrivacy Preserving

Training Machine Learning Models on Encrypted Data: A Privacy-Preserving Framework using Homomorphic Encryption

2026-04-25 · Alexandre Marques, Beatriz Sá, Rui Botelho, Pedro Pinto arxiv

The use of Machine Learning (ML) for data-driven decision-making often relies on access to sensitive datasets, which introduces privacy challenges. Traditional encryption methods protect data at rest or in transit but fa…

Love or Hate? Share or Split? Privacy-Preserving Training Using Split Learning and Homomorphic Encryption

2023-09-19 · Tanveer Khan, Khoa Nguyen, Antonis Michalas, Alexandros Bakas

Split learning (SL) is a new collaborative learning technique that allows participants, e.g. a client and a server, to train machine learning models without the client sharing raw data. In this setting, the client initia…

Privacy Preserving