paper-with-me

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 of the research community. Different privacy notions in deep learning include privacy of data provided by data-owners and privacy of parameters and/or hyperparameters of the underlying neural network. Federated learning is a popular privacy-preserving execution environment where data-owners participate in learning the parameters collectively without leaking their respective data to other participants. However, federated learning suffers from certain security/privacy issues. In this paper, we propose Split-n-Chain, a variant of split learning where the layers of the network are split among several distributed nodes. Split-n-Chain achieves several privacy properties: data-owners need not share their training data with other nodes, and no nodes have access to the parameters and hyperparameters of the neural network (except that of the respective layers they hold). Moreover, Split-n-Chain uses blockchain to audit the computation done by different nodes. Our experimental results show that: Split-n-Chain is efficient, in terms of time required to execute different phases, and the training loss trend is similar to that for the same neural network when implemented in a monolithic fashion.

📄 PDF Abstract BibTeX arXiv:2503.07570

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningFederated LearningPrivacy PreservingPrivacy Preserving Deep Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

HLF-FSL. A Decentralized Federated Split Learning Solution for IoT on Hyperledger Fabric

2025-07-10 · Carlos Beis Penedo, Rebeca P. Díaz Redondo, Ana Fernández Vilas, Manuel Fernández Veiga 외

Collaborative machine learning in sensitive domains demands scalable, privacy preserving solutions for enterprise deployment. Conventional Federated Learning (FL) relies on a central server, introducing single points of …

Federated LearningPrivacy Preserving

Vertically Federated Graph Neural Network for Privacy-Preserving Node Classification

2020-05-25 · Chaochao Chen, Jun Zhou, Longfei Zheng, Huiwen Wu 외

Recently, Graph Neural Network (GNN) has achieved remarkable progresses in various real-world tasks on graph data, consisting of node features and the adjacent information between different nodes. High-performance GNN mo…

ClassificationGeneral ClassificationGraph Neural NetworkNode Classification+1

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

Towards Representation Identical Privacy-Preserving Graph Neural Network via Split Learning

2021-07-13 · Chuanqiang Shan, Huiyun Jiao, Jie Fu

In recent years, the fast rise in number of studies on graph neural network (GNN) has put it from the theories research to reality application stage. Despite the encouraging performance achieved by GNN, less attention ha…

Graph Neural NetworkPrivacy Preserving

Syft 0.5: A Platform for Universally Deployable Structured Transparency

2021-04-26 · Adam James Hall, Madhava Jay, Tudor Cebere, Bogdan Cebere 외

We present Syft 0.5, a general-purpose framework that combines a core group of privacy-enhancing technologies that facilitate a universal set of structured transparency systems. This framework is demonstrated through the…

Privacy Preserving