FedSCAl: Leveraging Server and Client Alignment for Unsupervised Federated Source-Free Domain Adaptation
M Yashwanth, Sampath Koti, Arunabh Singh, Shyam Marjit, Anirban Chakraborty
TL;DR
FFreeDA addresses unsupervised domain adaptation across unlabeled, heterogeneous clients with a server-side pre-trained model. FedSCAl introduces Server-Client Alignment (SCAl) to regularize client updates by aligning predictions with the server model, mitigating client-drift and improving pseudo-label quality, complemented by adaptive thresholding. The method demonstrates consistent gains over state-of-the-art FL baselines on Office-Home, DomainNet, and Office-31 across various server initializations. Overall, FedSCAl offers a robust, clustering-free approach for cross-domain federated classification under limited server access to labeled data, with practical improvements in real-world heterogeneous deployments.
Abstract
We address the Federated source-Free Domain Adaptation (FFreeDA) problem, with clients holding unlabeled data with significant inter-client domain gaps. The FFreeDA setup constrains the FL frameworks to employ only a pre-trained server model as the setup restricts access to the source dataset during the training rounds. Often, this source domain dataset has a distinct distribution to the clients' domains. To address the challenges posed by the FFreeDA setup, adaptation of the Source-Free Domain Adaptation (SFDA) methods to FL struggles with client-drift in real-world scenarios due to extreme data heterogeneity caused by the aforementioned domain gaps, resulting in unreliable pseudo-labels. In this paper, we introduce FedSCAl, an FL framework leveraging our proposed Server-Client Alignment (SCAl) mechanism to regularize client updates by aligning the clients' and server model's predictions. We observe an improvement in the clients' pseudo-labeling accuracy post alignment, as the SCAl mechanism helps to mitigate the client-drift. Further, we present extensive experiments on benchmark vision datasets showcasing how FedSCAl consistently outperforms state-of-the-art FL methods in the FFreeDA setup for classification tasks.
