Capture Global Feature Statistics for One-Shot Federated Learning
Journal:
arXiv
Published Date:
Mar 10, 2025
Abstract
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.