CVLGJan 20

Federated Balanced Learning

arXiv:2601.14042v11 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses performance degradation in federated learning for distributed systems, but it is incremental as it builds on existing methods by focusing on sample balance.

The paper tackles client drift in federated learning with non-iid data by proposing Federated Balanced Learning (FBL), which uses client-side sample balancing through knowledge filling and sampling, and it outperforms state-of-the-art baselines in experiments.

Federated learning is a paradigm of joint learning in which clients collaborate by sharing model parameters instead of data. However, in the non-iid setting, the global model experiences client drift, which can seriously affect the final performance of the model. Previous methods tend to correct the global model that has already deviated based on the loss function or gradient, overlooking the impact of the client samples. In this paper, we rethink the role of the client side and propose Federated Balanced Learning, i.e., FBL, to prevent this issue from the beginning through sample balance on the client side. Technically, FBL allows unbalanced data on the client side to achieve sample balance through knowledge filling and knowledge sampling using edge-side generation models, under the limitation of a fixed number of data samples on clients. Furthermore, we design a Knowledge Alignment Strategy to bridge the gap between synthetic and real data, and a Knowledge Drop Strategy to regularize our method. Meanwhile, we scale our method to real and complex scenarios, allowing different clients to adopt various methods, and extend our framework to further improve performance. Numerous experiments show that our method outperforms state-of-the-art baselines. The code is released upon acceptance.

Foundations

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

Your Notes