Meta Knowledge Condensation for Federated Learning
Ping Liu, Xin Yu, Joey Tianyi Zhou

TL;DR
This paper proposes a novel federated learning approach that reduces communication costs by exchanging condensed meta knowledge instead of full models, improving efficiency and performance especially under limited communication rounds.
Contribution
It introduces a meta knowledge condensation framework with dynamic sample weighting and inter-client meta knowledge exchange to address data heterogeneity and communication efficiency in federated learning.
Findings
Achieves higher accuracy (up to 92.95%) on MNIST with fewer communication rounds.
Significantly reduces communication overhead compared to state-of-the-art methods.
Effectively mitigates data heterogeneity issues through meta knowledge sharing.
Abstract
Existing federated learning paradigms usually extensively exchange distributed models at a central solver to achieve a more powerful model. However, this would incur severe communication burden between a server and multiple clients especially when data distributions are heterogeneous. As a result, current federated learning methods often require a large number of communication rounds in training. Unlike existing paradigms, we introduce an alternative perspective to significantly decrease the communication cost in federate learning. In this work, we first introduce a meta knowledge representation method that extracts meta knowledge from distributed clients. The extracted meta knowledge encodes essential information that can be used to improve the current model. As the training progresses, the contributions of training samples to a federated model also vary. Thus, we introduce a dynamic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsPrivacy-Preserving Technologies in Data
