paper-with-me

Papers

Can We Use Split Learning on 1D CNN Models for Privacy Preserving Training?

2020-03-16 · Sharif Abuadbba, Kyuyeon Kim, Minki Kim, Chandra Thapa, Seyit A. Camtepe, Yansong Gao, Hyoungshick Kim, Surya Nepal

A new collaborative learning, called split learning, was recently introduced, aiming to protect user data privacy without revealing raw input data to a server. It collaboratively runs a deep neural network model where the model is split into two parts, one for the client and the other for the server. Therefore, the server has no direct access to raw data processed at the client. Until now, the split learning is believed to be a promising approach to protect the client's raw data; for example, the client's data was protected in healthcare image applications using 2D convolutional neural network (CNN) models. However, it is still unclear whether the split learning can be applied to other deep learning models, in particular, 1D CNN. In this paper, we examine whether split learning can be used to perform privacy-preserving training for 1D CNN models. To answer this, we first design and implement an 1D CNN model under split learning and validate its efficacy in detecting heart abnormalities using medical ECG data. We observed that the 1D CNN model under split learning can achieve the same accuracy of 98.9\% like the original (non-split) model. However, our evaluation demonstrates that split learning may fail to protect the raw data privacy on 1D CNN models. To address the observed privacy leakage in split learning, we adopt two privacy leakage mitigation techniques: 1) adding more hidden layers to the client side and 2) applying differential privacy. Although those mitigation techniques are helpful in reducing privacy leakage, they have a significant impact on model accuracy. Hence, based on those results, we conclude that split learning alone would not be sufficient to maintain the confidentiality of raw sequential data in 1D CNN models.

📄 PDF Abstract BibTeX arXiv:2003.12365

Code (1)

SharifAbuadbba/split-learning-1D 공식 구현

Tasks

Privacy Preserving

Similar Papers 제목 키워드 기반

Split-n-Chain: Privacy-Preserving Multi-Node Split Learning with Blockchain-Based Auditability

2025-03-10 · Mukesh Sahani, Binanda Sengupta

Deep learning, when integrated with a large amount of training data, has the potential to outperform machine learning in terms of high accuracy. Recently, privacy-preserving deep learning has drawn significant attention …

Deep LearningFederated LearningPrivacy PreservingPrivacy Preserving Deep Learning

Towards Split Learning-based Privacy-Preserving Record Linkage

2024-09-02 · Michail Zervas, Alexandros Karakasidis

Split Learning has been recently introduced to facilitate applications where user data privacy is a requirement. However, it has not been thoroughly studied in the context of Privacy-Preserving Record Linkage, a problem …

Privacy Preserving

Comparison of Privacy-Preserving Distributed Deep Learning Methods in Healthcare

2020-12-23 · Manish Gawali, Arvind C S, Shriya Suryavanshi, Harshit Madaan 외

In this paper, we compare three privacy-preserving distributed learning techniques: federated learning, split learning, and SplitFed. We use these techniques to develop binary classification models for detecting tubercul…

Binary ClassificationClassificationDeep LearningFederated Learning+2

Spatio-Temporal Split Learning for Privacy-Preserving Medical Platforms: Case Studies with COVID-19 CT, X-Ray, and Cholesterol Data

2021-08-20 · Yoo Jeong Ha, MinJae Yoo, Gusang Lee, Soyi Jung 외

Machine learning requires a large volume of sample data, especially when it is used in high-accuracy medical applications. However, patient records are one of the most sensitive private information that is not usually sh…

Computed Tomography (CT)Privacy Preserving

Vulnerability Due to Training Order in Split Learning

2021-03-26 · Harshit Madaan, Manish Gawali, Viraj Kulkarni, Aniruddha Pant

Split learning (SL) is a privacy-preserving distributed deep learning method used to train a collaborative model without the need for sharing of patient's raw data between clients. In split learning, an additional privac…

Privacy Preserving