LGDec 18, 2024

Federated Source-free Domain Adaptation for Classification: Weighted Cluster Aggregation for Unlabeled Data

arXiv:2412.13757v15 citationsh-index: 11WACV
Originality Incremental advance
AI Analysis

This addresses privacy and annotation cost issues in federated learning for domain adaptation, but is incremental as it extends prior work from semantic segmentation to classification.

The paper tackles federated source-free domain adaptation for classification, where a server with a pre-trained model and clients with unlabeled target data adapt without accessing source data, and shows that their FedWCA method outperforms existing methods in this setting.

Federated learning (FL) commonly assumes that the server or some clients have labeled data, which is often impractical due to annotation costs and privacy concerns. Addressing this problem, we focus on a source-free domain adaptation task, where (1) the server holds a pre-trained model on labeled source domain data, (2) clients possess only unlabeled data from various target domains, and (3) the server and clients cannot access the source data in the adaptation phase. This task is known as Federated source-Free Domain Adaptation (FFREEDA). Specifically, we focus on classification tasks, while the previous work solely studies semantic segmentation. Our contribution is the novel Federated learning with Weighted Cluster Aggregation (FedWCA) method, designed to mitigate both domain shifts and privacy concerns with only unlabeled data. FedWCA comprises three phases: private and parameter-free clustering of clients to obtain domain-specific global models on the server, weighted aggregation of the global models for the clustered clients, and local domain adaptation with pseudo-labeling. Experimental results show that FedWCA surpasses several existing methods and baselines in FFREEDA, establishing its effectiveness and practicality.

Foundations

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

Your Notes