Disentangling data distribution for Federated Learning
Xinyuan Zhao, Hanlin Gu, Lixin Fan, Yuxing Han, Qiang Yang
TL;DR
This paper tackles FL inefficiency caused by entangled client data by introducing FedDistr, a diffusion-based method that disentangles client distributions into base components and aligns them on the server for one-round communication. It provides theoretical guarantees under fully disentangled and near-disentangled regimes and demonstrates empirical gains on CIFAR100 and DomainNet, achieving favorable utility and communication efficiency while preserving privacy. The approach combines latent diffusion-based distribution disentangling, assignment-based distribution alignment, and synthetic data generation for downstream training, offering a practical pathway toward highly efficient, privacy-conscious FL. Overall, FedDistr shows how distribution-level disentangling can close the gap between FL and ideal distributed systems in real-world, heterogeneous data environments.
Abstract
Federated Learning (FL) facilitates collaborative training of a global model whose performance is boosted by private data owned by distributed clients, without compromising data privacy. Yet the wide applicability of FL is hindered by entanglement of data distributions across different clients. This paper demonstrates for the first time that by disentangling data distributions FL can in principle achieve efficiencies comparable to those of distributed systems, requiring only one round of communication. To this end, we propose a novel FedDistr algorithm, which employs stable diffusion models to decouple and recover data distributions. Empirical results on the CIFAR100 and DomainNet datasets show that FedDistr significantly enhances model utility and efficiency in both disentangled and near-disentangled scenarios while ensuring privacy, outperforming traditional federated learning methods.
