FedAlign: Federated Domain Generalization with Cross-Client Feature Alignment

Abstract

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, non-i.i.d. local data, and limited domain diversity. We introduce FedAlign, a lightweight, privacy-preserving framework designed to enhance DG in federated settings by simultaneously increasing feature diversity and promoting domain invariance. First, a cross-client Representation enrichment module broadens local domain representations through domain-invariant feature perturbation and selective cross-client feature transfer, allowing each client to safely access a richer domain space. Second, a dual-stage alignment module refines global feature learning by aligning both feature embeddings and predictions across clients, thereby distilling robust, domain-invariant features. By integrating these modules, our method achieves superior generalization to unseen domains while maintaining data privacy and operating with minimal communication overhead. We present state-of-the-art results on popular and diverse Domain Generalization datasets.

Cite

Text

Gupta et al. "FedAlign: Federated Domain Generalization with Cross-Client Feature Alignment." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2025.

Markdown

[Gupta et al. "FedAlign: Federated Domain Generalization with Cross-Client Feature Alignment." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2025.](https://mlanthology.org/cvprw/2025/gupta2025cvprw-fedalign/)

BibTeX

@inproceedings{gupta2025cvprw-fedalign,
  title     = {{FedAlign: Federated Domain Generalization with Cross-Client Feature Alignment}},
  author    = {Gupta, Sunny and Sutar, Vinay and Singh, Varunav and Sethi, Amit},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2025},
  pages     = {1801-1810},
  url       = {https://mlanthology.org/cvprw/2025/gupta2025cvprw-fedalign/}
}