中文
相关论文

相关论文: Binarizing Split Learning for Data Privacy Enhance…

200 篇论文

Split learning (SL) aims to protect user data privacy by distributing deep models between client-server and keeping private data locally. In SL training with multiple clients, the local model weights are shared among the clients for local…

密码学与安全 · 计算机科学 2024-07-23 Ngoc Duy Pham , Tran Khoa Phan , Alsharif Abuadbba , Yansong Gao , Doan Nguyen , Naveen Chilamkurti

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…

密码学与安全 · 计算机科学 2023-09-19 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…

密码学与安全 · 计算机科学 2023-09-20 Tanveer Khan , Khoa Nguyen , Antonis Michalas , Alexandros Bakas

The popularity of Deep Learning (DL) makes the privacy of sensitive data more imperative than ever. As a result, various privacy-preserving techniques have been implemented to preserve user data privacy in DL. Among various…

密码学与安全 · 计算机科学 2023-08-31 Khoa Nguyen , Tanveer Khan , Antonis Michalas

Privacy-Preserving machine learning (PPML) can help us train and deploy models that utilize private information. In particular, on-device machine learning allows us to avoid sharing raw data with a third-party server during inference.…

机器学习 · 计算机科学 2024-01-23 Xinchi Qiu , Ilias Leontiadis , Luca Melis , Alex Sablayrolles , Pierre Stock

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…

密码学与安全 · 计算机科学 2023-01-24 Tanveer Khan , Khoa Nguyen , Antonis Michalas

Split learning (SL) aims to protect user data privacy by distributing deep models between client-server and keeping private data locally. Only processed or `smashed' data can be transmitted from the clients to the server during the SL…

密码学与安全 · 计算机科学 2024-10-17 Ngoc Duy Pham , Khoa Tran Phan , Naveen Chilamkurti

The popularity of Machine Learning (ML) makes the privacy of sensitive data more imperative than ever. Collaborative learning techniques like Split Learning (SL) aim to protect client data while enhancing ML processes. Though promising, SL…

密码学与安全 · 计算机科学 2024-04-16 Tanveer Khan , Mindaugas Budzys , Antonis Michalas

Split learning (SL) has been proposed to train deep learning models in a decentralized manner. For decentralized healthcare applications with vertical data partitioning, SL can be beneficial as it allows institutes with complementary…

计算机视觉与模式识别 · 计算机科学 2022-09-28 Holger R. Roth , Ali Hatamizadeh , Ziyue Xu , Can Zhao , Wenqi Li , Andriy Myronenko , Daguang Xu

Split Learning (SL) -- splits a model into two distinct parts to help protect client data while enhancing Machine Learning (ML) processes. Though promising, SL has proven vulnerable to different attacks, thus raising concerns about how…

机器学习 · 计算机科学 2025-07-15 Tanveer Khan , Mindaugas Budzys , Antonis Michalas

Split Learning (SL) is a collaborative learning approach that improves privacy by keeping data on the client-side while sharing only the intermediate output with a server. However, the distributed nature of SL introduces new security…

机器学习 · 计算机科学 2025-08-15 Tanveer Khan , Antonis Michalas

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 privacy-preserving…

机器学习 · 计算机科学 2021-03-29 Harshit Madaan , Manish Gawali , Viraj Kulkarni , Aniruddha Pant

Collaborative clinical decision support is often constrained by governance and privacy rules that prevent pooling patient-level records across institutions. We present a hybrid privacy-preserving framework that combines Federated Learning…

机器学习 · 计算机科学 2026-02-18 Farzana Akter , Rakib Hossain , Deb Kanna Roy Toushi , Mahmood Menon Khan , Sultana Amin , Lisan Al Amin

Federated learning (FL) and split learning (SL) are the two popular distributed machine learning (ML) approaches that provide some data privacy protection mechanisms. In the time-series classification problem, many researchers typically use…

机器学习 · 计算机科学 2022-03-10 Lianlian Jiang , Yuexuan Wang , Wenyi Zheng , Chao Jin , Zengxiang Li , Sin G. Teo

In computer vision, the vision transformer (ViT) has increasingly superseded the convolutional neural network (CNN) for improved accuracy and robustness. However, ViT's large model sizes and high sample complexity make it difficult to train…

分布式、并行与集群计算 · 计算机科学 2024-08-05 Seungeun Oh , Sihun Baek , Jihong Park , Hyelin Nam , Praneeth Vepakomma , Ramesh Raskar , Mehdi Bennis , Seong-Lyun Kim

Split learning (SL) is an emergent distributed learning framework which can mitigate the computation and wireless communication overhead of federated learning. It splits a machine learning model into a device-side model and a server-side…

计算机科学与博弈论 · 计算机科学 2022-12-13 Minsu Kim , Alexander DeRieux , Walid Saad

Deep learning continues to rapidly evolve and is now demonstrating remarkable potential for numerous medical prediction tasks. However, realizing deep learning models that generalize across healthcare organizations is challenging. This is…

机器学习 · 计算机科学 2023-08-23 Zhuohang Li , Chao Yan , Xinmeng Zhang , Gharib Gharibi , Zhijun Yin , Xiaoqian Jiang , Bradley A. Malin

Split Learning (SL) is an emerging privacy-preserving machine learning technique that enables resource constrained edge devices to participate in model training by partitioning a model into client-side and server-side sub-models. While SL…

机器学习 · 计算机科学 2025-08-06 Wei Fan , JinYi Yoon , Xiaochang Li , Huajie Shao , Bo Ji

Split learning (SL) has emerged as a promising approach for model training without revealing the raw data samples from the data owners. However, traditional SL inevitably leaks label privacy as the tail model (with the last layers) should…

机器学习 · 计算机科学 2023-10-10 Song Lyu , Zheng Lin , Guanqiao Qu , Xianhao Chen , Xiaoxia Huang , Pan Li

Training deep neural networks often requires large-scale datasets, necessitating storage and processing on cloud servers due to computational constraints. The procedures must follow strict privacy regulations in domains like healthcare.…

密码学与安全 · 计算机科学 2024-07-15 Halil Ibrahim Kanpak , Aqsa Shabbir , Esra Genç , Alptekin Küpçü , Sinem Sav
‹ 上一页 1 2 3 10 下一页 ›