LGMay 27, 2021

Concept drift detection and adaptation for federated and continual learning

arXiv:2105.13309v2100 citations
Originality Incremental advance
AI Analysis

This addresses a frequent real-world challenge for smart devices using federated learning, but it is incremental as it builds on the popular FedAvg method.

The paper tackles the problem of concept drift in federated learning, where data distribution changes over time, by proposing CDA-FedAvg, an extension of FedAvg that outperforms it in such scenarios.

Smart devices, such as smartphones, wearables, robots, and others, can collect vast amounts of data from their environment. This data is suitable for training machine learning models, which can significantly improve their behavior, and therefore, the user experience. Federated learning is a young and popular framework that allows multiple distributed devices to train deep learning models collaboratively while preserving data privacy. Nevertheless, this approach may not be optimal for scenarios where data distribution is non-identical among the participants or changes over time, causing what is known as concept drift. Little research has yet been done in this field, but this kind of situation is quite frequent in real life and poses new challenges to both continual and federated learning. Therefore, in this work, we present a new method, called Concept-Drift-Aware Federated Averaging (CDA-FedAvg). Our proposal is an extension of the most popular federated algorithm, Federated Averaging (FedAvg), enhancing it for continual adaptation under concept drift. We empirically demonstrate the weaknesses of regular FedAvg and prove that CDA-FedAvg outperforms it in this type of scenario.

Foundations

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

Your Notes