paper-with-me

홈 › Papers

TESSERACT: Gradient Flip Score to Secure Federated Learning Against Model Poisoning Attacks

2021-10-19 · Atul Sharma, Wei Chen, Joshua Zhao, Qiang Qiu, Somali Chaterji, Saurabh Bagchi

Federated learning---multi-party, distributed learning in a decentralized environment---is vulnerable to model poisoning attacks, even more so than centralized learning approaches. This is because malicious clients can collude and send in carefully tailored model updates to make the global model inaccurate. This motivated the development of Byzantine-resilient federated learning algorithms, such as Krum, Bulyan, FABA, and FoolsGold. However, a recently developed untargeted model poisoning attack showed that all prior defenses can be bypassed. The attack uses the intuition that simply by changing the sign of the gradient updates that the optimizer is computing, for a set of malicious clients, a model can be diverted from the optima to increase the test error rate. In this work, we develop TESSERACT---a defense against this directed deviation attack, a state-of-the-art model poisoning attack. TESSERACT is based on a simple intuition that in a federated learning setting, certain patterns of gradient flips are indicative of an attack. This intuition is remarkably stable across different learning algorithms, models, and datasets. TESSERACT assigns reputation scores to the participating clients based on their behavior during the training phase and then takes a weighted contribution of the clients. We show that TESSERACT provides robustness against even a white-box version of the attack.

📄 PDF Abstract BibTeX arXiv:2110.10108

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningModel Poisoning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Secure Aggregation with Top-K Sparsification in Decentralized Federated Learning

2026-06-09 · Hengxuan Tang, Jinbao Zhu, Xiaohu Tang arxiv

Secure aggregation is a vital component for mitigating gradient leakage in federated learning, but its communication cost conventionally scales with the gradient dimension. This becomes prohibitive for large models and e…

Federated Learning

SecureBoost+: Large Scale and High-Performance Vertical Federated Gradient Boosting Decision Tree

2021-10-21 · Tao Fan, Weijing Chen, Guoqiang Ma, Yan Kang 외

Gradient boosting decision tree (GBDT) is an ensemble machine learning algorithm, which is widely used in industry, due to its good performance and easy interpretation. Due to the problem of data isolation and the requir…

Federated LearningPrivacy PreservingVertical Federated Learning

FLIPS: Federated Learning using Intelligent Participant Selection

2023-08-07 · Rahul Atul Bhope, K. R. Jayaram, Nalini Venkatasubramanian, Ashish Verma 외

This paper presents the design and implementation of FLIPS, a middleware system to manage data and participant heterogeneity in federated learning (FL) training workloads. In particular, we examine the benefits of label …

ClusteringFederated LearningManagement

Secure Federated Matrix Factorization

2019-06-12 · Di Chai, Leye Wang, Kai Chen, Qiang Yang

To protect user privacy and meet law regulations, federated (machine) learning is obtaining vast interests in recent years. The key principle of federated learning is training a machine learning model without needing to …

BIG-bench Machine LearningFederated Learning

Practical Secure Aggregation for Federated Learning on User-Held Data

2016-11-14 · Keith Bonawitz, Vladimir Ivanov, Ben Kreuter, Antonio Marcedone 외

Secure Aggregation protocols allow a collection of mutually distrust parties, each holding a private value, to collaboratively compute the sum of those values without revealing the values themselves. We consider training…

Federated Learning