LGAIOct 15, 2024

FedCCRL: Federated Domain Generalization with Cross-Client Representation Learning

arXiv:2410.11267v47 citationsh-index: 2Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of improving model generalization in privacy-sensitive federated settings, though it is incremental as it builds on existing domain generalization and federated learning methods.

The paper tackles the problem of domain generalization in federated learning, where models must generalize to unseen domains without sharing client data, and proposes FedCCRL, which achieves state-of-the-art performance on datasets like PACS, OfficeHome, and miniDomainNet.

Domain Generalization (DG) aims to train models that can effectively generalize to unseen domains. However, in the context of Federated Learning (FL), where clients collaboratively train a model without directly sharing their data, most existing DG algorithms are not directly applicable to the FL setting due to privacy constraints, as well as the limited data quantity and domain diversity at each client. To tackle these challenges, we propose FedCCRL, a lightweight federated domain generalization method that significantly improves the model's generalization ability while preserving privacy and ensuring computational and communication efficiency. Specifically, FedCCRL comprises two principal modules: the first is a cross-client feature extension module, which increases local domain diversity via cross-client domain transfer and domain-invariant feature perturbation; the second is a representation and prediction dual-stage alignment module, which enables the model to effectively capture domain-invariant features. Extensive experimental results demonstrate that FedCCRL achieves the state-of-the-art performance on the PACS, OfficeHome and miniDomainNet datasets across FL settings of varying numbers of clients. Code is available at https://github.com/sanphouwang/fedccrl

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