paper-with-me

Papers

FedDefender: Client-Side Attack-Tolerant Federated Learning

2023-07-18 · Sungwon Park, Sungwon Han, Fangzhao Wu, Sundong Kim, Bin Zhu, Xing Xie, Meeyoung Cha

Federated learning enables learning from decentralized data sources without compromising privacy, which makes it a crucial technique. However, it is vulnerable to model poisoning attacks, where malicious clients interfere with the training process. Previous defense mechanisms have focused on the server-side by using careful model aggregation, but this may not be effective when the data is not identically distributed or when attackers can access the information of benign clients. In this paper, we propose a new defense mechanism that focuses on the client-side, called FedDefender, to help benign clients train robust local models and avoid the adverse impact of malicious model updates from attackers, even when a server-side defense cannot identify or remove adversaries. Our method consists of two main components: (1) attack-tolerant local meta update and (2) attack-tolerant global knowledge distillation. These components are used to find noise-resilient model parameters while accurately extracting knowledge from a potentially corrupted global model. Our client-side defense strategy has a flexible structure and can work in conjunction with any existing server-side strategies. Evaluations of real-world scenarios across multiple datasets show that the proposed method enhances the robustness of federated learning against model poisoning attacks.

📄 PDF Abstract BibTeX arXiv:2307.09048

Code (1)

deu30303/feddefender 공식 구현 pytorch

Tasks

Federated LearningKnowledge DistillationModel Poisoning

Similar Papers 제목 키워드 기반

FedDefender: Backdoor Attack Defense in Federated Learning

2023-07-02 · Waris Gill, Ali Anwar, Muhammad Ali Gulzar

Federated Learning (FL) is a privacy-preserving distributed machine learning technique that enables individual clients (e.g., user participants, edge devices, or organizations) to train a model on their local data in a s…

Backdoor AttackData PoisoningFederated LearningImage Classification+2

Towards Attack-tolerant Federated Learning via Critical Parameter Analysis

2023-08-18 · ICCV 2023 1 · Sungwon Han, Sungwon Park, Fangzhao Wu, Sundong Kim 외

Federated learning is used to train a shared model in a decentralized way without clients sharing private data with each other. Federated learning systems are susceptible to poisoning attacks when malicious clients send …

Federated Learning

Simeon -- Secure Federated Machine Learning Through Iterative Filtering

2021-03-13 · Nicholas Malecki, Hye-Young Paik, Aleksandar Ignjatovic, Alan Blair 외

Federated learning enables a global machine learning model to be trained collaboratively by distributed, mutually non-trusting learning agents who desire to maintain the privacy of their training data and their hardware.…

BIG-bench Machine LearningFederated Learning

FedSecurity: Benchmarking Attacks and Defenses in Federated Learning and Federated LLMs

2023-06-08 · Shanshan Han, Baturalp Buyukates, Zijian Hu, Han Jin 외

This paper introduces FedSecurity, an end-to-end benchmark that serves as a supplementary component of the FedML library for simulating adversarial attacks and corresponding defense mechanisms in Federated Learning (FL).…

BenchmarkingFederated Learning

FedIDM: Achieving Fast and Stable Convergence in Byzantine Federated Learning through Iterative Distribution Matching

2026-04-16 · He Yang, Dongyi Lv, Wei Xi, Song Ma 외 arxiv

Most existing Byzantine-robust federated learning (FL) methods suffer from slow and unstable convergence. Moreover, when handling a substantial proportion of colluded malicious clients, achieving robustness typically ent…

Federated Learning