Open AccessPosted Content
A Survey on Federated Learning Systems: Vision, Hype and Reality for Data Privacy and Protection
TL;DR: A comprehensive review of federated learning systems can be found in this paper, where the authors provide a thorough categorization of the existing systems according to six different aspects, including data distribution, machine learning model, privacy mechanism, communication architecture, scale of federation and motivation of federation.
read more
Abstract: Federated learning has been a hot research topic in enabling the collaborative training of machine learning models among different organizations under the privacy restrictions. As researchers try to support more machine learning models with different privacy-preserving approaches, there is a requirement in developing systems and infrastructures to ease the development of various federated learning algorithms. Similar to deep learning systems such as PyTorch and TensorFlow that boost the development of deep learning, federated learning systems (FLSs) are equivalently important, and face challenges from various aspects such as effectiveness, efficiency, and privacy. In this survey, we conduct a comprehensive review on federated learning systems. To achieve smooth flow and guide future research, we introduce the definition of federated learning systems and analyze the system components. Moreover, we provide a thorough categorization for federated learning systems according to six different aspects, including data distribution, machine learning model, privacy mechanism, communication architecture, scale of federation and motivation of federation. The categorization can help the design of federated learning systems as shown in our case studies. By systematically summarizing the existing federated learning systems, we present the design factors, case studies, and future research opportunities.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
A survey on security and privacy of federated learning
Viraaji Mothukuri,Reza M. Parizi,Seyedamin Pouriyeh,Yan Huang,Ali Dehghantanha,Gautam Srivastava,Gautam Srivastava +6 more
TL;DR: This paper aims to provide a comprehensive study concerning FL’s security and privacy aspects that can help bridge the gap between the current state of federated AI and a future in which mass adoption is possible.
1.1K
Model-Contrastive Federated Learning
Qinbin Li,Bingsheng He,Dawn Song +2 more
- 01 Jun 2021
TL;DR: Zhang et al. as discussed by the authors proposed model-contrastive federated learning (MOON) to correct the local training of individual parties, i.e., conducting contrastive learning in model-level.
Federated Learning for Internet of Things: A Comprehensive Survey
TL;DR: In this paper, a comprehensive survey of the emerging applications of federated learning in IoT networks is provided, which explores and analyzes the potential of FL for enabling a wide range of IoT services, including IoT data sharing, data offloading and caching, attack detection, localization, mobile crowdsensing and IoT privacy and security.
A Survey on Federated Learning: The Journey From Centralized to Distributed On-Site Learning and Beyond
Sawsan Abdulrahman,Hanine Tout,Hakima Ould-Slimane,Azzam Mourad,Chamseddine Talhi,Mohsen Guizani +5 more
TL;DR: In this article, a survey of federated learning (FL) topics and research fields is presented, including core system models and designs, application areas, privacy and security, and resource management.
641
Federated Learning: A Survey on Enabling Technologies, Protocols, and Applications.
TL;DR: A more thorough summary of the most relevant protocols, platforms, and real-life use-cases of FL is provided to enable data scientists to build better privacy-preserved solutions for industries in critical need of FL.
References
•Proceedings Article
Privacy-Preserving Multivariate Statistical Analysis: Linear Regression and Classification
Wenliang Du,Yunghsiang S. Han,Shigang Chen +2 more
- 01 Jan 2004
TL;DR: A practical security model is developed based on which a number of building blocks for solving two Secure 2-party multivariate statistical analysis problems are developed: Secure 1-party Multivariate Linear Regression problem and Secure 2/3 party Multivariate Classification problem.
Secure Single-Server Aggregation with (Poly)Logarithmic Overhead
James Bell,Keith Bonawitz,Adrià Gascón,Tancrède Lepoint,Mariana Raykova +4 more
- 30 Oct 2020
TL;DR: The first constructions for secure aggregation that achieve polylogarithmic communication and computation per client are presented and an application of secure aggregation to the task of secure shuffling is shown which enables the first cryptographically secure instantiation of the shuffle model of differential privacy.
436
Privacy-Preserving Federated Brain Tumour Segmentation
Wenqi Li,Fausto Milletari,Daguang Xu,Nicola Rieke,Jonny Hancox,Wentao Zhu,Maximilian Baust,Yan Cheng,Sebastien Ourselin,M. Jorge Cardoso,Andrew Feng +10 more
- 13 Oct 2019
TL;DR: In this paper, the authors investigate the feasibility of applying differential privacy techniques to protect the patient data in a federated learning setup and show that there is a trade-off between model performance and privacy protection costs.
434
DÏoT: A Federated Self-learning Anomaly Detection System for IoT
Thien Duc Nguyen,Samuel Marchal,Markus Miettinen,Hossein Fereidooni,Nadarajah Asokan,Ahmad-Reza Sadeghi +5 more
- 07 Jul 2019
Abstract: IoT devices are increasingly deployed in daily life. Many of these devices are, however, vulnerable due to insecure design, implementation, and configuration. As a result, many networks already have vulnerable IoT devices that are easy to compromise. This has led to a new category of malware specifically targeting IoT devices. However, existing intrusion detection techniques are not effective in detecting compromised IoT devices given the massive scale of the problem in terms of the number of different types of devices and manufacturers involved. In this paper, we present DIoT, an autonomous self-learning distributed system for detecting compromised IoT devices. DIoT builds effectively on device-type-specific communication profiles without human intervention nor labeled data that are subsequently used to detect anomalous deviations in devices' communication behavior, potentially caused by malicious adversaries. DIoT utilizes a federated learning approach for aggregating behavior profiles efficiently. To the best of our knowledge, it is the first system to employ a federated learning approach to anomaly-detection-based intrusion detection. Consequently, DIoT can cope with emerging new and unknown attacks. We systematically and extensively evaluated more than 30 off-the-shelf IoT devices over a long term and show that DIoT is highly effective (95.6% detection rate) and fast (257 ms) at detecting devices compromised by, for instance, the infamous Mirai malware. DIoT reported no false alarms when evaluated in a real-world smart home deployment setting.
431
•Proceedings Article
Gaia: geo-distributed machine learning approaching LAN speeds
Kevin Hsieh,Aaron Harlap,Nandita Vijaykumar,Dimitris Konomis,Gregory R. Ganger,Phillip B. Gibbons,Onur Mutlu +6 more
- 27 Mar 2017
TL;DR: A new, general geo-distributed ML system, Gaia, is introduced that decouples the communication within a data center from the communication between data centers, enabling different communication and consistency models for each.