LGFeb 23, 2024

Enhancing One-Shot Federated Learning Through Data and Ensemble Co-Boosting

arXiv:2402.15070v142 citationsh-index: 19ICLR
Originality Incremental advance
AI Analysis

This work addresses efficiency and quality challenges in federated learning for distributed systems, offering an incremental improvement with practical benefits like no need for client adjustments or extra data transmission.

The paper tackles the problem of improving one-shot federated learning by proposing Co-Boosting, a framework that enhances synthesized data and ensemble models mutually, resulting in substantial performance gains over existing baselines in various settings.

One-shot Federated Learning (OFL) has become a promising learning paradigm, enabling the training of a global server model via a single communication round. In OFL, the server model is aggregated by distilling knowledge from all client models (the ensemble), which are also responsible for synthesizing samples for distillation. In this regard, advanced works show that the performance of the server model is intrinsically related to the quality of the synthesized data and the ensemble model. To promote OFL, we introduce a novel framework, Co-Boosting, in which synthesized data and the ensemble model mutually enhance each other progressively. Specifically, Co-Boosting leverages the current ensemble model to synthesize higher-quality samples in an adversarial manner. These hard samples are then employed to promote the quality of the ensemble model by adjusting the ensembling weights for each client model. Consequently, Co-Boosting periodically achieves high-quality data and ensemble models. Extensive experiments demonstrate that Co-Boosting can substantially outperform existing baselines under various settings. Moreover, Co-Boosting eliminates the need for adjustments to the client's local training, requires no additional data or model transmission, and allows client models to have heterogeneous architectures.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes