- Jiayu Liu (Harbin Engineering University, China)
- Yong Wang (Harbin Engineering University, China)
- Nianbin Wang (Harbin Engineering University, China)
- Jing Yang (Harbin Engineering University, China)
- Xiaohui Tao (University of Southern Queensland, Australia)
Federated Learning (FL) is an innovative distributed machine learning paradigm that enables neural network training across devices without centralizing data. While this addresses issues of data sharing and privacy, challenges arise due to data heterogeneity and the increasing scale of networks, which impact model performance and training efficiency. This paper introduces a novel framework, FedDW, to address these challenges through consistency optimization. The key contributions are as follows:
- Proposed the concept of Deep Learning Encrypted (DLE) data and its applications.
- Discovered the consistency relationship between soft labels derived from knowledge distillation and the classifier layer parameter matrix.
- Introduced the FedDW framework, demonstrating improved performance under non-IID data conditions.
Code is available at: GitHub Repository
Federated Learning struggles with data heterogeneity (non-IID distributions), leading to significant differences in local updates and reduced global model performance. Current methods often rely on inter-client information sharing, risking privacy violations.
- DLE Data: DLE data represents encrypted training data features that cannot be reconstructed back to the original data.
- Consistency Optimization: Regularizes the relationship between soft labels and classifier layer parameters to mitigate the impact of heterogeneity.
FedDW is a lightweight and efficient optimization framework:
- Clients locally generate soft label matrices and upload them to the server.
- The server aggregates global soft labels and forms a consistency regularization target.
- Clients adjust classifier layer parameters based on the global regularization target, reducing non-IID issues.
If you find this paper interesting, please refer to the full text: [PDF Download](Link to the paper).