Robust Aggregation for Federated Learning
About
Federated learning is the centralized training of statistical models from decentralized data on mobile devices while preserving the privacy of each device. We present a robust aggregation approach to make federated learning robust to settings when a fraction of the devices may be sending corrupted updates to the server. The approach relies on a robust aggregation oracle based on the geometric median, which returns a robust aggregate using a constant number of iterations of a regular non-robust averaging oracle. The robust aggregation oracle is privacy-preserving, similar to the non-robust secure average oracle it builds upon. We establish its convergence for least squares estimation of additive models. We provide experimental results with linear models and deep networks for three tasks in computer vision and natural language processing. The robust aggregation approach is agnostic to the level of corruption; it outperforms the classical aggregation approach in terms of robustness when the level of corruption is high, while being competitive in the regime of low corruption. Two variants, a faster one with one-step robust aggregation and another one with on-device personalization, round off the paper.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CIFAR-10 IID | Average BA0.7549 | 37 | |
| Image Classification | CIFAR-10 iid (test) | Accuracy87.03 | 22 | |
| Sentiment Analysis | Sentiment140 | Mean Accuracy60.71 | 14 | |
| Backdoor Defense | CIFAR-10 non-IID (test) | Clean MA79.8 | 13 | |
| Image Classification | CIFAR-10 beta=0.3 (test) | MAE77.02 | 10 | |
| Image Classification | CIFAR-10 non-IID, beta=0.5 (test) | Accuracy0.7826 | 10 | |
| Image Classification | CIFAR-10 non-IID, beta=0.7 (test) | Accuracy80.45 | 10 | |
| Image Classification | CIFAR-100 IID | Clean Accuracy53.92 | 9 | |
| Backdoor Defense | CIFAR-100 non-IID (test) | Clean Accuracy34.16 | 9 | |
| Backdoor Defense | Tiny-ImageNet | Badnet BA0.38 | 7 |