LGDCMLFeb 4, 2021

FedAUX: Leveraging Unlabeled Auxiliary Data in Federated Learning

arXiv:2102.02514v1151 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the problem of improving training performance in Federated Learning for researchers and practitioners, offering a substantial gain over existing methods.

This paper introduces FedAUX, an extension to Federated Distillation (FD) that significantly improves performance by maximizing the utility of unlabeled auxiliary data. FedAUX achieves this through unsupervised pre-training on auxiliary data for model initialization and using differentially private certainty scoring to weight ensemble predictions, substantially exceeding SOTA FL baselines and further closing the gap to centralized training.

Federated Distillation (FD) is a popular novel algorithmic paradigm for Federated Learning, which achieves training performance competitive to prior parameter averaging based methods, while additionally allowing the clients to train different model architectures, by distilling the client predictions on an unlabeled auxiliary set of data into a student model. In this work we propose FedAUX, an extension to FD, which, under the same set of assumptions, drastically improves performance by deriving maximum utility from the unlabeled auxiliary data. FedAUX modifies the FD training procedure in two ways: First, unsupervised pre-training on the auxiliary data is performed to find a model initialization for the distributed training. Second, $(\varepsilon, δ)$-differentially private certainty scoring is used to weight the ensemble predictions on the auxiliary data according to the certainty of each client model. Experiments on large-scale convolutional neural networks and transformer models demonstrate, that the training performance of FedAUX exceeds SOTA FL baseline methods by a substantial margin in both the iid and non-iid regime, further closing the gap to centralized training performance. Code is available at github.com/fedl-repo/fedaux.

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