LGMar 1, 2023

Combating Exacerbated Heterogeneity for Robust Models in Federated Learning

Tsinghua
arXiv:2303.00250v18 citationsh-index: 74Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of building robust models in federated learning for privacy-sensitive applications, but it is incremental as it builds on existing adversarial training and federated learning methods.

The paper tackles the problem of robustness deterioration when combining adversarial training with federated learning, discovering that adversarial data exacerbates data heterogeneity among clients, and proposes a novel framework called Slack Federated Adversarial Training (SFAT) to combat this, showing effectiveness on various datasets.

Privacy and security concerns in real-world applications have led to the development of adversarially robust federated models. However, the straightforward combination between adversarial training and federated learning in one framework can lead to the undesired robustness deterioration. We discover that the attribution behind this phenomenon is that the generated adversarial data could exacerbate the data heterogeneity among local clients, making the wrapped federated learning perform poorly. To deal with this problem, we propose a novel framework called Slack Federated Adversarial Training (SFAT), assigning the client-wise slack during aggregation to combat the intensified heterogeneity. Theoretically, we analyze the convergence of the proposed method to properly relax the objective when combining federated learning and adversarial training. Experimentally, we verify the rationality and effectiveness of SFAT on various benchmarked and real-world datasets with different adversarial training and federated optimization methods. The code is publicly available at https://github.com/ZFancy/SFAT.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes