paper-with-me

Papers

Capture Global Feature Statistics for One-Shot Federated Learning

2025-03-10 · Zenghao Guan, Yucan Zhou, Xiaoyan Gu

Traditional Federated Learning (FL) necessitates numerous rounds of communication between the server and clients, posing significant challenges including high communication costs, connection drop risks and susceptibility to privacy attacks. One-shot FL has become a compelling learning paradigm to overcome above drawbacks by enabling the training of a global server model via a single communication round. However, existing one-shot FL methods suffer from expensive computation cost on the server or clients and cannot deal with non-IID (Independent and Identically Distributed) data stably and effectively. To address these challenges, this paper proposes FedCGS, a novel Federated learning algorithm that Capture Global feature Statistics leveraging pre-trained models. With global feature statistics, we achieve training-free and heterogeneity-resistant one-shot FL. Furthermore, we extend its application to personalization scenario, where clients only need execute one extra communication round with server to download global statistics. Extensive experimental results demonstrate the effectiveness of our methods across diverse data heterogeneity settings. Code is available at https://github.com/Yuqin-G/FedCGS.

📄 PDF Abstract BibTeX arXiv:2503.06962

Code (1)

yuqin-g/fedcgs 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FedLPA: One-shot Federated Learning with Layer-Wise Posterior Aggregation

2023-09-30 · Xiang Liu, Liangxi Liu, Feiyang Ye, Yunheng Shen 외

Efficiently aggregating trained neural networks from local clients into a global model on a server is a widely researched topic in federated learning. Recently, motivated by diminishing privacy concerns, mitigating poten…

Federated Learning

The Gaussian-Head OFL Family: One-Shot Federated Learning from Client Global Statistics

2026-02-01 · Fabio Turazza, Marco Picone, Marco Mamei arxiv

Classical Federated Learning relies on a multi-round iterative process of model exchange and aggregation between server and clients, with high communication costs and privacy risks from repeated model transmissions. In c…

Knowledge DistillationFederated Learning

Feature Diversification and Adaptation for Federated Domain Generalization

2024-07-11 · Seunghan Yang, Seokeon Choi, Hyunsin Park, Sungha Choi 외

Federated learning, a distributed learning paradigm, utilizes multiple clients to build a robust global model. In real-world applications, local clients often operate within their limited domains, leading to a `domain sh…

Domain GeneralizationFederated Learning

Decoupled Federated Learning on Long-Tailed and Non-IID data with Feature Statistics

2024-03-13 · Zhuoxin Chen, Zhenyu Wu, Yang Ji

Federated learning is designed to enhance data security and privacy, but faces challenges when dealing with heterogeneous data in long-tailed and non-IID distributions. This paper explores an overlooked scenario where ta…

Federated Learning

Towards Federated Graph Learning in One-shot Communication

2024-11-18 · Guochen Yan, Xunkai Li, Luyuan Xie, Wentao Zhang 외

Federated Graph Learning (FGL) has emerged as a promising paradigm for breaking data silos among distributed private graphs. In practical scenarios involving heterogeneous distributed graph data, personalized Federated G…

Federated LearningGraph LearningNode Classification