paper-with-me

Papers

Certified Robustness in Federated Learning

2022-06-06 · Motasem Alfarra, Juan C. Pérez, Egor Shulgin, Peter Richtárik, Bernard Ghanem

Federated learning has recently gained significant attention and popularity due to its effectiveness in training machine learning models on distributed data privately. However, as in the single-node supervised learning setup, models trained in federated learning suffer from vulnerability to imperceptible input transformations known as adversarial attacks, questioning their deployment in security-related applications. In this work, we study the interplay between federated training, personalization, and certified robustness. In particular, we deploy randomized smoothing, a widely-used and scalable certification method, to certify deep networks trained on a federated setup against input perturbations and transformations. We find that the simple federated averaging technique is effective in building not only more accurate, but also more certifiably-robust models, compared to training solely on local data. We further analyze personalization, a popular technique in federated training that increases the model's bias towards local data, on robustness. We show several advantages of personalization over both~(that is, only training on local data and federated training) in building more robust models with faster training. Finally, we explore the robustness of mixtures of global and local~(i.e. personalized) models, and find that the robustness of local models degrades as they diverge from the global model

📄 PDF Abstract BibTeX arXiv:2206.02535

Code (1)

motasemalfarra/federated-learning-with-pytorch 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Unraveling the Connections between Privacy and Certified Robustness in Federated Learning Against Poisoning Attacks

2022-09-08 · Chulin Xie, Yunhui Long, Pin-Yu Chen, Qinbin Li 외

Federated learning (FL) provides an efficient paradigm to jointly train a global model leveraging data from distributed users. As local training data comes from different users who may not be trustworthy, several studies…

Federated Learning

Certified Robustness for Free in Differentially Private Federated Learning

2021-09-29 · Chulin Xie, Yunhui Long, Pin-Yu Chen, Krishnaram Kenthapadi 외

Federated learning (FL) provides an efficient training paradigm to jointly train a global model leveraging data from distributed users. As the local training data comes from different users who may not be trustworthy, s…

Federated Learning

FedCert: Federated Accuracy Certification

2024-10-04 · Minh Hieu Nguyen, Huu Tien Nguyen, Trung Thanh Nguyen, Manh Duong Nguyen 외

Federated Learning (FL) has emerged as a powerful paradigm for training machine learning models in a decentralized manner, preserving data privacy by keeping local data on clients. However, evaluating the robustness of t…

Federated Learning

Certifiably-Robust Federated Adversarial Learning via Randomized Smoothing

2021-03-30 · Cheng Chen, Bhavya Kailkhura, Ryan Goldhahn, Yi Zhou

Federated learning is an emerging data-private distributed learning framework, which, however, is vulnerable to adversarial attacks. Although several heuristic defenses are proposed to enhance the robustness of federated…

Federated Learning

Facebook Report on Privacy of fNIRS data

2024-01-01 · Md Imran Hossen, Sai Venkatesh Chilukoti, Liqun Shan, Vijay Srinivas Tida 외

The primary goal of this project is to develop privacy-preserving machine learning model training techniques for fNIRS data. This project will build a local model in a centralized setting with both differential privacy (…

Federated LearningPrivacy Preserving