paper-with-me

Papers

Advancements of federated learning towards privacy preservation: from federated learning to split learning

2020-11-25 · Chandra Thapa, M. A. P. Chamikara, Seyit A. Camtepe

In the distributed collaborative machine learning (DCML) paradigm, federated learning (FL) recently attracted much attention due to its applications in health, finance, and the latest innovations such as industry 4.0 and smart vehicles. FL provides privacy-by-design. It trains a machine learning model collaboratively over several distributed clients (ranging from two to millions) such as mobile phones, without sharing their raw data with any other participant. In practical scenarios, all clients do not have sufficient computing resources (e.g., Internet of Things), the machine learning model has millions of parameters, and its privacy between the server and the clients while training/testing is a prime concern (e.g., rival parties). In this regard, FL is not sufficient, so split learning (SL) is introduced. SL is reliable in these scenarios as it splits a model into multiple portions, distributes them among clients and server, and trains/tests their respective model portions to accomplish the full model training/testing. In SL, the participants do not share both data and their model portions to any other parties, and usually, a smaller network portion is assigned to the clients where data resides. Recently, a hybrid of FL and SL, called splitfed learning, is introduced to elevate the benefits of both FL (faster training/testing time) and SL (model split and training). Following the developments from FL to SL, and considering the importance of SL, this chapter is designed to provide extensive coverage in SL and its variants. The coverage includes fundamentals, existing findings, integration with privacy measures such as differential privacy, open problems, and code implementation.

📄 PDF Abstract BibTeX arXiv:2011.14818

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningFederated Learning

Similar Papers 제목 키워드 기반

A new type of federated clustering: A non-model-sharing approach

2025-06-11 · Yuji Kawamata, Kaoru Kamijo, Maki Kihira, Akihiro Toyoda 외

In recent years, the growing need to leverage sensitive data across institutions has led to increased attention on federated learning (FL), a decentralized machine learning paradigm that enables model training without sh…

ClusteringFederated Learning

Optimizing Split Points for Error-Resilient SplitFed Learning

2024-05-29 · Chamani Shiranthika, Parvaneh Saeedi, Ivan V. Bajić

Recent advancements in decentralized learning, such as Federated Learning (FL), Split Learning (SL), and Split Federated Learning (SplitFed), have expanded the potentials of machine learning. SplitFed aims to minimize th…

Federated LearningImage SegmentationSemantic Segmentation

Quantum Split Neural Network Learning using Cross-Channel Pooling

2022-11-12 · Won Joon Yun, Hankyul Baek, Joongheon Kim

In recent years, the field of quantum science has attracted significant interest across various disciplines, including quantum machine learning, quantum communication, and quantum computing. Among these emerging areas, q…

Federated LearningPrivacy PreservingQuantum Machine LearningQuantum State Tomography

Personalized Federated Hypernetworks for Privacy Preservation in Multi-Task Reinforcement Learning

2022-10-13 · Doseok Jang, Larry Yan, Lucas Spangher, Costas J. Spanos

Multi-Agent Reinforcement Learning currently focuses on implementations where all data and training can be centralized to one machine. But what if local agents are split across multiple tasks, and need to keep data priva…

Federated LearningMulti-agent Reinforcement LearningPersonalized Federated Learningreinforcement-learning+2

A Survey on Class Imbalance in Federated Learning

2023-03-21 · Jing Zhang, Chuanwen Li, Jianzgong Qi, Jiayuan He

Federated learning, which allows multiple client devices in a network to jointly train a machine learning model without direct exposure of clients' data, is an emerging distributed learning technique due to its nature of…

Federated LearningSurvey