paper-with-me

홈 › Papers

FedCCRL: Federated Domain Generalization with Cross-Client Representation Learning

2024-10-15 · Xinpeng Wang, Yongxin Guo, Xiaoying Tang

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

📄 PDF Abstract BibTeX arXiv:2410.11267

Code (1)

sanphouwang/fedccrl 공식 구현 pytorch

Tasks

DiversityDomain GeneralizationFederated LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

AugMix AugMix mixes augmented images through linear interpolations. Consequently it is like Mixup but instead mixes augmented versions of the…
Supervised Contrastive Loss 설명 없음

Similar Papers 제목 키워드 기반

FedAlign: Federated Domain Generalization with Cross-Client Feature Alignment

2025-01-26 · Sunny Gupta, Vinay Sutar, Varunav Singh, Amit Sethi

Federated Learning (FL) offers a decentralized paradigm for collaborative model training without direct data sharing, yet it poses unique challenges for Domain Generalization (DG), including strict privacy constraints, n…

DiversityDomain GeneralizationFederated LearningPrivacy Preserving

FedIFL: A federated cross-domain diagnostic framework for motor-driven systems with inconsistent fault modes

2025-05-12 · Zexiao Wang, Yankai Wang, Xiaoqiang Liao, Xinguo Ming 외

Due to the scarcity of industrial data, individual equipment users, particularly start-ups, struggle to independently train a comprehensive fault diagnosis model; federated learning enables collaborative training while e…

Contrastive LearningDiagnosticDisentanglementFault Diagnosis+1

FedGCA: Global Consistent Augmentation Based Single-Source Federated Domain Generalization

2024-09-23 · YuAn Liu, Shu Wang, Zhe Qu, Xingyu Li 외

Federated Domain Generalization (FedDG) aims to train the global model for generalization ability to unseen domains with multi-domain training samples. However, clients in federated learning networks are often confined t…

Domain GeneralizationFederated Learning

FedS2R: One-Shot Federated Domain Generalization for Synthetic-to-Real Semantic Segmentation in Autonomous Driving

2025-07-26 · Tao Lian, Jose L. Gómez, Antonio M. López arxiv

Federated domain generalization has shown promising progress in image classification by enabling collaborative training across multiple clients without sharing raw data. However, its potential in the semantic segmentatio…

Knowledge DistillationDomain GeneralizationSemantic SegmentationImage Classification

Federated Domain Generalization with Latent Space Inversion

2025-12-11 · Ragja Palakkadavath, Hung Le, Thanh Nguyen-Tang, Svetha Venkatesh 외 arxiv

Federated domain generalization (FedDG) addresses distribution shifts among clients in a federated learning framework. FedDG methods aggregate the parameters of locally trained client models to form a global model that g…

Domain GeneralizationFederated Learning