paper-with-me

Papers

Byzantine-Resilient Secure Federated Learning

2020-07-21 · Jinhyun So, Basak Guler, A. Salman Avestimehr

Secure federated learning is a privacy-preserving framework to improve machine learning models by training over large volumes of data collected by mobile users. This is achieved through an iterative process where, at each iteration, users update a global model using their local datasets. Each user then masks its local model via random keys, and the masked models are aggregated at a central server to compute the global model for the next iteration. As the local models are protected by random masks, the server cannot observe their true values. This presents a major challenge for the resilience of the model against adversarial (Byzantine) users, who can manipulate the global model by modifying their local models or datasets. Towards addressing this challenge, this paper presents the first single-server Byzantine-resilient secure aggregation framework (BREA) for secure federated learning. BREA is based on an integrated stochastic quantization, verifiable outlier detection, and secure model aggregation approach to guarantee Byzantine-resilience, privacy, and convergence simultaneously. We provide theoretical convergence and privacy guarantees and characterize the fundamental trade-offs in terms of the network size, user dropouts, and privacy protection. Our experiments demonstrate convergence in the presence of Byzantine users, and comparable accuracy to conventional federated learning benchmarks.

📄 PDF Abstract BibTeX arXiv:2007.11115

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningOutlier DetectionPrivacy PreservingQuantization

Similar Papers 제목 키워드 기반

DSFL: A Dual-Server Byzantine-Resilient Federated Learning Framework via Group-Based Secure Aggregation

2025-09-10 · Charuka Herath, Yogachandran Rahulamathavan, Varuna De Silva, Sangarapillai Lambotharan arxiv

Federated Learning (FL) enables decentralized model training without sharing raw data, offering strong privacy guarantees. However, existing FL protocols struggle to defend against Byzantine participants, maintain model …

Federated Learning

Byzantine-Resilient Secure Aggregation for Federated Learning Without Privacy Compromises

2024-05-14 · Yue Xia, Christoph Hofmeister, Maximilian Egger, Rawad Bitar

Federated learning (FL) shows great promise in large scale machine learning, but brings new risks in terms of privacy and security. We propose ByITFL, a novel scheme for FL that provides resilience against Byzantine user…

Federated LearningPrivacy Preserving

Byzantine-Resilient Federated Learning via Distributed Optimization

2025-03-13 · Yufei Xia, Wenrui Yu, Qiongxiu Li

Byzantine attacks present a critical challenge to Federated Learning (FL), where malicious participants can disrupt the training process, degrade model accuracy, and compromise system reliability. Traditional FL framewor…

Distributed OptimizationFederated Learning

Byzantine-Resilient Federated PCA and Low Rank Column-wise Sensing

2023-09-25 · Ankit Pratap Singh, Namrata Vaswani

This work considers two related learning problems in a federated attack prone setting: federated principal components analysis (PCA) and federated low rank column-wise sensing (LRCS). The node attacks are assumed to be B…

zPROBE: Zero Peek Robustness Checks for Federated Learning

2022-06-24 · ICCV 2023 1 · Zahra Ghodsi, Mojan Javaheripi, Nojan Sheybani, Xinqiao Zhang 외

Privacy-preserving federated learning allows multiple users to jointly train a model with coordination of a central server. The server only learns the final aggregation result, thus the users' (private) training data is …

Federated LearningPrivacy Preserving