CRLGJan 20, 2023

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

arXiv:2301.08778v129 citationsh-index: 22
Originality Incremental advance
AI Analysis

This work addresses privacy concerns in collaborative machine learning for clients and servers, offering a practical improvement over existing methods.

The paper tackles privacy leakage in Split Learning by proposing a protocol that uses Homomorphic Encryption on activation maps in a U-shaped SL setting, reducing accuracy by only 2.65% compared to plaintext training while preserving data privacy.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes