paper-with-me

Papers

Decoding FL Defenses: Systemization, Pitfalls, and Remedies

2025-02-03 · Momin Ahmad Khan, Virat Shejwalkar, Yasra Chandio, Amir Houmansadr, Fatima Muhammad Anwar

While the community has designed various defenses to counter the threat of poisoning attacks in Federated Learning (FL), there are no guidelines for evaluating these defenses. These defenses are prone to subtle pitfalls in their experimental setups that lead to a false sense of security, rendering them unsuitable for practical deployment. In this paper, we systematically understand, identify, and provide a better approach to address these challenges. First, we design a comprehensive systemization of FL defenses along three dimensions: i) how client updates are processed, ii) what the server knows, and iii) at what stage the defense is applied. Next, we thoroughly survey 50 top-tier defense papers and identify the commonly used components in their evaluation setups. Based on this survey, we uncover six distinct pitfalls and study their prevalence. For example, we discover that around 30% of these works solely use the intrinsically robust MNIST dataset, and 40% employ simplistic attacks, which may inadvertently portray their defense as robust. Using three representative defenses as case studies, we perform a critical reevaluation to study the impact of the identified pitfalls and show how they lead to incorrect conclusions about robustness. We provide actionable recommendations to help researchers overcome each pitfall.

📄 PDF Abstract BibTeX arXiv:2502.05211

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningSurvey

Similar Papers 제목 키워드 기반

The Devil is in the Details: On the Pitfalls of Event Extraction Evaluation

2023-06-12 · Hao Peng, Xiaozhi Wang, Feng Yao, Kaisheng Zeng 외

Event extraction (EE) is a crucial task aiming at extracting events from texts, which includes two subtasks: event detection (ED) and event argument extraction (EAE). In this paper, we check the reliability of EE evaluat…

Event Argument ExtractionEvent DetectionEvent Extraction

Demystifying Graph Neural Network Explanations

2021-11-25 · Anna Himmelhuber, Mitchell Joblin, Martin Ringsquandl, Thomas Runkler

Graph neural networks (GNNs) are quickly becoming the standard approach for learning on graph structured data across several domains, but they lack transparency in their decision-making. Several perturbation-based approa…

Decision MakingGraph Neural NetworkSynthetic Data Generation

On Evaluating Neural Network Backdoor Defenses

2020-10-23 · Akshaj Veldanda, Siddharth Garg

Deep neural networks (DNNs) demonstrate superior performance in various fields, including scrutiny and security. However, recent studies have shown that DNNs are vulnerable to backdoor attacks. Several defenses were prop…

On Evaluating Adversarial Robustness

2019-02-18 · Nicholas Carlini, Anish Athalye, Nicolas Papernot, Wieland Brendel 외

Correctly evaluating defenses against adversarial examples has proven to be extremely difficult. Despite the significant amount of recent work attempting to design defenses that withstand adaptive attacks, few have succe…

Adversarial AttackAdversarial DefenseAdversarial Robustness

Pitfalls and Remedies for Multi-Task Bayesian Optimization

2026-07-10 · Carl Hvarfner, Sam Daulton, Max Balandat, Eytan Bakshy arxiv

Bayesian optimization routinely warm-starts a target experiment with data from related source tasks, and the multi-task Gaussian process is the textbook surrogate for the job. We revisit this default in a controlled sett…

Transfer Learning