paper-with-me

홈 › Papers

Analyzing Federated Learning through an Adversarial Lens

2018-11-29 · ICLR 2019 5 · Arjun Nitin Bhagoji, Supriyo Chakraborty, Prateek Mittal, Seraphin Calo

Federated learning distributes model training among a multitude of agents, who, guided by privacy concerns, perform training using their local data but share only model parameter updates, for iterative aggregation at the server. In this work, we explore the threat of model poisoning attacks on federated learning initiated by a single, non-colluding malicious agent where the adversarial objective is to cause the model to misclassify a set of chosen inputs with high confidence. We explore a number of strategies to carry out this attack, starting with simple boosting of the malicious agent's update to overcome the effects of other agents' updates. To increase attack stealth, we propose an alternating minimization strategy, which alternately optimizes for the training loss and the adversarial objective. We follow up by using parameter estimation for the benign agents' updates to improve on attack success. Finally, we use a suite of interpretability techniques to generate visual explanations of model decisions for both benign and malicious models and show that the explanations are nearly visually indistinguishable. Our results indicate that even a highly constrained adversary can carry out model poisoning attacks while simultaneously maintaining stealth, thus highlighting the vulnerability of the federated learning setting and the need to develop effective defense strategies.

📄 PDF Abstract BibTeX arXiv:1811.12470

Code (2)

inspire-group/ModelPoisoning 공식 구현 tf
yjlee22/byzantinefl pytorch

Tasks

Federated LearningModel Poisoningparameter estimation

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Understanding Object Detection Through An Adversarial Lens

2020-07-11 · Ka-Ho Chow, Ling Liu, Mehmet Emre Gursoy, Stacey Truex 외

Deep neural networks based object detection models have revolutionized computer vision and fueled the development of a wide range of visual recognition applications. However, recent studies have revealed that deep object…

Adversarial RobustnessAutonomous VehiclesObjectobject-detection+2

Understanding A Class of Decentralized and Federated Optimization Algorithms: A Multi-Rate Feedback Control Perspective

2022-04-27 · Xinwei Zhang, Mingyi Hong, Nicola Elia

Distributed algorithms have been playing an increasingly important role in many applications such as machine learning, signal processing, and control. Significant research efforts have been devoted to developing and anal…

Distributed Optimization

Exploring Layerwise Adversarial Robustness Through the Lens of t-SNE

2024-06-20 · Inês Valentim, Nuno Antunes, Nuno Lourenço

Adversarial examples, designed to trick Artificial Neural Networks (ANNs) into producing wrong outputs, highlight vulnerabilities in these models. Exploring these weaknesses is crucial for developing defenses, and so, we…

Adversarial Robustness

CausalAdv: Adversarial Robustness through the Lens of Causality

2021-06-11 · ICLR 2022 4 · Yonggang Zhang, Mingming Gong, Tongliang Liu, Gang Niu 외

The adversarial vulnerability of deep neural networks has attracted significant attention in machine learning. As causal reasoning has an instinct for modelling distribution change, it is essential to incorporate causali…

Adversarial AttackAdversarial Robustness

Rethinking Federated Unlearning via the Lens of Memorization

2026-05-23 · Jiaheng Wei, Yanjun Zhang, He Zhang, Leo Yu Zhang 외 arxiv

Federated learning (FL) increasingly needs machine unlearning to comply with privacy regulations. However, existing federated unlearning approaches may overlook the overlapping information between the unlearning and rema…

Federated Learning