DriftGuard: Mitigating Asynchronous Data Drift in Federated Learning
Yizhou Han, Di Wu, and Blesson Varghese

TL;DR
DriftGuard is a federated learning framework that efficiently manages asynchronous data drift by separating shared and local parameters, enabling targeted retraining and reducing costs while maintaining high accuracy.
Contribution
It introduces a Mixture-of-Experts inspired architecture for federated learning that separates global and local parameters, enabling efficient adaptation to asynchronous data drift.
Findings
Reduces retraining cost by up to 83%
Matches or exceeds state-of-the-art accuracy
Improves accuracy per unit retraining cost by up to 2.3x
Abstract
In real-world Federated Learning (FL) deployments, data distributions on devices that participate in training evolve over time. This leads to asynchronous data drift, where different devices shift at different times and toward different distributions. Mitigating such drift is challenging: frequent retraining incurs high computational cost on resource-constrained devices, while infrequent retraining degrades performance on drifting devices. We propose DriftGuard, a federated continual learning framework that efficiently adapts to asynchronous data drift. DriftGuard adopts a Mixture-of-Experts (MoE) inspired architecture that separates shared parameters, which capture globally transferable knowledge, from local parameters that adapt to group-specific distributions. This design enables two complementary retraining strategies: (i) global retraining, which updates the shared parameters when…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Stream Mining Techniques · Privacy-Preserving Technologies in Data · Domain Adaptation and Few-Shot Learning
