Table of Contents
Fetching ...

FedCAP: Robust Federated Learning via Customized Aggregation and Personalization

Youpeng Li, Xinda Wang, Fuxun Yu, Lichao Sun, Wenbin Zhang, Xuyu Wang

TL;DR

The core of FedCAP is a model update calibration mechanism to help a server capture the differences in the direction and magnitude of model updates among clients, and a customized model aggregation rule that facilitates collaborative training among similar clients while accelerating the model deterioration of malicious clients.

Abstract

Federated learning (FL), an emerging distributed machine learning paradigm, has been applied to various privacy-preserving scenarios. However, due to its distributed nature, FL faces two key issues: the non-independent and identical distribution (non-IID) of user data and vulnerability to Byzantine threats. To address these challenges, in this paper, we propose FedCAP, a robust FL framework against both data heterogeneity and Byzantine attacks. The core of FedCAP is a model update calibration mechanism to help a server capture the differences in the direction and magnitude of model updates among clients. Furthermore, we design a customized model aggregation rule that facilitates collaborative training among similar clients while accelerating the model deterioration of malicious clients. With a Euclidean norm-based anomaly detection mechanism, the server can quickly identify and permanently remove malicious clients. Moreover, the impact of data heterogeneity and Byzantine attacks can be further mitigated through personalization on the client side. We conduct extensive experiments, comparing multiple state-of-the-art baselines, to demonstrate that FedCAP performs well in several non-IID settings and shows strong robustness under a series of poisoning attacks.

FedCAP: Robust Federated Learning via Customized Aggregation and Personalization

TL;DR

The core of FedCAP is a model update calibration mechanism to help a server capture the differences in the direction and magnitude of model updates among clients, and a customized model aggregation rule that facilitates collaborative training among similar clients while accelerating the model deterioration of malicious clients.

Abstract

Federated learning (FL), an emerging distributed machine learning paradigm, has been applied to various privacy-preserving scenarios. However, due to its distributed nature, FL faces two key issues: the non-independent and identical distribution (non-IID) of user data and vulnerability to Byzantine threats. To address these challenges, in this paper, we propose FedCAP, a robust FL framework against both data heterogeneity and Byzantine attacks. The core of FedCAP is a model update calibration mechanism to help a server capture the differences in the direction and magnitude of model updates among clients. Furthermore, we design a customized model aggregation rule that facilitates collaborative training among similar clients while accelerating the model deterioration of malicious clients. With a Euclidean norm-based anomaly detection mechanism, the server can quickly identify and permanently remove malicious clients. Moreover, the impact of data heterogeneity and Byzantine attacks can be further mitigated through personalization on the client side. We conduct extensive experiments, comparing multiple state-of-the-art baselines, to demonstrate that FedCAP performs well in several non-IID settings and shows strong robustness under a series of poisoning attacks.

Paper Structure

This paper contains 46 sections, 11 equations, 12 figures, 5 tables, 1 algorithm.

Figures (12)

  • Figure 1: Model performance comparison of SOTA FL methods
  • Figure 2: Model performance comparison of robust FL methods
  • Figure 3: Impact of model poisoning attacks on Euclidean norm of updates
  • Figure 4: Workflow of FedCAP
  • Figure 5: Model customization
  • ...and 7 more figures